Skip to content

Commit

Permalink
readable: fix sizing on select element
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 17, 2012
1 parent 7f31ea7 commit 5220b45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readable/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions readable/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions readable/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5220b45

Please sign in to comment.