mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
commit
f26257dc51
2 changed files with 15 additions and 2 deletions
|
@ -127,8 +127,8 @@
|
||||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||||
<ul class="linklist leftside">
|
<ul class="linklist leftside">
|
||||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||||
<li>
|
<li class="icon-notification">
|
||||||
[ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> ] •
|
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a>
|
||||||
<div id="notification_list" class="notification_list">
|
<div id="notification_list" class="notification_list">
|
||||||
<div class="pointer"><div class="pointer_inner"></div></div>
|
<div class="pointer"><div class="pointer_inner"></div></div>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
|
@ -97,6 +97,19 @@ a.sendemail {
|
||||||
padding: 1px 0 0 17px;
|
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
|
/* Poster profile icons
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
ul.profile-icons {
|
ul.profile-icons {
|
||||||
|
|
Loading…
Add table
Reference in a new issue