1
0
mirror of https://github.com/flarum/core.git synced 2025-06-10 08:35:48 +02:00
2015-09-04 13:26:51 +09:30

60 lines
999 B
Plaintext

.Post--reported {
padding-top: 0 !important;
border: 2px solid @primary-color;
.Post-controls {
display: none;
}
}
.Post-header .item-reported {
display: block;
margin: 0;
}
.Post-reported {
background: @primary-color;
margin-top: -2px;
margin-bottom: 20px;
margin-left: -22px;
margin-right: -22px;
@media @tablet-up {
margin-left: -22px - 90px;
text-align: right;
}
padding: 10px;
border-radius: @border-radius @border-radius 0 0;
overflow: hidden;
.light-contents(@color: @body-bg; @control-color: @body-bg);
&, a {
color: @body-bg !important;
}
}
.Post-reported-summary {
@media @tablet-up {
float: left;
}
font-size: 14px;
margin: 7px 10px;
text-align: left;
font-weight: bold;
}
.Post-reported-detail {
font-size: 12px;
margin-top: 5px;
font-weight: normal;
}
.Post-reported-actions .Button {
margin-left: 5px;
}
.ReportsDropdown .Dropdown-toggle {
.Button-label,
.Button-caret {
display: none;
}
}