From 6a17cc556001fbf127e2d6a3d613517928a46e0a Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Thu, 17 Sep 2015 19:32:48 +0200 Subject: [PATCH] [ticket/14175] Fix online overlap issues PHPBB3-14175 --- phpBB/styles/prosilver/theme/responsive.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 153c29e5d8..ccf6f8d1f0 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -496,7 +496,7 @@ } .has-profile .post-buttons { - right: 20px; + right: 30px; top: 15px; } @@ -549,3 +549,8 @@ } } +@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) { + .postprofile { width: 28%; } + .postbody { width: 70%; } +} +