mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
fixes #3674: checkbox vertical alignment in IE9
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -1013,9 +1013,8 @@ input[type="color"]:focus,
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
margin: 4px 0;
|
||||
margin-top: 1px \9;
|
||||
*margin-top: 0;
|
||||
/* IE7 */
|
||||
|
||||
line-height: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@@ -134,6 +134,7 @@ input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
margin: 4px 0;
|
||||
*margin-top: 0; /* IE7 */
|
||||
margin-top: 1px \9; /* IE8-9 */
|
||||
line-height: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user