From 664e7862d07a93e75ce786f68b3ca9e2f6e7f156 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 9 Nov 2013 03:36:41 -0800 Subject: [PATCH] [ticket/11241] Fix the disappearing dropdown when responsive changes take effect PHPBB3-11241 --- phpBB/styles/prosilver/template/viewtopic_body.html | 4 ++-- phpBB/styles/prosilver/theme/responsive.css | 13 +++---------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 155b9f0a05..338c67dd33 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -57,9 +57,8 @@ - +
-
@@ -313,6 +312,7 @@ +
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index d7af7519b7..397ff12942 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -468,10 +468,6 @@ p.rightside { float: none; } -.topic-actions { - overflow: hidden; -} - fieldset.quickmod { width: auto; float: none; @@ -511,17 +507,14 @@ fieldset.display-actions { margin: 0; } - .topic-actions > div { - float: none; - overflow: hidden; - clear: both; - } - .topic-actions > .pagination, fieldset.jumpbox { text-align: center; } .topic-actions > .pagination { + float: none; + overflow: hidden; + clear: both; padding-bottom: 1px; }