1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Update for new post layout

This commit is contained in:
Toby Zerner
2015-09-15 12:54:27 +09:30
parent cb6347ef6a
commit 3b3877d690

View File

@@ -1,10 +1,6 @@
.Post--reported { .Post--reported {
padding-top: 0 !important; padding-top: 0 !important;
border: 2px solid @primary-color; border: 2px solid @primary-color;
.Post-controls {
display: none;
}
} }
.Post-header .item-reported { .Post-header .item-reported {
@@ -19,7 +15,7 @@
margin-right: -22px; margin-right: -22px;
@media @tablet-up { @media @tablet-up {
margin-left: -22px - 90px; margin-left: -22px - 85px;
text-align: right; text-align: right;
} }