diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-18 22:32:46 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-18 22:32:46 +0300 |
| commit | a23d4526fde963c8a079a85997c7d2f018e13ec4 (patch) | |
| tree | 15502b68797f40bd54b9a2e94da780eebc3b0167 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | bd4dab8026606561ca24bb688c313c9c7f49ef41 (diff) | |
| download | forums-a23d4526fde963c8a079a85997c7d2f018e13ec4.tar forums-a23d4526fde963c8a079a85997c7d2f018e13ec4.tar.gz forums-a23d4526fde963c8a079a85997c7d2f018e13ec4.tar.bz2 forums-a23d4526fde963c8a079a85997c7d2f018e13ec4.tar.xz forums-a23d4526fde963c8a079a85997c7d2f018e13ec4.zip | |
[ticket/11552] Compact mode for notifications and pm links
This will hide part of buttons for notifications and pm links
in header before switching to responsive mode
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index c481dbe18b..5426b36294 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -101,7 +101,7 @@ <ul class="linklist leftside bulletin"> <!-- IF S_NOTIFICATIONS_DISPLAY --> <li class="icon-notification skip-responsive"> - <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{L_NOTIFICATIONS} [<strong>{NOTIFICATIONS_COUNT}</strong>]</a> + <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="header"> @@ -140,7 +140,7 @@ <!-- ENDIF --> <!-- IF S_DISPLAY_PM --> <li class="icon-pm"> - <a href="{U_PRIVATEMSGS}">{L_PRIVATE_MESSAGES} [<strong>{PRIVATE_MESSAGE_COUNT}</strong>]</a> + <a href="{U_PRIVATEMSGS}"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a> </li> <!-- ENDIF --> <li class="icon-ucp"> |
