NIHVIVO-193 Fixed positioning of validation error message following floated input element.

This commit is contained in:
rjy7 2010-04-01 05:55:56 +00:00
parent 378808b007
commit 6a24d6ee54

View file

@ -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;
}