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.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/skins/modern/rtl.css b/skins/modern/rtl.css
index 239bc8d4..d7aae769 100644
--- a/skins/modern/rtl.css
+++ b/skins/modern/rtl.css
@@ -82,8 +82,9 @@ input#wpSave, input#wpDiff {
float: right;
margin: 0 0 1em 3em;
}
-/* Convenience links to edit block and delete reasons */
-p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons {
+/* Convenience links to edit block, delete and protect reasons */
+p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
+p.mw-filedelete-editreasons, p.mw-delete-editreasons {
float: left;
}
@@ -99,7 +100,7 @@ table.filehistory th {
margin: 0 -15em 0 0;
float: left;
}
-
+
#mw_content {
margin: 0 14em 0 0;
border-left: none;
@@ -141,6 +142,12 @@ table.filehistory th {
html > body div#mw_contentholder ul {
display: table;
}
+html > body div#mw_contentholder ul li {
+ margin-right:10px;
+}
+html > body div.pBody ul li {
+ margin-right:4px;
+}
html > body div#mw_contentholder ul#filetoc {
display: block;
}