mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11103] Update styling of prosilver notification modal
PHPBB3-11103
This commit is contained in:
parent
216dc82486
commit
3ba25289aa
@ -157,7 +157,7 @@
|
||||
{notifications.AVATAR}
|
||||
<div>
|
||||
<p>{notifications.FORMATTED_TITLE}</p>
|
||||
<p>{notifications.TIME}</p>
|
||||
<p class="notification_time">» {notifications.TIME}</p>
|
||||
|
||||
<!-- IF not notifications.URL and notifications.U_MARK_READ -->
|
||||
<p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p>
|
||||
|
@ -734,6 +734,10 @@ p.rules a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.notification_list ul li p.notification_time {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.notification_list ul.topiclist dt {
|
||||
width: 88%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user