From 613fa709481273eda8fe8db0431f2f1f7cf4dc75 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 20:04:01 -0700 Subject: [PATCH] [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 --- .../prosilver/template/ucp_notifications.html | 23 +++++++++---------- phpBB/styles/prosilver/theme/common.css | 4 +++- .../template/ucp_notifications.html | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index a5e8941edb..0392b87715 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -68,18 +68,17 @@
  • -
    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4a28635cde..cc91b4bd26 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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 { diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 361012dd7f..a8b0d2b896 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -94,7 +94,7 @@ {notification_list.FORMATTED_TITLE}
    - » {notification_list.TIME} + {notification_list.TIME}