]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
height auto on mutli select
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 19:51:13 +0000 (11:51 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 19:51:13 +0000 (11:51 -0800)
bootstrap.css
bootstrap.min.css
lib/forms.less

index 7a538c71761c133876a782cd6a7251b5c69b1fec..1556d7704f3acdf745774835882aa9e6168ab1d6 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Jan 25 11:47:25 PST 2012
+ * Date: Wed Jan 25 11:50:14 PST 2012
  */
 article,
 aside,
@@ -555,7 +555,7 @@ select {
   background-color: #ffffff;
 }
 select[multiple], select[size] {
-  height: inherit;
+  height: auto;
 }
 input[type=image] {
   -webkit-box-shadow: none;
index 87ea670e09b317cb2c0425f46171bb3cee593ca5..8174829501804e98ba0c2e19533b5fb47f326f97 100644 (file)
@@ -101,7 +101,7 @@ input[type=file]{padding:initial;line-height:initial;border:initial;background-c
 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[multiple],select[size]{height:inherit;}
+select[multiple],select[size]{height:auto;}
 input[type=image]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
 textarea{height:auto;}
 .radio,.checkbox{padding-left:18px;}
index 3b35a172c77d869ccbe4ca81c26969c9b98adef1..355a33a30d46c38764e065f7d6af9eb268b1cf98 100644 (file)
@@ -118,7 +118,7 @@ select {
 // Make multiple select elements height not fixed
 select[multiple],
 select[size] {
-  height: inherit;
+  height: auto;
 }
 
 // Remove shadow from image inputs