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

remove padding from first-child of inline radios/checkboxes

This commit is contained in:
Mark Otto
2012-01-28 16:37:43 -08:00
parent 22d52fca46
commit 475b985a0e
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -175,6 +175,11 @@ input[type="hidden"] {
.checkbox.inline + .checkbox.inline {
margin-left: 10px; // space out consecutive inline controls
}
// But don't forget to remove their padding on first-child
.controls > .radio.inline:first-child,
.controls > .checkbox.inline:first-child {
padding-top: 5px; // has to be padding because margin collaspes
}