From f858ec1f56431bd1001eb686ccf972ae3577d16c Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 27 Nov 2013 15:34:23 -0800 Subject: [ticket/11915] Fix various problems with responsive design. PHPBB3-11915 --- phpBB/styles/prosilver/theme/responsive.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 397ff12942..bfa2448296 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -499,6 +499,10 @@ fieldset.display-actions { margin: 0 25px; } +.attach-comment dfn { + width: 100%; +} + @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { p.responsive-center { @@ -526,4 +530,9 @@ fieldset.display-actions { display: block; margin-bottom: 5px; } + + .attach-controls { + margin-top: 5px; + width: 100%; + } } -- cgit v1.2.1