diff options
| author | Mark Otto <[email protected]> | 2014-03-09 17:22:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 17:22:52 -0700 |
| commit | 1a5fb4ef24f6d1beb71df946fa4781df10eab6e1 (patch) | |
| tree | 6de89c88ffa3171f343afe4cba25f259a92e38a9 /dist/css/bootstrap.css | |
| parent | 2f955907f95ad9b7f42f624eb11142339709c188 (diff) | |
| download | bootstrap-1a5fb4ef24f6d1beb71df946fa4781df10eab6e1.tar.xz bootstrap-1a5fb4ef24f6d1beb71df946fa4781df10eab6e1.zip | |
Fixes #12843: Scope label styles for horizontal forms to a media query so their narrow viewport display looks just like a normal form
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7dda6f701..4d34593e6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2615,7 +2615,6 @@ select[multiple].input-lg { top: 0; } } -.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, @@ -2638,6 +2637,8 @@ select[multiple].input-lg { } @media (min-width: 768px) { .form-horizontal .control-label { + padding-top: 7px; + margin-bottom: 0; text-align: right; } } |
