aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 21:43:53 -0700
committerMark Otto <[email protected]>2011-10-03 21:43:53 -0700
commit948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (patch)
tree2c56f1c91e53adac9293967a6eae3097f20f3874 /lib/forms.less
parent0caa484aebebc68f0bfe5dda20e19c4059769859 (diff)
downloadbootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.tar.xz
bootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.zip
resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later
Diffstat (limited to 'lib/forms.less')
-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,