forum: use icons to indicate sticky/locked/deleted/restricted status.

This commit is contained in:
evazion
2020-03-10 19:04:56 -05:00
parent 0317033d58
commit 134a06722a
3 changed files with 43 additions and 25 deletions

View File

@@ -40,22 +40,30 @@ div.list-of-forum-posts {
}
div#c-forum-topics {
span.new {
font-size: 80%;
color: var(--forum-new-topic-color);
margin-right: 0.5em;
}
span.topic-status {
margin-right: 0.25em;
vertical-align: bottom;
span.locked-topic {
color: var(--muted-text-color);
}
&.label {
font-size: 0.8em;
text-transform: uppercase;
}
span.level-topic {
color: var(--forum-level-restricted-topic-color);
font-weight: bold;
&.icon {
color: var(--muted-text-color);
font-size: 1em;
}
&.new {
color: var(--forum-topic-status-new-color);
}
}
#a-index {
td {
line-height: 1.5em;
}
.updated-at-column {
white-space: nowrap;
}