From 2bb094cc19d068f597d31a5e4623faa618254e59 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 20 Oct 2013 13:12:03 +0300 Subject: [PATCH] [ticket/11552] More responsive design adjustments PHPBB3-11552 --- phpBB/styles/prosilver/theme/content.css | 2 +- phpBB/styles/prosilver/theme/responsive.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 {