mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/14855] Fix responsive alert bubble CSS
PHPBB3-14855
This commit is contained in:
parent
c259a9b387
commit
87209fdd06
1 changed files with 2 additions and 5 deletions
|
@ -1251,7 +1251,8 @@ ul.linklist:after,
|
||||||
margin-left: 58px;
|
margin-left: 58px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-alert {
|
.notification-alert,
|
||||||
|
.compact .notification-alert {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
@ -1288,10 +1289,6 @@ ul.linklist:after,
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-page-jump .dropdown {
|
.dropdown-page-jump .dropdown {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue