aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-11-05 16:29:13 -0700
committerMatt Friedman <maf675@gmail.com>2016-11-05 16:29:13 -0700
commit87209fdd0697f13f0d28e70ffd31ce7d3c9c2104 (patch)
tree05a47a6892c0a170733a4909711782933511e5d7 /phpBB/styles
parentc259a9b3871d378f804222409b73f659e9dabdfb (diff)
downloadforums-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/styles')
-rw-r--r--phpBB/styles/prosilver/theme/common.css7
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;
}