aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 12:04:19 -0800
committerMark Otto <[email protected]>2012-01-25 12:04:19 -0800
commit2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f (patch)
treebf800466ac8c70a2fe67a22a43923febb243c0ee /bootstrap.min.css
parent86191d898b2520611b537892e33be3b179f83199 (diff)
downloadbootstrap-2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f.tar.xz
bootstrap-2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f.zip
fix select alignment and height
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 817482950..447ecbb2d 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -99,8 +99,8 @@ input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:
input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:none;cursor:pointer;}
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;vertical-align:middle;background-color:#ffffff;}
+select,input[type=file]{height:28px;*margin-top:4px;line-height:28px;}
+select{width:220px;vertical-align:baseline;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
input[type=image]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
textarea{height:auto;}