fixes spacing for radio/check boxes (U4-6036) tested in ie, ff and chrome

This commit is contained in:
Shannon
2015-05-07 11:59:10 +10:00
parent 9dc0999ebd
commit 6a0656fbb0

View File

@@ -306,6 +306,7 @@ textarea {
.checkbox input[type="checkbox"] {
float: left;
margin-left: 0px;
margin-right:5px;
}
// Move the options list down to align with labels