mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12613] Fix dropdown-up positioning
PHPBB3-12613
This commit is contained in:
parent
c3b24e2005
commit
015ddc8fa8
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue