Add no-indent variations of checkboxes and radios

This commit is contained in:
Mads Rasmussen
2015-06-03 21:26:47 +02:00
parent 66cd5d0b66
commit 4d2ef9c07d

View File

@@ -302,6 +302,12 @@ textarea {
min-height: @baseLineHeight; // clear the floating input if there is no label text
padding-left: 20px;
}
.radio.no-indent,
.checkbox.no-indent {
padding-left: 0;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;