You are here

text_captcha.css in CAPTCHA Pack 7

Same filename and directory in other branches
  1. 5 text_captcha/text_captcha.css
  2. 6 text_captcha/text_captcha.css

Additional CSS rules for text captcha related layout stuff

File

text_captcha/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. }