[ticket/12506] Reposition buttons to make room for "online" banner

PHPBB3-12506
This commit is contained in:
PayBas 2014-07-22 10:27:24 +02:00
parent 64dfb3fba9
commit 09e45fee89
2 changed files with 4 additions and 8 deletions

View file

@ -1095,6 +1095,6 @@ li.breadcrumbs span:first-child > a {
} }
.rtl .has-profile .post-buttons { .rtl .has-profile .post-buttons {
left: 10px; left: 20px;
} }
} }

View file

@ -447,17 +447,13 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
} }
.has-profile .post-buttons { .has-profile .post-buttons {
right: 10px; right: 20px;
top: 15px; top: 15px;
} }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
{
/* Scale online image for HD displays */
.online { .online {
background-size: 40px; background-size: 40px;
} }
}
/* Misc stuff /* Misc stuff
----------------------------------------*/ ----------------------------------------*/