diff options
author | Scout4all <support@flasheg.com> | 2015-01-05 22:38:30 +0200 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-02-19 19:07:07 -0800 |
commit | 3f4dcc692019222673ce6dcd1211aae2f3f3933c (patch) | |
tree | dcf6623fb4ae51885fca93d01b02639d34025c28 /phpBB | |
parent | e4b44281737728c3af75fc6d1af13721cfe7d8be (diff) | |
download | forums-3f4dcc692019222673ce6dcd1211aae2f3f3933c.tar forums-3f4dcc692019222673ce6dcd1211aae2f3f3933c.tar.gz forums-3f4dcc692019222673ce6dcd1211aae2f3f3933c.tar.bz2 forums-3f4dcc692019222673ce6dcd1211aae2f3f3933c.tar.xz forums-3f4dcc692019222673ce6dcd1211aae2f3f3933c.zip |
[ticket/13463] Correctly position notification mark read icon in RTL.
PHPBB3-13463
Diffstat (limited to 'phpBB')
-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 889110e3fc..d9bf9f9fa5 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -313,6 +313,13 @@ li.breadcrumbs span:first-child > a { padding-right: 19px; } +/* Notification mark read link */ +.rtl .dropdown-extended a.mark_read { + border-radius: 0 3px 3px 0; + left: 0; + right: auto; +} + .rtl a.top { float: left; } |