From 948c59ddb39af2086efeb5c39b3e6b18e8bcb75f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Oct 2011 21:43:53 -0700 Subject: resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later --- lib/forms.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 0da4037df..77e1ce24b 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -159,10 +159,10 @@ select:focus { } // Error styles -form div.clearfix.error { +form .clearfix.error { background: lighten(@red, 57%); padding: 10px 0; - margin: -10px 0 10px; + margin: 10px 0; .border-radius(4px); @error-text: desaturate(lighten(@red, 25%), 25%); > label, -- cgit v1.2.3