mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
fix problem with error styles in forms that clashed with alert-messages by qualifying the .error with .clearfix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user