Skip to content

Commit

Permalink
CSS cleanup: small font-size changes
Browse files Browse the repository at this point in the history
* added font-size back to .ui-widget form elements (just in case)
* added font-size to .ui-widget itself to avoid problems when it's attached to form elements themselves
  • Loading branch information
selfthinker committed Dec 29, 2011
1 parent a8594c3 commit 22b52d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/base/jquery.ui.theme.css
Expand Up @@ -13,6 +13,7 @@


/* Component containers /* Component containers
----------------------------------*/ ----------------------------------*/
.ui-widget,
.ui-widget .ui-widget { .ui-widget .ui-widget {
font-size: 1em; font-size: 1em;
} }
Expand All @@ -21,6 +22,7 @@
.ui-widget textarea, .ui-widget textarea,
.ui-widget button { .ui-widget button {
font: inherit; font: inherit;
font-size: 1em;
} }
.ui-widget-content { .ui-widget-content {
border: 1px solid #aaaaaa/*{borderColorContent}*/; border: 1px solid #aaaaaa/*{borderColorContent}*/;
Expand Down

0 comments on commit 22b52d6

Please sign in to comment.