[ticket/12613] Fix dropdown-up positioning

PHPBB3-12613
This commit is contained in:
PayBas 2014-05-29 23:58:25 +02:00
parent c3b24e2005
commit 015ddc8fa8
2 changed files with 5 additions and 2 deletions

View file

@ -1205,11 +1205,15 @@ form > p.post-notice strong {
top: 20px; top: 20px;
} }
.dropdown-jump-to.dropdown-up .dropdown {
bottom: 20px;
}
.dropdown-jump-to .dropdown-contents { .dropdown-jump-to .dropdown-contents {
margin: 0; margin: 0;
} }
.dropdown-jump-to .dropdown-contents ul { .dropdown-jump-to ul.dropdown-contents {
display: inherit; display: inherit;
} }

View file

@ -515,7 +515,6 @@ fieldset.display-actions {
.topic-actions > .pagination { .topic-actions > .pagination {
float: none; float: none;
overflow: hidden;
clear: both; clear: both;
padding-bottom: 1px; padding-bottom: 1px;
} }