You are here

image_captcha-rtl.css in CAPTCHA 6.2

/**
 * Styling of the font selection list (with previews)
 * on the Image CAPTCHA settings page.
 */

/**
 * Float the fonts with preview (with a fixed width)
 * to create a multi-column layout.
 */
.image_captcha_admin_font_preview {
  float: right;
}

File

image_captcha/image_captcha-rtl.css
View source
  1. /**
  2. * Styling of the font selection list (with previews)
  3. * on the Image CAPTCHA settings page.
  4. */
  5. /**
  6. * Float the fonts with preview (with a fixed width)
  7. * to create a multi-column layout.
  8. */
  9. .image_captcha_admin_font_preview {
  10. float: right;
  11. }