Index: branches/resourceloader/phase3/resources/jquery/ui/themes/vector/jquery.ui.theme.css |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | /* Component containers |
13 | 13 | ----------------------------------*/ |
14 | | -.ui-widget { font-family: sans-serif; font-size: 1.0em; } |
| 14 | +.ui-widget { font-family: sans-serif; font-size: 1em; } |
15 | 15 | .ui-widget .ui-widget { font-size: 1em; } |
16 | 16 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; } |
17 | 17 | .ui-widget-content { border: 1px solid #cccccc; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; } |
Index: branches/resourceloader/phase3/resources/jquery/ui/themes/default/jquery.ui.theme.css |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | /* Component containers |
13 | 13 | ----------------------------------*/ |
14 | | -.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } |
| 14 | +.ui-widget { font-family: sans-serif; font-size: 1em; } |
15 | 15 | .ui-widget .ui-widget { font-size: 1em; } |
16 | 16 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } |
17 | 17 | .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } |
Index: branches/resourceloader/phase3/resources/jquery/ui/themes/base/jquery.ui.theme.css |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | /* Component containers |
11 | 11 | ----------------------------------*/ |
12 | | -.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
| 12 | +.ui-widget { font-family: sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
13 | 13 | .ui-widget .ui-widget { font-size: 1em; } |
14 | 14 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; } |
15 | 15 | .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } |