aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-17 19:32:48 +0200
committerMichael Miday <midaym@gmail.com>2015-10-09 06:40:08 +0200
commit6a17cc556001fbf127e2d6a3d613517928a46e0a (patch)
tree0cac5aa6d2d4c41eff34854efa433cb91bd17018 /phpBB
parent8062c2a18abdd8803c4f211e2e1bb2c15c9d8c96 (diff)
downloadforums-6a17cc556001fbf127e2d6a3d613517928a46e0a.tar
forums-6a17cc556001fbf127e2d6a3d613517928a46e0a.tar.gz
forums-6a17cc556001fbf127e2d6a3d613517928a46e0a.tar.bz2
forums-6a17cc556001fbf127e2d6a3d613517928a46e0a.tar.xz
forums-6a17cc556001fbf127e2d6a3d613517928a46e0a.zip
[ticket/14175] Fix online overlap issues
PHPBB3-14175
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css7
1 files changed, 6 insertions, 1 deletions
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%; }
+}
+