mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-16 11:46:29 +08:00
42 lines
567 B
SCSS
42 lines
567 B
SCSS
.admin-header {
|
|
background: #ededed;
|
|
padding: 30px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
table.spam-stats {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
table.akismet-queue {
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
.post-id {
|
|
width: 60px;
|
|
}
|
|
.poster {
|
|
min-width: 200px;
|
|
}
|
|
.queue-actions {
|
|
min-width: 250px;
|
|
button {
|
|
display: block;
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
.cooked {
|
|
img {
|
|
max-width: 200px !important;
|
|
max-height: 100px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
h3.review-queue {
|
|
margin: 1em 0 1em 0.5em;
|
|
}
|
|
|
|
.settings-button {
|
|
margin-right: 10px;
|
|
}
|