framework/extensions/flags/less/forum/extension.less

56 lines
956 B
Plaintext
Raw Normal View History

2015-09-04 11:56:51 +08:00
.Post--reported {
padding-top: 0 !important;
border: 2px solid @primary-color;
}
.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 {
2015-09-15 11:24:27 +08:00
margin-left: -22px - 85px;
2015-09-04 11:56:51 +08:00
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;
}
}