http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97661
Revision: 97661
Author: tparscal
Date: 2011-09-20 20:40:54 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Fixed IE6 issues in RTL mode
Modified Paths:
--------------
trunk/phase3/skins/monobook/IE60Fixes.css
Modified: trunk/phase3/skins/monobook/IE60Fixes.css
===================================================================
--- trunk/phase3/skins/monobook/IE60Fixes.css 2011-09-20 20:11:06 UTC (rev
97660)
+++ trunk/phase3/skins/monobook/IE60Fixes.css 2011-09-20 20:40:54 UTC (rev
97661)
@@ -11,17 +11,34 @@
margin-top: 3em;
height: 1%;
}
+.rtl div#column-content div#content {
+ margin-right: 12.2em;
+ margin-left: 0;
+}
div#column-one {
position: absolute;
top: 0;
left: 0;
z-index: 4;
}
+.rtl div#column-one {
+ left: auto;
+ right: 0;
+}
div#footer {
margin-left: 13.6em;
border-left: 1px solid #fabd23;
}
+.rtl div#footer {
+ margin-left: 0;
+ margin-right: 13.6em;
+ border-left: none;
+ border-right: 1px solid #fabd23;
+}
+ /* the tabs */
+
+
/* the tabs */
#p-cactions {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs