mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Fix select box height
This commit is contained in:
parent
2776b45166
commit
65786e9c3e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ input[type=button], input[type=reset], 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. bah.
|
||||
*height: auto; // reset for IE7. bah.
|
||||
line-height: $baseline * 1.5;
|
||||
*margin-top: 4px; /* For IE7, add top margin to align select with labels */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue