From 87209fdd0697f13f0d28e70ffd31ce7d3c9c2104 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 5 Nov 2016 16:29:13 -0700 Subject: [ticket/14855] Fix responsive alert bubble CSS PHPBB3-14855 --- phpBB/styles/prosilver/theme/common.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index cb9e3c04e2..d59efc0bb5 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1251,7 +1251,8 @@ ul.linklist:after, margin-left: 58px; } -.notification-alert { +.notification-alert, +.compact .notification-alert { border-radius: 50px; font-size: 0.9em; opacity: 0.8; @@ -1288,10 +1289,6 @@ ul.linklist:after, display: none; } -.compact .icon-notification > a > strong, .compact .icon-pm > a > strong { - padding-left: 2px; -} - .dropdown-page-jump .dropdown { top: 20px; } -- cgit v1.2.1