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