aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-29 18:07:27 -0700
committerCesar G <prototech91@gmail.com>2014-06-14 09:54:16 -0700
commitedd9c0e06405a08efb1e2153b21f71beb1ea4294 (patch)
tree0d2e231a526a0b83b7b0184fdc79da9a1580f29d /phpBB/styles/subsilver2
parentdef39a670b65a8075ed46afa4956d1d61193a408 (diff)
downloadforums-edd9c0e06405a08efb1e2153b21f71beb1ea4294.tar
forums-edd9c0e06405a08efb1e2153b21f71beb1ea4294.tar.gz
forums-edd9c0e06405a08efb1e2153b21f71beb1ea4294.tar.bz2
forums-edd9c0e06405a08efb1e2153b21f71beb1ea4294.tar.xz
forums-edd9c0e06405a08efb1e2153b21f71beb1ea4294.zip
[ticket/12553] Open the notification dropdown to the left.
PHPBB3-12553
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index 314e284155..d4cce2e2ae 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -156,10 +156,13 @@ function marklist(id, name, state)
<div id="menubar">
<table width="100%" cellspacing="0">
<tr>
- <td class="genmed">
+ <td class="genmed dropdown-container">
<!-- IF S_NOTIFICATIONS_DISPLAY and not S_IS_BOT and S_USER_LOGGED_IN -->
- <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><img src="{T_THEME_PATH}/images/icon_mini_notification.gif" width="12" height="13" alt="*" /> {L_NOTIFICATIONS} [<strong>{NOTIFICATIONS_COUNT}</strong>]</a>&nbsp;
- <div id="notification_list" class="notification_list">
+ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger">
+ <img src="{T_THEME_PATH}/images/icon_mini_notification.gif" width="12" height="13" alt="*" />
+ {L_NOTIFICATIONS} [<strong>{NOTIFICATIONS_COUNT}</strong>]
+ </a>&nbsp;
+ <div id="notification_list" class="notification_list dropdown">
<div class="row1 header">
{L_NOTIFICATIONS}
<span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span>