mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12506] Reposition buttons to make room for "online" banner
PHPBB3-12506
This commit is contained in:
parent
64dfb3fba9
commit
09e45fee89
2 changed files with 4 additions and 8 deletions
|
@ -1095,6 +1095,6 @@ li.breadcrumbs span:first-child > a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .has-profile .post-buttons {
|
.rtl .has-profile .post-buttons {
|
||||||
left: 10px;
|
left: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue