NIHVIVO-1559: Addined extra bottom margin to inline error alerts and reduced the font size to establish a visual separation.

This commit is contained in:
mb863 2010-12-20 20:12:58 +00:00
parent 1fdbf3b961
commit 31edebf4a8
2 changed files with 5 additions and 4 deletions

View file

@ -89,9 +89,10 @@ form.customForm #requiredLegend {
form.customForm p.validationError {
clear: both;
/*margin-bottom: 1.25em;*/
margin-top: .3em;
margin-bottom: 1.8em;
margin-top: 0;
padding-top: 0;
font-size: .8em;
}
form.customForm a.close {