diff options
| author | Mark Otto <[email protected]> | 2011-09-11 21:43:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 21:43:23 -0700 |
| commit | c73533ac73c5bed6f35576e8db2945ec11acb11c (patch) | |
| tree | cab8c6487063553defa278580112ed65f86fbd68 /lib | |
| parent | 0afba3867d8d52178faa43434b94e2e9a1b1c5bd (diff) | |
| download | bootstrap-c73533ac73c5bed6f35576e8db2945ec11acb11c.tar.xz bootstrap-c73533ac73c5bed6f35576e8db2945ec11acb11c.zip | |
fix problem with error styles in forms that clashed with alert-messages by qualifying the .error with .clearfix
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 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; |
