1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

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:
Mark Otto
2013-08-05 12:17:09 -07:00
parent bac9e80a46
commit e23906faca
5 changed files with 54 additions and 8 deletions

View File

@@ -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,

File diff suppressed because one or more lines are too long