diff options
| author | PayBas <contact@paybas.com> | 2014-06-24 16:14:14 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:05 +0200 |
| commit | dd18085ba61524255d51a370e303ff047cda5f18 (patch) | |
| tree | 2a07835449921743212764b34bfbd3ed7114b4bf /phpBB | |
| parent | faa47cd176457bcbf4f5eac91f991c456a85f1a9 (diff) | |
| download | forums-dd18085ba61524255d51a370e303ff047cda5f18.tar forums-dd18085ba61524255d51a370e303ff047cda5f18.tar.gz forums-dd18085ba61524255d51a370e303ff047cda5f18.tar.bz2 forums-dd18085ba61524255d51a370e303ff047cda5f18.tar.xz forums-dd18085ba61524255d51a370e303ff047cda5f18.zip | |
[ticket/12662] Fix responsive positioning of notifications dropdown
PHPBB3-12662
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index f8f56a0020..96d965e987 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1108,7 +1108,6 @@ form > p.post-notice strong { .dropdown-extended { display: none; - width: 340px; z-index: 1; } @@ -1140,6 +1139,7 @@ form > p.post-notice strong { .dropdown-extended .dropdown-contents { max-height: none; + max-width: 340px !important; padding: 0; } diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index cea7656d7f..d921da62fb 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -190,8 +190,8 @@ ul.topiclist li.row dt a.subforum { ----------------------------------------*/ @media only screen and (max-width: 350px), only screen and (max-device-width: 350px) { - .dropdown-extended { - width: 250px; + .dropdown-extended .dropdown-contents { + max-width: 300px !important; } } |
