summaryrefslogtreecommitdiff
path: root/skins/modern/rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/modern/rtl.css')
-rw-r--r--skins/modern/rtl.css28
1 files changed, 16 insertions, 12 deletions
diff --git a/skins/modern/rtl.css b/skins/modern/rtl.css
index c92dbcfe..239bc8d4 100644
--- a/skins/modern/rtl.css
+++ b/skins/modern/rtl.css
@@ -20,8 +20,7 @@ div div.thumbcaption {
text-align: right;
}
-div.magnify,
-#div.townBox {
+div.magnify {
left: auto;
right: 0;
}
@@ -43,14 +42,6 @@ div.tright, div.floatright, table.floatright {
div.tleft, div.floatleft, table.floatleft {
clear: left;
}
-div.townBox {
- margin-left: 0;
- margin-right: 1em;
-}
-div.townBox dl dd {
- margin-left: 0;
- margin-right: 1.1em;
-}
/* Fix link icons */
.external {
@@ -91,8 +82,8 @@ input#wpSave, input#wpDiff {
float: right;
margin: 0 0 1em 3em;
}
-/* Unblock and Ipblocklist links of Special:Blockip */
-p.mw-ipb-conveniencelinks {
+/* Convenience links to edit block and delete reasons */
+p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons {
float: left;
}
@@ -140,3 +131,16 @@ table.filehistory th {
border-right: none;
border-left: solid 1px #bbbbbb;
}
+
+/**
+ * Lists:
+ * The following lines don't have a visible effect on non-Gecko browsers
+ * They fix a problem ith Gecko browsers rendering lists to the right of
+ * left-floated objects in an RTL layout.
+ */
+html > body div#mw_contentholder ul {
+ display: table;
+}
+html > body div#mw_contentholder ul#filetoc {
+ display: block;
+}