diff options
| author | Mark Otto <[email protected]> | 2012-01-24 12:28:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 12:28:20 -0800 |
| commit | e829001e5cb488a7708878b074205fc41e82fc82 (patch) | |
| tree | 2f3fb6428fe66800be7a0ec3740c510be8e8fe29 /bootstrap.min.css | |
| parent | 72861dfbf2759d6ea51ee557def37f85fb5f647d (diff) | |
| download | bootstrap-e829001e5cb488a7708878b074205fc41e82fc82.tar.xz bootstrap-e829001e5cb488a7708878b074205fc41e82fc82.zip | |
attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there.
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 563efd8fa..f0412c724 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -98,7 +98,7 @@ input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto; input[type=file]{padding:initial;line-height:initial;border:initial;background-color:#ffffff;background-color:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} input[type=button],input[type=reset],input[type=submit]{width:auto;height:auto;} select,input[type=file]{height:27px;*margin-top:4px;line-height:27px;} -select{width:220px;padding:0;vertical-align:middle;background-color:#ffffff;} +select{width:220px;vertical-align:middle;background-color:#ffffff;} select[multiple],select[size]{height:inherit;} input[type=image]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} textarea{height:auto;} |
