margin-top: -5px;
}
-/*
-// Move the options list down to align with labels
-.controls > .radio:first-child,
-.controls > .checkbox:first-child {
- padding-top: 5px; // has to be padding because margin collapses
-}
-*/
-
.radio-inline,
.checkbox-inline {
display: inline-block;
margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
-/*
-// Move the options list down to align with labels
-.controls > .radio:first-child,
-.controls > .checkbox:first-child {
- padding-top: 5px; // has to be padding because margin collapses
-}
-*/
-
// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {