attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there.

This commit is contained in:
Mark Otto
2012-01-24 12:28:20 -08:00
parent 72861dfbf2
commit e829001e5c
3 changed files with 2 additions and 4 deletions

View File

@@ -107,7 +107,6 @@ input[type=file] {
// Chrome on Linux and Mobile Safari need background-color
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
padding: 0;
vertical-align: middle;
background-color: @white;
}