diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-11 20:01:15 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-11 20:01:15 +0300 |
commit | c63901fcb59f3795023dc9ea2b35c616fa08b756 (patch) | |
tree | 54a58b6b2229cfaa86faf6d2dde0624b319d5540 /phpBB/styles | |
parent | 788238d7a989951747307b15eaa2192253e81535 (diff) | |
download | forums-c63901fcb59f3795023dc9ea2b35c616fa08b756.tar forums-c63901fcb59f3795023dc9ea2b35c616fa08b756.tar.gz forums-c63901fcb59f3795023dc9ea2b35c616fa08b756.tar.bz2 forums-c63901fcb59f3795023dc9ea2b35c616fa08b756.tar.xz forums-c63901fcb59f3795023dc9ea2b35c616fa08b756.zip |
[ticket/11782] RTL support for post notices
PHPBB3-11782
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index a921805327..41a9874a18 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -371,6 +371,13 @@ float: right; } +.rtl p.post-notice:before { + left: auto; + right: 0; + padding-left: 5px; + padding-right: 26px; +} + /* Topic review panel ----------------------------------------*/ .rtl #topicreview { |