mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/12506] Reposition post-buttons for compact layout
PHPBB3-12506
This commit is contained in:
@@ -398,6 +398,10 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||
|
||||
/* Post
|
||||
----------------------------------------*/
|
||||
.postbody {
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
.postprofile, .postbody, .search .postbody {
|
||||
display: block;
|
||||
width: auto;
|
||||
@@ -437,6 +441,16 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
.has-profile .postbody h3 {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.has-profile .post-buttons {
|
||||
right: 10px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
|
||||
{
|
||||
/* Scale online image for HD displays */
|
||||
|
Reference in New Issue
Block a user