1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/11103] Mark read link if notification has no URL to view it

Other style stuff

PHPBB3-11103
This commit is contained in:
Nathaniel Guse
2012-10-16 10:51:07 -05:00
parent a2d6e40f1b
commit c8b66a26ef
7 changed files with 53 additions and 14 deletions

View File

@@ -683,6 +683,10 @@ p.rules a {
line-height: 1.5em;
}
.notification_list ul.topiclist dt {
width: 70%;
}
.notification_list ul li a span img {
float: left;
max-width: 50px;
@@ -706,3 +710,9 @@ p.rules a {
.notification_time {
margin-top: 0.5em;
}
.mark_notification_read {
clear: both;
float: left;
margin-top: 0.5em;
}