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:
+2
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user