diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-03-11 13:49:44 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-03-11 13:49:44 +0100 |
commit | a2454285bd32ae8df24b62dea648de3b293a5f41 (patch) | |
tree | fe602eacf2743b4235e76dcd5f8a1d93d7128d03 /phpBB | |
parent | 72d9cf3a95a6578a3876bf6f9ac7f4c3b9c9ecf0 (diff) | |
parent | e132e9ba76e63f71a6019b79c7a42417b3b633b4 (diff) | |
download | forums-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.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; } |