From 31edebf4a844e83ff77f2de1dfe557b56ba485a4 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 20 Dec 2010 20:12:58 +0000 Subject: [PATCH] NIHVIVO-1559: Addined extra bottom margin to inline error alerts and reduced the font size to establish a visual separation. --- productMods/edit/forms/css/customForm.css | 5 +++-- themes/wilma/css/wilma.css | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index 4cf976ec..b2214d9a 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -89,9 +89,10 @@ form.customForm #requiredLegend { form.customForm p.validationError { clear: both; - /*margin-bottom: 1.25em;*/ - margin-top: .3em; + margin-bottom: 1.8em; + margin-top: 0; padding-top: 0; + font-size: .8em; } form.customForm a.close { diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index e612c2ab..135bbf54 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -354,8 +354,8 @@ p.password-note{ #flash-message{ border: 1px dotted #E2C822; background-color: #FFF9D7; - padding: 0.8em; - margin-bottom: 20px; + padding: 0.5em; + margin-bottom: 10px; } /* HOME SEARCH ------> */ #search-home {