Update forms.less

Removed negative left margin from input and radio button inputs.
This commit is contained in:
redmorello
2014-12-18 11:07:08 +00:00
parent 938b236f54
commit 3ea16e66d4

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