#120: Add CSS class for helptext in forms.
This commit is contained in:
parent
61d4d1ca2f
commit
99bfd7257b
@ -437,7 +437,7 @@ input[type="submit"], input[type="button"] {
|
|||||||
color:#DA3939;
|
color:#DA3939;
|
||||||
font-size:9px;
|
font-size:9px;
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
height:16px;
|
height:13px;
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
form .required label:after {
|
form .required label:after {
|
||||||
@ -456,7 +456,11 @@ form .error input, form .error textarea {
|
|||||||
form input:after {
|
form input:after {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
form .helptext {
|
||||||
|
font-size:9px;
|
||||||
|
display: block;
|
||||||
|
color: #556652;
|
||||||
|
}
|
||||||
/* Fieldsets */
|
/* Fieldsets */
|
||||||
fieldset {
|
fieldset {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user