r105665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105664‎ | r105665 | r105666 >
Date:11:21, 9 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Fix the ui for RTL. Fix the UI in IE6/IE7. For both vector and modern skins.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.css (modified) (history)
  • /trunk/extensions/WebFonts/resources/ext.webfonts.modern.css (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.modern.css
@@ -7,6 +7,7 @@
88
99 div.webfontMenu div.menu {
1010 top: 0px;
 11+ position: relative;
1112 }
1213
1314 div#webfonts-menu li {
Index: trunk/extensions/WebFonts/resources/ext.webfonts.css
@@ -35,12 +35,12 @@
3636 }
3737
3838 /* @noflip */
39 -body.rtl div.webfontMenu ul li {
 39+body.rtl div.webfontMenu {
4040 direction: rtl;
4141 }
4242
4343 div.webfontMenu div.menu {
44 - position: relative;
 44+ position: absolute;
4545 display: block;
4646 clear: both;
4747 text-align: left;
@@ -82,6 +82,7 @@
8383 margin-left: -1px;
8484 text-align: left;
8585 font-size: 0.8em;
 86+ width: 100%;
8687 }
8788
8889 div.webfontMenu li {

Status & tagging log