From 3ba25289aaa938498a05c201d59ae02311dbfbd1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 14 Feb 2013 10:59:39 -0800 Subject: [PATCH] [ticket/11103] Update styling of prosilver notification modal PHPBB3-11103 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/theme/common.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 27156dbf15..aff346cac5 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -157,7 +157,7 @@ {notifications.AVATAR}

{notifications.FORMATTED_TITLE}

-

{notifications.TIME}

+

ยป {notifications.TIME}

{L_MARK_READ}

diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6c78195457..970c1bffba 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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%; }