diff options
| author | Mark Otto <[email protected]> | 2013-12-08 01:59:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 01:59:44 -0800 |
| commit | b5008ebf9ca1c9c90a6ec73ae12e55a8f155017f (patch) | |
| tree | 9cab427ecda0c9fa798a16a10104370ed912c04f /less/forms.less | |
| parent | f4087df47e6347a2f28b44a18914cfebf1cc3a9c (diff) | |
| download | bootstrap-b5008ebf9ca1c9c90a6ec73ae12e55a8f155017f.tar.xz bootstrap-b5008ebf9ca1c9c90a6ec73ae12e55a8f155017f.zip | |
add vertical-align back to where it's necessary since we reset from block to inline-block on several inputs
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 81840d158..50df399e3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -303,6 +303,7 @@ input[type="checkbox"], // In navbar-form, allow folks to *not* use `.form-group` .form-control { display: inline-block; + vertical-align: middle; } // Override `width: 100%;` when not within a `.form-group` @@ -319,6 +320,7 @@ input[type="checkbox"], margin-top: 0; margin-bottom: 0; padding-left: 0; + vertical-align: middle; } .radio input[type="radio"], .checkbox input[type="checkbox"] { |
