aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less4
1 files changed, 2 insertions, 2 deletions
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,