diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 14:48:58 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 14:48:58 +0200 |
commit | 0a95c83375d39d3323a5f2ce157776e0579a1518 (patch) | |
tree | d0d318db676a79602abeff384a4f3b923ee874c2 | |
parent | aaa724858bc8e1414981b87e35424c44295bc2f7 (diff) | |
download | rpg-0a95c83375d39d3323a5f2ce157776e0579a1518.tar.gz rpg-0a95c83375d39d3323a5f2ce157776e0579a1518.tar.bz2 |
RTL style corrections for the admin interface FS#2029
-rw-r--r-- | lib/tpl/default/rtl.css | 18 |
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; +} + |