mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/11103] Update styling of UCP Notifications in prosilver
PHPBB3-11103
This commit is contained in:
@@ -83,9 +83,9 @@
|
|||||||
<dt>
|
<dt>
|
||||||
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
||||||
{notification_list.AVATAR}
|
{notification_list.AVATAR}
|
||||||
<div>
|
<div class="notifications">
|
||||||
<p>{notification_list.FORMATTED_TITLE}</p>
|
<p class="notifications_title">{notification_list.FORMATTED_TITLE}</p>
|
||||||
<p>{notification_list.TIME}</p>
|
<p class="notifications_time">» {notification_list.TIME}</p>
|
||||||
|
|
||||||
<!-- IF not notification_list.URL and notification_list.U_MARK_READ -->
|
<!-- IF not notification_list.URL and notification_list.U_MARK_READ -->
|
||||||
<p><a href="{notification_list.U_MARK_READ}">{L_MARK_READ}</a></p>
|
<p><a href="{notification_list.U_MARK_READ}">{L_MARK_READ}</a></p>
|
||||||
|
@@ -765,3 +765,15 @@ p.rules a {
|
|||||||
bottom: -11px;
|
bottom: -11px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notification_list div.notifications {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification_list p.notifications_title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification_list p.notifications_time {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
Reference in New Issue
Block a user