fix text alignment with board-display
This commit is contained in:
parent
ad31cf8772
commit
09b984154e
|
@ -1018,6 +1018,13 @@ body.forum table.board-display .thread-status {
|
||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.forum table.board-display tr th:nth-last-of-type(1) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
body.forum table.board-display tr th:nth-of-type(2) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
body.forum.thread table.post-display {
|
body.forum.thread table.post-display {
|
||||||
background: var(--post);
|
background: var(--post);
|
||||||
border: var(--post-border);
|
border: var(--post-border);
|
||||||
|
@ -1050,7 +1057,6 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
heading .button {
|
heading .button {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user