2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

remove fixed height from select elements for IE7

This commit is contained in:
Mark Otto
2011-10-31 23:18:36 -07:00
parent 61937a803b
commit 98007b8394
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -112,6 +112,7 @@ input[type=submit] {
select,
input[type=file] {
height: @baseline * 1.5; // In IE7, the height of the select element cannot be changed by height, only font-size
*height: auto; // Reset for IE7
line-height: @baseline * 1.5;
*margin-top: 4px; /* For IE7, add top margin to align select with labels */
}