1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[ticket/14855] Fix responsive alert bubble CSS

PHPBB3-14855
This commit is contained in:
Matt Friedman 2016-11-05 16:29:13 -07:00
parent c259a9b387
commit 87209fdd06

View File

@ -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;
}