FIX: improves moderation tab reports alignments

This commit is contained in:
Joffrey JAFFEUX 2018-07-19 22:01:48 -04:00 committed by GitHub
parent 125126c893
commit 4698cccbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -494,6 +494,38 @@
}
}
.admin-report.post-edits {
.admin-report-table {
table-layout: auto;
tbody tr td,
thead tr th {
text-align: left;
}
thead tr th.edit_reason,
tbody tr td.edit_reason {
width: 60%;
}
}
}
.admin-report.flags-status {
.admin-report-table {
table-layout: auto;
tbody tr td,
thead tr th {
text-align: left;
}
tbody tr td.response_time,
thead tr th.response_time {
text-align: center;
}
}
}
.dashboard-next.moderation {
.admin-dashboard-moderation-top {
display: grid;