1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +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

@@ -12,7 +12,11 @@
white-space: nowrap;
border: 1px solid transparent;
border-radius: 4px;
display: inline-block;
display: inline-flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
height: 24px;
padding: 2px 8px;
cursor: pointer;
touch-action: manipulation;
@@ -87,13 +91,6 @@
padding: 0;
}
.contact-icon {
background-repeat: no-repeat;
display: block;
width: 16px;
height: 16px;
}
.contact-icons a {
border-right: 1px dotted;
border-bottom: 1px dotted;
@@ -144,8 +141,9 @@
margin-right: 10px;
}
.post-buttons .button span {
font-size: 0;
.post-buttons-label,
.post-buttons-responsive-menu {
display: none;
}
/* Responsive buttons in post body */