aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-21 17:19:37 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-24 18:36:15 +0300
commit9833354578d9f2dfb9f1438718d84505880438e2 (patch)
tree8fa87408ab8af292e266b2205e1f003afd6deee3 /phpBB/styles/prosilver
parent3016e5227b4256b9930e5515dbe849fbdc03e377 (diff)
downloadforums-9833354578d9f2dfb9f1438718d84505880438e2.tar
forums-9833354578d9f2dfb9f1438718d84505880438e2.tar.gz
forums-9833354578d9f2dfb9f1438718d84505880438e2.tar.bz2
forums-9833354578d9f2dfb9f1438718d84505880438e2.tar.xz
forums-9833354578d9f2dfb9f1438718d84505880438e2.zip
[ticket/11956] Fix topic actions layout
Fix topic actions layout on mobile devices PHPBB3-11956
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index aadb98e188..fc24cd7ed2 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -480,6 +480,12 @@ fieldset.quickmod {
text-align: center;
}
+fieldset.display-options label {
+ display: block;
+ clear: both;
+ margin-bottom: 5px;
+}
+
dl.mini dd.pm-legend {
float: left;
min-width: 200px;