summaryrefslogtreecommitdiff
path: root/skins/monobook/rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/monobook/rtl.css')
-rw-r--r--skins/monobook/rtl.css24
1 files changed, 9 insertions, 15 deletions
diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css
index 2bd5261e..f00cf09f 100644
--- a/skins/monobook/rtl.css
+++ b/skins/monobook/rtl.css
@@ -24,7 +24,6 @@ To test:
*/
body {
direction: rtl;
-/* unicode-bidi: bidi-override;*/
unicode-bidi: embed;
}
#column-content {
@@ -37,7 +36,7 @@ body {
border-right: 1px solid #aaaaaa;
border-left: none;
}
-html>body .portlet {
+html > body .portlet {
float: right;
clear: right;
}
@@ -69,7 +68,6 @@ div div.thumbcaption {
}
div.magnify,
-#div.townBox,
#p-logo {
left: auto;
right: 0;
@@ -135,14 +133,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;
-}
#p-personal li {
margin-left: 0;
margin-right: 1em;
@@ -215,8 +205,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;
}
@@ -234,5 +224,9 @@ table.filehistory th {
* They fix a problem ith Gecko browsers rendering lists to the right of
* left-floated objects in an RTL layout.
*/
-html>body.rtl #bodyContent ul { display:table; }
-html>body.rtl #bodyContent ol { display:table; } \ No newline at end of file
+html > body div#bodyContent ul {
+ display: table;
+}
+html > body div#bodyContent ul#filetoc {
+ display: block;
+}