aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-03-11 13:49:44 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-03-11 13:49:44 +0100
commita2454285bd32ae8df24b62dea648de3b293a5f41 (patch)
treefe602eacf2743b4235e76dcd5f8a1d93d7128d03 /phpBB
parent72d9cf3a95a6578a3876bf6f9ac7f4c3b9c9ecf0 (diff)
parente132e9ba76e63f71a6019b79c7a42417b3b633b4 (diff)
downloadforums-a2454285bd32ae8df24b62dea648de3b293a5f41.tar
forums-a2454285bd32ae8df24b62dea648de3b293a5f41.tar.gz
forums-a2454285bd32ae8df24b62dea648de3b293a5f41.tar.bz2
forums-a2454285bd32ae8df24b62dea648de3b293a5f41.tar.xz
forums-a2454285bd32ae8df24b62dea648de3b293a5f41.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB')
-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;
}