You are here

text_captcha.css in CAPTCHA Pack 8

Additional CSS rules for text captcha related layout stuff

File

text_captcha/css/text_captcha.css
View source
  1. /**
  2. * @file
  3. * Additional CSS rules for text captcha related layout stuff
  4. */
  5. /**
  6. * CSS for word lists as radios form elements
  7. */
  8. .text-captcha-word-list-radios .form-item {
  9. display: inline;
  10. padding: 0 .75em;
  11. margin: 0 .75em;
  12. white-space: nowrap;
  13. }