Fixes #8150: add .static-form-control for vertical alignment of static form text
- Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms
This commit is contained in:
parent
bac9e80a46
commit
e23906faca
5 changed files with 54 additions and 8 deletions
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
|
|
@ -1634,6 +1634,10 @@ textarea.input-sm {
|
|||
border-color: #468847;
|
||||
}
|
||||
|
||||
.form-control-static {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.help-block {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
|
|
@ -1663,7 +1667,7 @@ textarea.input-sm {
|
|||
.form-horizontal .control-label,
|
||||
.form-horizontal .radio-inline,
|
||||
.form-horizontal .checkbox-inline {
|
||||
padding-top: 9px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.form-horizontal .form-group:before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue