readable: fix sizing on select element
authorThomas Park <thomas@thomaspark.me>
Sat, 17 Mar 2012 12:47:37 +0000 (08:47 -0400)
committerThomas Park <thomas@thomaspark.me>
Sat, 17 Mar 2012 12:47:37 +0000 (08:47 -0400)
readable/bootstrap.css
readable/bootstrap.min.css
readable/bootswatch.less

index 41669eb..6693a04 100644 (file)
@@ -4303,6 +4303,11 @@ textarea,
 select {
   color: #090000;
 }
+select,
+input[type="file"] {
+  height: auto;
+  line-height: normal;
+}
 .form-actions {
   background-color: transparent;
   border-top: 1px solid #D4D4D4;
index f6514c2..475f249 100644 (file)
@@ -739,6 +739,7 @@ div.subnav-fixed{position:static;left:auto;width:100%;margin:0;-webkit-box-shado
 .btn .caret{margin-top:13px;}
 input,button,select,textarea{font-family:Georgia,"Times New Roman",Times,serif;}
 input,textarea,select{color:#090000;}
+select,input[type="file"]{height:auto;line-height:normal;}
 .form-actions{background-color:transparent;border-top:1px solid #D4D4D4;padding-top:2em;}
 .table-bordered{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
 .alert,.label,.label:hover{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #D4D4D4;color:#090000;text-shadow:none;}
index ef6c505..01388c9 100755 (executable)
@@ -341,6 +341,11 @@ input, textarea, select {
        color: @textColor;
 }
 
+select, input[type="file"] {
+       height: auto;
+       line-height: normal;
+}
+
 .form-actions {
        background-color: transparent;
        border-top: 1px solid #D4D4D4;