mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Form validation and horizontal row update
* changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -1666,12 +1666,12 @@ select:focus:invalid:focus {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.form-horizontal .row-label {
|
||||
.form-horizontal .control-label {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.form-horizontal .row-label {
|
||||
.form-horizontal .control-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user