NIHVIVO-1559: Fixed position of error messages and call to action buttons for forms.
This commit is contained in:
parent
70f7b3787d
commit
85db89c47a
2 changed files with 11 additions and 6 deletions
|
@ -62,7 +62,9 @@ form.customForm p.inline.year input {
|
|||
input,
|
||||
select,
|
||||
form.customForm p {
|
||||
margin-bottom: 1em;
|
||||
/*margin-bottom: 1em;*/
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
option {
|
||||
|
@ -75,18 +77,21 @@ form.customForm .hint {
|
|||
}
|
||||
|
||||
form.customForm .requiredHint {
|
||||
color: #f00;
|
||||
color: #c00;
|
||||
font-weight: normal;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
form.customForm #requiredLegend {
|
||||
font-style: italic;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
form.customForm p.validationError {
|
||||
clear: both;
|
||||
margin-bottom: 1.25em;
|
||||
/*margin-bottom: 1.25em;*/
|
||||
margin-top: .3em;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
form.customForm a.close {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue