diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-09-11 09:35:24 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-11 09:35:24 +0200 |
| commit | 46f6b4459a2a599c57b59fd6166f925b6fca0a3a (patch) | |
| tree | cf03ab217e170d88188d2ac44b6feec2b9b2a392 /phpBB/styles/prosilver | |
| parent | c9d159257a4ebbb8a8949844e30459474661de36 (diff) | |
| parent | 074433008026340548866669fd93de2622c1866b (diff) | |
| download | forums-46f6b4459a2a599c57b59fd6166f925b6fca0a3a.tar forums-46f6b4459a2a599c57b59fd6166f925b6fca0a3a.tar.gz forums-46f6b4459a2a599c57b59fd6166f925b6fca0a3a.tar.bz2 forums-46f6b4459a2a599c57b59fd6166f925b6fca0a3a.tar.xz forums-46f6b4459a2a599c57b59fd6166f925b6fca0a3a.zip | |
Merge pull request #3892 from cyberalien/ticket/14153
[ticket/14153] Fix floating elements in notifications dropdown header
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 19b0f65a2d..5dd5ecdb28 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; |
