forum: use icons to indicate sticky/locked/deleted/restricted status.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user