diff options
| author | cyberalien <cyberalien@gmail.com> | 2015-09-10 12:03:02 +0300 |
|---|---|---|
| committer | cyberalien <cyberalien@gmail.com> | 2015-09-10 12:03:02 +0300 |
| commit | 074433008026340548866669fd93de2622c1866b (patch) | |
| tree | cf03ab217e170d88188d2ac44b6feec2b9b2a392 /phpBB/styles/subsilver2 | |
| parent | c9d159257a4ebbb8a8949844e30459474661de36 (diff) | |
| download | forums-074433008026340548866669fd93de2622c1866b.tar forums-074433008026340548866669fd93de2622c1866b.tar.gz forums-074433008026340548866669fd93de2622c1866b.tar.bz2 forums-074433008026340548866669fd93de2622c1866b.tar.xz forums-074433008026340548866669fd93de2622c1866b.zip | |
[ticket/14153] Fix floating elements in notifications dropdown header
PHPBB3-14153
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 784643a5b9..8f0bbffdda 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -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; |
