Jira 1559: added a slight indent to the validation error message

This commit is contained in:
tlw72 2010-12-20 22:03:42 +00:00
parent f38cc4a6b0
commit bd59098001

View file

@ -94,6 +94,7 @@ form.customForm p.validationError {
margin-bottom: 1.8em; margin-bottom: 1.8em;
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;
padding-left: 0.4em;
font-size: .8em; font-size: .8em;
} }