mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
fix error styles a bit on stacked form fields
This commit is contained in:
@@ -342,6 +342,13 @@ form.form-stacked {
|
||||
}
|
||||
}
|
||||
}
|
||||
div.error {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
margin-top: 0;
|
||||
margin-left: -10px;
|
||||
}
|
||||
div.actions {
|
||||
margin-left: -20px;
|
||||
padding-left: 20px;
|
||||
|
Reference in New Issue
Block a user