text_captcha.css in CAPTCHA Pack 7
Same filename and directory in other branches
Additional CSS rules for text captcha related layout stuff
File
text_captcha/text_captcha.cssView source
-
- /**
- * @file
- * Additional CSS rules for text captcha related layout stuff
- */
-
- /**
- * CSS for word lists as radios form elements
- */
- .text-captcha-word-list-radios .form-item {
- display: inline;
- padding: 0 .75em;
- margin: 0 .75em;
- white-space: nowrap;
- }