discourse-akismet/assets/stylesheets/mod_queue_styles.scss
2020-09-04 11:26:29 +02:00

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;
}