mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14855] CSS updates
PHPBB3-14855
This commit is contained in:
parent
74285b4308
commit
0fd04f2e6f
3 changed files with 4 additions and 5 deletions
|
@ -72,12 +72,12 @@
|
|||
</li>
|
||||
<!-- IF S_DISPLAY_PM -->
|
||||
<li class="small-icon icon-pm rightside" data-skip-responsive="true">
|
||||
<a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} </span><!-- IF PRIVATE_MESSAGE_COUNT --><strong class="notification-alert">{PRIVATE_MESSAGE_COUNT}</strong><!-- ENDIF --></a>
|
||||
<a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} </span><!-- IF PRIVATE_MESSAGE_COUNT --><strong class="badge">{PRIVATE_MESSAGE_COUNT}</strong><!-- ENDIF --></a>
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||
<li class="small-icon icon-notification dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true">
|
||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} </span><!-- IF NOTIFICATIONS_COUNT --><strong class="notification-alert">{NOTIFICATIONS_COUNT}</strong><!-- ENDIF --></a>
|
||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} </span><!-- IF NOTIFICATIONS_COUNT --><strong class="badge">{NOTIFICATIONS_COUNT}</strong><!-- ENDIF --></a>
|
||||
<!-- INCLUDE notification_dropdown.html -->
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
|
|
|
@ -1162,7 +1162,7 @@ li.notification-reported strong, li.notification-disapproved strong {
|
|||
color: #D31141;
|
||||
}
|
||||
|
||||
.notification-alert {
|
||||
.badge {
|
||||
background-color: #D31141;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
|
@ -1251,10 +1251,9 @@ ul.linklist:after,
|
|||
margin-left: 58px;
|
||||
}
|
||||
|
||||
.notification-alert {
|
||||
.badge {
|
||||
border-radius: 10px;
|
||||
opacity: 0.8;
|
||||
min-width: 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-size: 9px;
|
||||
|
|
Loading…
Add table
Reference in a new issue