aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/common.css6
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css1
2 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index a95ffdcfc5..804599bf6c 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1205,11 +1205,15 @@ form > p.post-notice strong {
top: 20px;
}
+.dropdown-jump-to.dropdown-up .dropdown {
+ bottom: 20px;
+}
+
.dropdown-jump-to .dropdown-contents {
margin: 0;
}
-.dropdown-jump-to .dropdown-contents ul {
+.dropdown-jump-to ul.dropdown-contents {
display: inherit;
}
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index e3e4a46fa2..b9d3ef4432 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -515,7 +515,6 @@ fieldset.display-actions {
.topic-actions > .pagination {
float: none;
- overflow: hidden;
clear: both;
padding-bottom: 1px;
}