mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
Initial commit
This commit is contained in:
0
extensions/flags/less/admin/extension.less
Normal file
0
extensions/flags/less/admin/extension.less
Normal file
59
extensions/flags/less/forum/extension.less
Normal file
59
extensions/flags/less/forum/extension.less
Normal file
@@ -0,0 +1,59 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user