diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-26 10:06:16 -0800 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-26 10:06:16 -0800 |
| commit | 860db97a09690f8f2ec760ab8bca103dca3f1fc9 (patch) | |
| tree | c4cd815faf205796cace4314faf0f1a9fa36c0cc /phpBB/styles/prosilver/template | |
| parent | bf93dceb1f69cddc625b7dbbdf588847660070fa (diff) | |
| parent | e3b11c4ecf2eab5e9e1f077fda71e0facc2a063b (diff) | |
| download | forums-860db97a09690f8f2ec760ab8bca103dca3f1fc9.tar forums-860db97a09690f8f2ec760ab8bca103dca3f1fc9.tar.gz forums-860db97a09690f8f2ec760ab8bca103dca3f1fc9.tar.bz2 forums-860db97a09690f8f2ec760ab8bca103dca3f1fc9.tar.xz forums-860db97a09690f8f2ec760ab8bca103dca3f1fc9.zip | |
Merge pull request #2 from VSEphpbb/ticket/11103-VSE
[ticket/11103-VSE] Updated notification AJAX styling
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 9c2c1fc6a6..3f5bec9b8a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -135,6 +135,7 @@ <li> [ <a href="#" id="notification_list_button" title="{NOTIFICATIONS_COUNT}">{NOTIFICATIONS_COUNT}</a> ] • <div id="notification_list" class="notification_list"> + <div class="pointer"><div class="pointer_inner"></div></div> <div class="header"> {L_NOTIFICATIONS} </div> |
