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

This commit is contained in:
Tim Hunt
2013-04-29 19:14:56 +01:00
parent c6be1389b7
commit b3c1e4b131
2 changed files with 2 additions and 6 deletions
+2 -1
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;}
-5
View File
@@ -76,11 +76,6 @@ body {
padding-left: 0;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 7px;
}
/* Calendar
-------------------------*/