2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

add vertical-align back to where it's necessary since we reset from block to inline-block on several inputs

This commit is contained in:
Mark Otto
2013-12-08 01:59:44 -08:00
parent f4087df47e
commit b5008ebf9c
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -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"] {