2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

oops, double commit last time; apply fixes to make select elements line up in IE7 with their labels, but no height fix

This commit is contained in:
Mark Otto
2011-09-11 18:09:01 -07:00
parent 18a5ef83ef
commit f3f60b21a6
4 changed files with 7 additions and 23 deletions
+2 -4
View File
@@ -105,11 +105,9 @@ input[type=submit] {
select,
input[type=file] {
height: @baseline * 1.5;
height: @baseline * 1.5; // In IE7, the height of the select element cannot be changed by height, only font-size
line-height: @baseline * 1.5;
}
select {
float: left;
*margin-top: 4px; /* For IE7, add top margin to align select with labels */
}
textarea {