Style changes for form labels and descriptions

This commit is contained in:
Jef van Schendel 2011-08-29 19:33:00 +02:00
parent 04a7b06d61
commit feb3c4c347

View File

@ -208,6 +208,14 @@ text-align: center;
margin-bottom: 4px;
}
.form_field_label {
font-size:1.125em;
}
.form_field_description {
font-style: italic;
}
.form_field_error {
background-color: #87453b;
color: #fff;