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