2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
+2 -1
View File
@@ -86,7 +86,7 @@ input[type="radio"] {
line-height: normal;
border: 0;
cursor: pointer;
border-radius: 0 e("\0/");
border-radius: 0 e("\0/"); // Nuke border-radius for IE9 only
}
// Reset the file input to browser defaults
@@ -169,6 +169,7 @@ input[type="hidden"] {
.checkbox.inline {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {