diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index c014f068..4168c3de 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -81,4 +81,9 @@ option { #content form #requiredLegend { font-style: italic; +} + +#content form p.validationError { + clear: both; + margin-bottom: 1.25em; } \ No newline at end of file