mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-03 05:12:37 +02:00
[ticket/12506] Reposition post-buttons for compact layout
PHPBB3-12506
This commit is contained in:
@@ -233,6 +233,7 @@ dd.option {
|
||||
line-height: 1.48em;
|
||||
width: 76%;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.postbody .ignore {
|
||||
@@ -249,7 +250,8 @@ dd.option {
|
||||
float: left;
|
||||
font-size: 1.5em;
|
||||
padding: 2px 0 0 0;
|
||||
margin: 0 0 0.3em 0 !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0.3em !important;
|
||||
text-transform: none;
|
||||
border: none;
|
||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
@@ -261,6 +263,12 @@ dd.option {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.has-profile .postbody h3 {
|
||||
/* If there is a post-profile, we position the post-buttons differently */
|
||||
float: none !important;
|
||||
margin-right: 180px;
|
||||
}
|
||||
|
||||
.postbody .content {
|
||||
font-size: 1.3em;
|
||||
overflow-x: auto;
|
||||
|
Reference in New Issue
Block a user