[ticket/14175] Fix online overlap issues

PHPBB3-14175
This commit is contained in:
Michael Miday 2015-09-17 19:32:48 +02:00
parent 8062c2a18a
commit 6a17cc5560

View file

@ -496,7 +496,7 @@
} }
.has-profile .post-buttons { .has-profile .post-buttons {
right: 20px; right: 30px;
top: 15px; 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%; }
}