diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:36:39 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:36:39 +0000 |
commit | 60e68b1b58862b77eaae36400dd294c69a400e1d (patch) | |
tree | c8740b591fa329f6d0b6f392a56986fcbb1ab048 | |
parent | fb96fcd90aa2b6e8ec61de0aaef58df2d2551db4 (diff) | |
download | forums-60e68b1b58862b77eaae36400dd294c69a400e1d.tar forums-60e68b1b58862b77eaae36400dd294c69a400e1d.tar.gz forums-60e68b1b58862b77eaae36400dd294c69a400e1d.tar.bz2 forums-60e68b1b58862b77eaae36400dd294c69a400e1d.tar.xz forums-60e68b1b58862b77eaae36400dd294c69a400e1d.zip |
Bug #33745 - [Fix] Correctly orientate quoted text image on RTL languages.
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10439 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 12afc05043..f1ea454324 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -142,6 +142,7 @@ <li>[Fix] Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. (Bug #55045)</li> <li>[Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.</li> <li>[Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335)</li> + <li>[Fix] Correctly orientate quoted text image on RTL languages. (Bug #33745)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index be7cdab2b9..6a1f60b735 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -371,7 +371,7 @@ /* Quote block */ .rtl blockquote { margin: 0.5em 25px 0 1px; - background-position: 99% 5px; + background-position: 99% 8px; } .rtl blockquote blockquote { |