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 {
|
||||
|
|
|
@ -354,8 +354,8 @@ p.password-note{
|
|||
#flash-message{
|
||||
border: 1px dotted #E2C822;
|
||||
background-color: #FFF9D7;
|
||||
padding: 0.8em;
|
||||
margin-bottom: 20px;
|
||||
padding: 0.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* HOME SEARCH ------> */
|
||||
#search-home {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue