From 3f4dcc692019222673ce6dcd1211aae2f3f3933c Mon Sep 17 00:00:00 2001 From: Scout4all Date: Mon, 5 Jan 2015 22:38:30 +0200 Subject: [ticket/13463] Correctly position notification mark read icon in RTL. PHPBB3-13463 --- phpBB/styles/prosilver/theme/bidi.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/styles') 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; } -- cgit v1.2.1