mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
increase margin on checkboxes and radios to center properly
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -1012,7 +1012,7 @@ input[type="color"]:focus,
|
||||
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
margin: 3px 0;
|
||||
margin: 4px 0;
|
||||
*margin-top: 0;
|
||||
/* IE7 */
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user