From 8b61ba238f77dd36256ecefc4b020b5d7916e158 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Apr 2014 08:48:40 -0700 Subject: [PATCH 1/2] [ticket/12419] Improve font size in notifications drop-down PHPBB3-12419 --- phpBB/styles/prosilver/theme/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 298d310ab1..c85232de1a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1096,6 +1096,7 @@ form > p.post-notice strong { .notification_list ul li p { margin: 0; + font-size: 1em; } .notification_list div.notifications { From 34533a86dac64d36280ae7db393e10db6b4ba21b Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Apr 2014 09:17:36 -0700 Subject: [PATCH 2/2] [ticket/12419] Also shrink the size of "See All" in footer a little bit PHPBB3-12419 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c85232de1a..3e0046ba2e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1078,7 +1078,7 @@ form > p.post-notice strong { .dropdown-extended .footer { text-align: center; - font-size: 1.2em; + font-size: 1.1em; } .dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {