Merge remote-tracking branch 'remotes/cyberalien/ticket/11558' into develop

# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11558:
  [ticket/11558] Adjustments for notification link
  [ticket/11558] Fix styling for notifications link
This commit is contained in:
Nathan Guse 2013-05-20 11:07:54 -05:00
commit f26257dc51
2 changed files with 15 additions and 2 deletions

View file

@ -127,8 +127,8 @@
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<ul class="linklist leftside">
<!-- IF S_NOTIFICATIONS_DISPLAY -->
<li>
[ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> ] &bull;
<li class="icon-notification">
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a>
<div id="notification_list" class="notification_list">
<div class="pointer"><div class="pointer_inner"></div></div>
<div class="header">

View file

@ -97,6 +97,19 @@ a.sendemail {
padding: 1px 0 0 17px;
}
.icon-notification:before, .icon-notification:after {
display: inline;
font: inherit;
}
.icon-notification:before {
content: '[';
}
.icon-notification:after {
content: ']';
}
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {