diff options
| author | Mark Otto <[email protected]> | 2014-11-25 18:00:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-25 18:00:52 -0800 |
| commit | 12be9044f4bdce14769da5eb909faa1e115d6fcd (patch) | |
| tree | 6174b5a30d2cc8f948a66777f28dc8b334230760 /docs/dist/css/bootstrap.css | |
| parent | 15d98dc6b75db9a54704cc75aa50503bb78facaf (diff) | |
| download | bootstrap-12be9044f4bdce14769da5eb909faa1e115d6fcd.tar.xz bootstrap-12be9044f4bdce14769da5eb909faa1e115d6fcd.zip | |
fix a bunch of padding and alignment things for forms
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 08dfa1e70..33c2d982c 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2028,13 +2028,13 @@ select[multiple].form-group-lg .form-control { .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { - padding-top: 1.5rem; + padding-top: .6rem; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { - min-height: 25.5px; + min-height: 24.6px; } .form-horizontal .form-group { margin-right: -.75rem; @@ -2042,7 +2042,7 @@ select[multiple].form-group-lg .form-control { } @media (min-width: 48em) { .form-horizontal .control-label { - padding-top: 1.5rem; + padding-top: .6rem; margin-bottom: 0; text-align: right; } @@ -2052,12 +2052,12 @@ select[multiple].form-group-lg .form-control { } @media (min-width: 48em) { .form-horizontal .form-group-lg .control-label { - padding-top: 1.9975rem; + padding-top: .75rem; } } @media (min-width: 48em) { .form-horizontal .form-group-sm .control-label { - padding-top: 1.3rem; + padding-top: .4rem; } } .btn { |
