diff options
| author | Mark Otto <[email protected]> | 2013-08-05 12:17:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 12:17:09 -0700 |
| commit | e23906facaa63fcc97bddbd0895c301699c9e942 (patch) | |
| tree | 130ff1656ff0afd55dc0aa2831b433340083e819 /dist/css/bootstrap.css | |
| parent | bac9e80a460c314209d1ee676a0eb44b9574db89 (diff) | |
| download | bootstrap-e23906facaa63fcc97bddbd0895c301699c9e942.tar.xz bootstrap-e23906facaa63fcc97bddbd0895c301699c9e942.zip | |
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
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d167b4087..e94fd26d1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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, |
