aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 14:50:56 -0800
committerMark Otto <[email protected]>2012-01-28 14:50:56 -0800
commit7843a665fdc18c1199766d6c65f192209ec35741 (patch)
tree9e9c5f62cdcf165ad5f3f01c14f78a15f26bb2e0 /docs/assets/css/bootstrap.css
parent9db4f2a344ebf452b88ac4af0261192f3a8e9eb6 (diff)
downloadbootstrap-7843a665fdc18c1199766d6c65f192209ec35741.tar.xz
bootstrap-7843a665fdc18c1199766d6c65f192209ec35741.zip
vertical align inline checkboxes/radios to improve rendering in topbar
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 43ec1e417..7b47aebef 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -591,6 +591,7 @@ input[type="hidden"] {
.radio.inline, .checkbox.inline {
display: inline-block;
margin-bottom: 0;
+ vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
margin-left: 10px;
@@ -1953,6 +1954,12 @@ table .span12 {
margin-top: 5px;
margin-bottom: 0;
}
+.navbar-form .radio, .navbar-form .checkbox {
+ margin-top: 5px;
+}
+.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
+ margin-top: 3px;
+}
.navbar-search {
position: relative;
float: left;