Commit fab1a80d authored by Mark Otto's avatar Mark Otto
Browse files

increase margin on checkboxes and radios to center properly

parent 060e2167
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1012,7 +1012,7 @@ input[type="color"]:focus, ...@@ -1012,7 +1012,7 @@ input[type="color"]:focus,
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
margin: 3px 0; margin: 4px 0;
*margin-top: 0; *margin-top: 0;
/* IE7 */ /* IE7 */
......
...@@ -132,7 +132,7 @@ input[type="color"], ...@@ -132,7 +132,7 @@ input[type="color"],
// Position radios and checkboxes better // Position radios and checkboxes better
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
margin: 3px 0; margin: 4px 0;
*margin-top: 0; /* IE7 */ *margin-top: 0; /* IE7 */
line-height: normal; line-height: normal;
cursor: pointer; cursor: pointer;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment