From 3ba25289aaa938498a05c201d59ae02311dbfbd1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 14 Feb 2013 10:59:39 -0800 Subject: [ticket/11103] Update styling of prosilver notification modal PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/styles/prosilver/theme/common.css') 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%; } -- cgit v1.2.1 From fd4e197bde8ae653afd1fb2431f49bfb8ff5053c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 14 Feb 2013 11:00:59 -0800 Subject: [ticket/11103] Update styling of UCP Notifications in prosilver PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 970c1bffba..0685322b7f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -765,3 +765,15 @@ p.rules a { bottom: -11px; left: -10px; } + +.notification_list div.notifications { + padding: 5px; +} + +.notification_list p.notifications_title { + font-weight: bold; +} + +.notification_list p.notifications_time { + font-size: 11px; +} \ No newline at end of file -- cgit v1.2.1 From 337b958171c756033a42f88a183b87e893fc2940 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 15 Feb 2013 14:39:06 -0800 Subject: [ticket/11103] Add newlines to bottom of css file PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 0685322b7f..4f75a8b85b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -776,4 +776,5 @@ p.rules a { .notification_list p.notifications_time { font-size: 11px; -} \ No newline at end of file +} + -- cgit v1.2.1 From 18d85bfc118dc5a38867b2132ae9c78f7d18bbbf Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 27 Feb 2013 20:18:41 -0800 Subject: [ticket/11103] Remove padding from notifications for now. PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4f75a8b85b..1684f0f7fc 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -734,10 +734,6 @@ p.rules a { word-wrap: break-word; } -.notification_list ul li p.notification_time { - padding-top: 8px; -} - .notification_list ul.topiclist dt { width: 88%; } -- cgit v1.2.1