MDL-39354 put back a bit of margin on checkboxes.

This commit is contained in:
Tim Hunt 2013-04-25 16:47:20 +01:00
parent cf5a3296c4
commit 42d8287083
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,8 @@
/**
* Required to undo YUI resets that override input size
* Required to undo YUI resets that override input size, margin, etc.
*/
input[type=text],input[type=password],textarea{width:auto;}
input[type=checkbox],input[type=radio]{margin-right: 7px;}
/* Fix for YUI overriding styles */
strong{font-style:inherit;}em{font-weight:inherit;}

View File

@ -76,11 +76,6 @@ body {
padding-left: 0;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 7px;
}
/* Calendar
-------------------------*/