mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fixes #3674: checkbox vertical alignment in IE9
This commit is contained in:
Vendored
+1
-2
@@ -1013,9 +1013,8 @@ input[type="color"]:focus,
|
|||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
|
margin-top: 1px \9;
|
||||||
*margin-top: 0;
|
*margin-top: 0;
|
||||||
/* IE7 */
|
|
||||||
|
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ input[type="radio"],
|
|||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
*margin-top: 0; /* IE7 */
|
*margin-top: 0; /* IE7 */
|
||||||
|
margin-top: 1px \9; /* IE8-9 */
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user