diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 17:10:20 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 17:10:20 +0100 |
| commit | d9037965c8081be16536205f384bba741c693c2c (patch) | |
| tree | 7ec3f330f2ce2b41435b7651fba10b91b3df8f7a /phpBB/styles/prosilver/template/overall_header.html | |
| parent | bfe872d1b7ac2a54ebd45b23cc444d2f7b2a5dbb (diff) | |
| download | forums-d9037965c8081be16536205f384bba741c693c2c.tar forums-d9037965c8081be16536205f384bba741c693c2c.tar.gz forums-d9037965c8081be16536205f384bba741c693c2c.tar.bz2 forums-d9037965c8081be16536205f384bba741c693c2c.tar.xz forums-d9037965c8081be16536205f384bba741c693c2c.zip | |
[ticket/12271] Decouple dropdown header and footer from #notifications_list
PHPBB3-12271
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index a89585d899..df02963e3c 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -101,7 +101,7 @@ <!-- IF S_NOTIFICATIONS_DISPLAY --> <li class="small-icon icon-notification" 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> - <div id="notification_list" class="dropdown notification_list"> + <div id="notification_list" class="dropdown dropdown-extended notification_list"> <div class="pointer"><div class="pointer-inner"></div></div> <div class="dropdown-contents"> <div class="header"> |
