mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/12506] Reposition buttons to make room for "online" banner
PHPBB3-12506
This commit is contained in:
@@ -1095,6 +1095,6 @@ li.breadcrumbs span:first-child > a {
|
||||
}
|
||||
|
||||
.rtl .has-profile .post-buttons {
|
||||
left: 10px;
|
||||
left: 20px;
|
||||
}
|
||||
}
|
||||
|
@@ -447,16 +447,12 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||
}
|
||||
|
||||
.has-profile .post-buttons {
|
||||
right: 10px;
|
||||
right: 20px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
|
||||
{
|
||||
/* Scale online image for HD displays */
|
||||
.online {
|
||||
background-size: 40px;
|
||||
}
|
||||
.online {
|
||||
background-size: 40px;
|
||||
}
|
||||
|
||||
/* Misc stuff
|
||||
|
Reference in New Issue
Block a user