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:
parent
1fdbf3b961
commit
31edebf4a8
2 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue