mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/12613] Fix dropdown-up positioning
PHPBB3-12613
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user