Skip to content

Commit

Permalink
Merge pull request phpbb#3892 from cyberalien/ticket/14153
Browse files Browse the repository at this point in the history
[ticket/14153] Fix floating elements in notifications dropdown header
  • Loading branch information
marc1706 committed Sep 11, 2015
2 parents c9d1592 + 0744330 commit 46f6b44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpBB/styles/prosilver/theme/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions phpBB/styles/subsilver2/theme/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 46f6b44

Please sign in to comment.