summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-02 14:48:58 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-02 14:48:58 +0200
commit0a95c83375d39d3323a5f2ce157776e0579a1518 (patch)
treed0d318db676a79602abeff384a4f3b923ee874c2 /lib/tpl
parentaaa724858bc8e1414981b87e35424c44295bc2f7 (diff)
downloadrpg-0a95c83375d39d3323a5f2ce157776e0579a1518.tar.gz
rpg-0a95c83375d39d3323a5f2ce157776e0579a1518.tar.bz2
RTL style corrections for the admin interface FS#2029
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/rtl.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/tpl/default/rtl.css b/lib/tpl/default/rtl.css
index b59fcc783..6c2d1fbd2 100644
--- a/lib/tpl/default/rtl.css
+++ b/lib/tpl/default/rtl.css
@@ -127,3 +127,21 @@ div.dokuwiki blockquote {
border-right: 2px solid __border__;
padding-right: 3px;
}
+
+/* Admin corrections */
+#admin__version {
+ clear: right;
+ float: left;
+}
+
+.dokuwiki ul.admin_tasks {
+ float: right;
+}
+
+.dokuwiki ul.admin_tasks li {
+ padding-left: 0px;
+ padding-right: 35px;
+ background: transparent none no-repeat scroll right 0;
+ text-align: right;
+}
+