aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-20 13:12:03 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-20 13:12:03 +0300
commit2bb094cc19d068f597d31a5e4623faa618254e59 (patch)
treede4fbed2410941656eeee4f201fe18a99ffe8e03 /phpBB
parent076198da7b6d38a0366824a7dff791d15a6f2d87 (diff)
downloadforums-2bb094cc19d068f597d31a5e4623faa618254e59.tar
forums-2bb094cc19d068f597d31a5e4623faa618254e59.tar.gz
forums-2bb094cc19d068f597d31a5e4623faa618254e59.tar.bz2
forums-2bb094cc19d068f597d31a5e4623faa618254e59.tar.xz
forums-2bb094cc19d068f597d31a5e4623faa618254e59.zip
[ticket/11552] More responsive design adjustments
PHPBB3-11552
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index a877b4701f..7d91d331d6 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -660,7 +660,7 @@ fieldset.polls dd div {
font-weight: bold;
padding: 0 2px;
overflow: visible;
- min-width: 2%;
+ min-width: 8px;
}
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 3addeb5d60..dbc798848d 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -474,6 +474,10 @@ dl.mini dd.pm-legend {
padding: 0 5px;
}
+fieldset.display-actions {
+ white-space: normal;
+}
+
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-center {