aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-20 11:19:14 +0200
committerPayBas <contact@paybas.com>2014-06-25 14:19:00 +0200
commitb8f8b884e7fba8ccf7929e8c69aca3c23b3badc6 (patch)
tree7b9a4545118861ae2672c29ef3bf5072329325bb
parent5a00054f5213e92552241889d651836881efeece (diff)
downloadforums-b8f8b884e7fba8ccf7929e8c69aca3c23b3badc6.tar
forums-b8f8b884e7fba8ccf7929e8c69aca3c23b3badc6.tar.gz
forums-b8f8b884e7fba8ccf7929e8c69aca3c23b3badc6.tar.bz2
forums-b8f8b884e7fba8ccf7929e8c69aca3c23b3badc6.tar.xz
forums-b8f8b884e7fba8ccf7929e8c69aca3c23b3badc6.zip
[ticket/12662] Update PR after ticket/12553 merge
Rebasing was a nightmare with all the code moving around between commits. Hopefully this will merge without a rebase. PHPBB3-12662
-rw-r--r--phpBB/styles/prosilver/template/navbar_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index fbdaddfd48..b42f894dde 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -63,8 +63,8 @@
</li>
<!-- ENDIF -->
<!-- IF S_NOTIFICATIONS_DISPLAY -->
- <li class="small-icon icon-notification rightside" data-skip-responsive="true">
- <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
+ <li class="small-icon icon-notification dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true">
+ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
<!-- INCLUDE notification_dropdown.html -->
</li>
<!-- ENDIF -->