diff options
author | Matt Friedman <maf675@gmail.com> | 2016-11-05 16:29:13 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-11-05 16:29:13 -0700 |
commit | 87209fdd0697f13f0d28e70ffd31ce7d3c9c2104 (patch) | |
tree | 05a47a6892c0a170733a4909711782933511e5d7 /phpBB | |
parent | c259a9b3871d378f804222409b73f659e9dabdfb (diff) | |
download | forums-87209fdd0697f13f0d28e70ffd31ce7d3c9c2104.tar forums-87209fdd0697f13f0d28e70ffd31ce7d3c9c2104.tar.gz forums-87209fdd0697f13f0d28e70ffd31ce7d3c9c2104.tar.bz2 forums-87209fdd0697f13f0d28e70ffd31ce7d3c9c2104.tar.xz forums-87209fdd0697f13f0d28e70ffd31ce7d3c9c2104.zip |
[ticket/14855] Fix responsive alert bubble CSS
PHPBB3-14855
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 7 |
1 files changed, 2 insertions, 5 deletions
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; } |