diff options
| author | Mark Otto <[email protected]> | 2011-10-03 21:43:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 21:43:53 -0700 |
| commit | 948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (patch) | |
| tree | 2c56f1c91e53adac9293967a6eae3097f20f3874 /lib | |
| parent | 0caa484aebebc68f0bfe5dda20e19c4059769859 (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | lib/forms.less | 4 |
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, |
