corrected thread-status styling
This commit is contained in:
parent
6d75be9f9d
commit
677bfe5950
|
@ -1012,7 +1012,10 @@ body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) {
|
||||||
|
|
||||||
body.forum table.board-display .thread-status {
|
body.forum table.board-display .thread-status {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: -12px;
|
position: relative;
|
||||||
|
height: 0px;
|
||||||
|
top: -12px;
|
||||||
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user