1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/11936] Make UCP Notifications page look even better

Make only the Notification Title/Text the href link. Use a font family
and size consistent with rest of phpBB. Make Notification date
smaller too.

PHPBB3-11936
This commit is contained in:
Matt Friedman
2013-10-18 20:04:01 -07:00
parent 59e175906e
commit 613fa70948
3 changed files with 15 additions and 14 deletions

View File

@@ -830,11 +830,13 @@ form > p.post-notice strong {
}
.notification_list p.notifications_title {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px !important;
font-weight: bold;
}
.notification_list p.notifications_time {
font-size: 11px;
font-size: 11px !important;
}
.notification_text:after {