aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/monobook/rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/monobook/rtl.css')
-rw-r--r--stylesheets/monobook/rtl.css35
1 files changed, 31 insertions, 4 deletions
diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css
index 2dd986ccab67..919e6d0943e1 100644
--- a/stylesheets/monobook/rtl.css
+++ b/stylesheets/monobook/rtl.css
@@ -57,7 +57,6 @@ html>body .portlet {
}
/* Fix alignment */
-#catlinks,
.documentByLine,
.portletDetails,
.portletMore,
@@ -69,7 +68,6 @@ div div.thumbcaption {
text-align: right;
}
-#catlinks,
div.magnify,
#div.townBox,
#p-logo {
@@ -104,7 +102,7 @@ li#ca-talk {
margin-right: auto;
margin-left: 1.6em;
}
-li#ca-watch {
+li#ca-watch,li#ca-unwatch {
margin-right: 1.6em !important;
}
@@ -131,6 +129,18 @@ dd {
margin-left: 0;
margin-right: 2em;
}
+div.tright {
+ clear: none;
+}
+div.tleft {
+ clear: left;
+}
+div.floatright table.floatright {
+ clear: none;
+}
+div.floatleft table.floatleft {
+ clear: left;
+}
div.townBox {
margin-left: 0;
margin-right: 1em;
@@ -167,6 +177,23 @@ li#pt-login {
#footer {
clear: both;
}
+* html #footer {
+ margin-left: 0;
+ margin-right: 13.6em;
+ border-left: 0;
+ border-right: 1px solid #fabd23;
+}
+* html #column-content {
+ float: none;
+ margin-left: 0;
+ margin-right: 0;
+}
+* html #column-content #content {
+ margin-left: 0;
+ margin-top: 3em;
+}
+* html #column-one { right: 0; }
+
/* js pref toc */
#preftoc { float: right; }
/* workaround for moz bug, displayed bullets on left side */
@@ -174,6 +201,6 @@ li#pt-login {
#prefcontrol { float: right; }
fieldset.prefsection,
fieldset.operaprefsection {
+ margin-left: 0 !important;
margin-right: 15em;
- margin-left: 0;
}