Merge pull request #595 from redmorello/U4-6036

U4 6036 - Checkbox and Radio button styling incorrect in backend
This commit is contained in:
Shannon Deminick
2015-05-07 11:49:30 +10:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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