diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-03 10:42:10 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-03 10:42:10 +0200 |
commit | 3108dbec83b6128996729b879007965661e35866 (patch) | |
tree | c91724fd27bf628c56dac6a1466e68c8e2712088 | |
parent | 34c350b273b2b5046b7dbd7ba852fcd3e137a6f7 (diff) | |
download | rpg-3108dbec83b6128996729b879007965661e35866.tar.gz rpg-3108dbec83b6128996729b879007965661e35866.tar.bz2 |
RTL fixes for the config manager FS#2045
-rw-r--r-- | lib/plugins/config/rtl.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/plugins/config/rtl.css b/lib/plugins/config/rtl.css index 7cbedaa73..29cf731d5 100644 --- a/lib/plugins/config/rtl.css +++ b/lib/plugins/config/rtl.css @@ -6,3 +6,21 @@ text-align: right; } +#config__manager td.label { + padding: 0.8em 1em 0.6em 0; +} + +#config__manager td.label span.outkey { + float: right; + margin-right: 1em; +} + +#config__manager td.label label { + text-align: right; + clear: right; +} + +#config__manager td.label img { + float: left; +} + |