1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/16237] squash all commits

PHPBB3-16237
This commit is contained in:
hanakin
2020-05-02 11:50:31 -10:00
parent cb3bd5528f
commit dc4fe2d4b7
89 changed files with 692 additions and 537 deletions

View File

@@ -581,10 +581,42 @@
margin-left: 0 !important;
}
/* post-buttons */
.has-profile .post-buttons {
margin: 5px;
}
.post-buttons > li > a {
display: none;
}
.post-buttons-responsive-menu,
.post-button-responsive,
.post-buttons-responsive-menu .post-buttons-label {
display: block !important;
}
.post-buttons-responsive-menu .dropdown-contents .button {
font-weight: normal;
line-height: inherit;
background: none;
border: none;
box-shadow: none;
color: #0f4d8a;
display: flex;
}
.post-buttons-responsive-menu .dropdown-contents .button:hover {
text-decoration: underline;
color: #d41142;
}
.post-buttons-responsive-menu .dropdown-contents .c-button-icon {
color: inherit;
padding-right: 5px;
}
/* Misc stuff
---------------------------------------------------------------- */
h2 {