NIHVIVO-193 Fixed positioning of validation error message following floated input element.
This commit is contained in:
parent
378808b007
commit
6a24d6ee54
1 changed files with 5 additions and 0 deletions
|
@ -82,3 +82,8 @@ option {
|
||||||
#content form #requiredLegend {
|
#content form #requiredLegend {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content form p.validationError {
|
||||||
|
clear: both;
|
||||||
|
margin-bottom: 1.25em;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue