aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-03-11 13:49:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-03-11 13:49:42 +0100
commite132e9ba76e63f71a6019b79c7a42417b3b633b4 (patch)
tree3f9135b5eb63b954cb69bbc572f8185d1eff00c6 /phpBB/styles
parent5b9fe33b1b3421d24abdd0db15db310aa717fb54 (diff)
parent3f4dcc692019222673ce6dcd1211aae2f3f3933c (diff)
downloadforums-e132e9ba76e63f71a6019b79c7a42417b3b633b4.tar
forums-e132e9ba76e63f71a6019b79c7a42417b3b633b4.tar.gz
forums-e132e9ba76e63f71a6019b79c7a42417b3b633b4.tar.bz2
forums-e132e9ba76e63f71a6019b79c7a42417b3b633b4.tar.xz
forums-e132e9ba76e63f71a6019b79c7a42417b3b633b4.zip
Merge pull request #3428 from prototech/ticket/13463
[ticket/13463] Correctly position notification mark read icon in RTL.
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css7
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;
}