From c73533ac73c5bed6f35576e8db2945ec11acb11c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 21:43:23 -0700 Subject: fix problem with error styles in forms that clashed with alert-messages by qualifying the .error with .clearfix --- 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 5b19129f8..d15dfded4 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -153,7 +153,7 @@ select:focus { } // Error styles -form div.error { +form div.clearfix.error { background: lighten(@red, 57%); padding: 10px 0; margin: -10px 0 10px; @@ -443,7 +443,7 @@ textarea[readonly] { } } } - div.error { + div.clearfix.error { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; -- cgit v1.2.3