Skip to content

Commit

Permalink
Fix select box height
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Nov 14, 2011
1 parent 2776b45 commit 65786e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap/forms.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down

0 comments on commit 65786e9

Please sign in to comment.