diff options
| author | Mark Otto <[email protected]> | 2012-01-25 12:04:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 12:04:19 -0800 |
| commit | 2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f (patch) | |
| tree | bf800466ac8c70a2fe67a22a43923febb243c0ee /bootstrap.min.css | |
| parent | 86191d898b2520611b537892e33be3b179f83199 (diff) | |
| download | bootstrap-2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f.tar.xz bootstrap-2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f.zip | |
fix select alignment and height
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 4 |
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;} |
