r70368 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70367‎ | r70368 | r70369 >
Date:22:47, 2 August 2010
Author:tparscal
Status:deferred
Tags:
Comment:
Adjusted font-family and font-size rules for all themes
Modified paths:
  • /branches/resourceloader/phase3/resources/jquery/ui/themes/base/jquery.ui.theme.css (modified) (history)
  • /branches/resourceloader/phase3/resources/jquery/ui/themes/default/jquery.ui.theme.css (modified) (history)
  • /branches/resourceloader/phase3/resources/jquery/ui/themes/vector/jquery.ui.theme.css (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/resources/jquery/ui/themes/vector/jquery.ui.theme.css
@@ -10,7 +10,7 @@
1111
1212 /* Component containers
1313 ----------------------------------*/
14 -.ui-widget { font-family: sans-serif; font-size: 1.0em; }
 14+.ui-widget { font-family: sans-serif; font-size: 1em; }
1515 .ui-widget .ui-widget { font-size: 1em; }
1616 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
1717 .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 @@
1111
1212 /* Component containers
1313 ----------------------------------*/
14 -.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
 14+.ui-widget { font-family: sans-serif; font-size: 1em; }
1515 .ui-widget .ui-widget { font-size: 1em; }
1616 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
1717 .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 @@
99
1010 /* Component containers
1111 ----------------------------------*/
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}*/; }
1313 .ui-widget .ui-widget { font-size: 1em; }
1414 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
1515 .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}*/; }

Status & tagging log