2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

vertical align inline checkboxes/radios to improve rendering in topbar

This commit is contained in:
Mark Otto
2012-01-28 14:50:56 -08:00
parent 9db4f2a344
commit 7843a665fd
3 changed files with 18 additions and 1 deletions
+9
View File
@@ -63,6 +63,15 @@
margin-top: 5px;
margin-bottom: 0;
}
.radio,
.checkbox {
margin-top: 5px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
margin-top: 3px;
}
}
// Navbar search