diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-22 22:03:43 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:36:16 +0300 |
| commit | 1638ff3cba881eb7bce2ffc29946db0644feaff2 (patch) | |
| tree | be202332b45225ec67c018f83ad5d730594b0196 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | d11e62930a604fe480fcfa5f2e06ddd421087375 (diff) | |
| download | forums-1638ff3cba881eb7bce2ffc29946db0644feaff2.tar forums-1638ff3cba881eb7bce2ffc29946db0644feaff2.tar.gz forums-1638ff3cba881eb7bce2ffc29946db0644feaff2.tar.bz2 forums-1638ff3cba881eb7bce2ffc29946db0644feaff2.tar.xz forums-1638ff3cba881eb7bce2ffc29946db0644feaff2.zip | |
[ticket/11956] Arrow for responsive popup
PHPBB3-11956
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 9a08c0f5ac..3ef264259f 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -103,7 +103,7 @@ <li class="icon-notification skip-responsive"> <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="notification_list"> - <div class="pointer"><div class="pointer_inner"></div></div> + <div class="popup-pointer"><div class="popup-pointer-inner"></div></div> <div class="header"> {L_NOTIFICATIONS} <span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span> |
