increase margin on checkboxes and radios to center properly

This commit is contained in:
Mark Otto 2012-08-01 11:35:31 -07:00
parent 060e216712
commit fab1a80dcb
2 changed files with 2 additions and 2 deletions

View File

@ -1012,7 +1012,7 @@ input[type="color"]:focus,
input[type="radio"],
input[type="checkbox"] {
margin: 3px 0;
margin: 4px 0;
*margin-top: 0;
/* IE7 */

View File

@ -132,7 +132,7 @@ input[type="color"],
// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
margin: 3px 0;
margin: 4px 0;
*margin-top: 0; /* IE7 */
line-height: normal;
cursor: pointer;