Skip to content

Commit

Permalink
Explicit sizing for <select> throughout the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Mar 16, 2012
1 parent 6cd76a5 commit fdf0f43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gwt/src/org/rstudio/core/client/theme/res/themeStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ body {
font-size: 12px;
}

select {
font-size: 12px;
}
input[type=text] {
font-family: proportionalFont;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
padding-top: 2px;
font-size: 11px;
}
.toolbarWrapper select {
font-size: 11px;
}

/** END SHARED BETWEEN HISTORY AND REVIEW PANELS **/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
padding-top: 2px;
font-size: 11px;
}
.toolbarWrapper select {
font-size: 11px;
}

/** END SHARED BETWEEN HISTORY AND REVIEW PANELS **/

Expand Down

0 comments on commit fdf0f43

Please sign in to comment.