mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/11103] Remove padding from notifications for now.
PHPBB3-11103
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
{notifications.AVATAR}
|
{notifications.AVATAR}
|
||||||
<div>
|
<div>
|
||||||
<p>{notifications.FORMATTED_TITLE}</p>
|
<p>{notifications.FORMATTED_TITLE}</p>
|
||||||
<p class="notification_time">» {notifications.TIME}</p>
|
<p>» {notifications.TIME}</p>
|
||||||
|
|
||||||
<!-- IF not notifications.URL and notifications.U_MARK_READ -->
|
<!-- IF not notifications.URL and notifications.U_MARK_READ -->
|
||||||
<p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p>
|
<p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p>
|
||||||
|
@@ -734,10 +734,6 @@ p.rules a {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list ul li p.notification_time {
|
|
||||||
padding-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification_list ul.topiclist dt {
|
.notification_list ul.topiclist dt {
|
||||||
width: 88%;
|
width: 88%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user