diff options
Diffstat (limited to 'prosilver/theme/bidi.css')
-rw-r--r-- | prosilver/theme/bidi.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/prosilver/theme/bidi.css b/prosilver/theme/bidi.css index f441784..c258ed1 100644 --- a/prosilver/theme/bidi.css +++ b/prosilver/theme/bidi.css @@ -1,4 +1,4 @@ -/* proSilver RTL definitions +/* RTL definitions ---------------------------------------- */ /** @@ -519,7 +519,7 @@ /** * cp.css */ -/* proSilver Control Panel Styles +/* Control Panel Styles ---------------------------------------- */ @@ -591,6 +591,19 @@ /* PM Styles ----------------------------------------*/ +/* PM panel adjustments */ +.rtl .reply-all a.right { + background-position: 5% 60%; +} + +.rtl .reply-all a.right:hover { + background-position: 3% 60%; +} + +.rtl .reply-all { + padding-left: 5px; +} + /* Defined rules list for PM options */ .rtl ol.def-rules { padding-right: 0; |