Checkbox / radio misalignment

- Fixed an issue with IE interpretting an unset padding value for
  checkboxes / radio selects as a good reason to give it some high value.
pull/63/head
Andras Iklody 2013-03-04 10:06:12 +01:00
parent d80ff67aa6
commit b040ea3446
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,7 @@ option {
input[type=checkbox] {
clear: left;
float: left;
padding: 0;
margin: 0px 6px 7px 2px;
width: auto;
}
@ -376,6 +377,7 @@ div.checkbox label {
input[type=radio] {
float:left;
width:auto;
padding: 0;
margin: 0 3px 7px 0;
}
.radio label {