make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet

This commit is contained in:
Mark Otto
2011-10-03 22:27:15 -07:00
parent a968d300b4
commit c843e202b5
4 changed files with 10 additions and 4 deletions

View File

@@ -387,6 +387,7 @@ textarea[readonly] {
float: none;
width: auto;
padding: 0;
margin-left: 20px;
line-height: @baseline;
text-align: left;
white-space: normal;
@@ -412,6 +413,8 @@ textarea[readonly] {
input[type=radio],
input[type=checkbox] {
margin-bottom: 0;
margin-left: -20px;
float: left;
}
}