mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 20:44:01 +01:00
[ticket/14153] Fix floating elements in notifications dropdown header
PHPBB3-14153
This commit is contained in:
parent
c9d159257a
commit
0744330080
@ -1173,6 +1173,12 @@ ul.linklist:after,
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dropdown-extended .header:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dropdown-extended .footer {
|
||||
text-align: center;
|
||||
font-size: 1.1em;
|
||||
|
@ -1224,6 +1224,12 @@ a.imageset {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#notification_list .header:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#notification_list .footer {
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user