Fix alignment styling on forum
This commit is contained in:
parent
55cc61ae24
commit
8c6155c4cc
26
style.css
26
style.css
|
@ -1009,10 +1009,6 @@ body.forum table.board-display tr td.counter-cell a img {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.forum table.board-display .thread-status {
|
||||
text-align: right;
|
||||
position: relative;
|
||||
|
@ -1020,12 +1016,20 @@ body.forum table.board-display .thread-status {
|
|||
top: -16px;
|
||||
left: 4px;
|
||||
}
|
||||
|
||||
body.forum.index table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||
body.forum.index table.board-display tr th:nth-of-type(3),
|
||||
body.forum.board table.board-display tr th:nth-of-type(4),
|
||||
body.forum.thread table.board-display tr td:nth-of-type(2) {
|
||||
body.forum.thread table.board-display tr.title-row th:nth-of-type(3),
|
||||
body.forum.thread table.board-display tr td:nth-of-type(2),
|
||||
body.forum.thread table.post-display tr td:nth-of-type(3),
|
||||
body.forum.new table.board-display tr.button-row td:nth-of-type(2),
|
||||
body.forum.reply table.board-display tr.button-row td:nth-of-type(2),
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(2),
|
||||
body.forum.thread table.reply-display tr.button-row td:nth-of-type(2) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.forum table.board-display tr th:nth-of-type(2) {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -1066,10 +1070,6 @@ body.forum.thread table.post-display tr.info-row {
|
|||
|
||||
body.forum.thread table.post-display td { padding: 4px; }
|
||||
|
||||
body.forum.thread table.post-display tr td:nth-of-type(3) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
|
||||
padding: 8px;
|
||||
}
|
||||
|
@ -1096,8 +1096,6 @@ body.forum.thread table.reply-display tr:not(.title-row) {
|
|||
}
|
||||
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(1) { text-align: left; }
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(2),
|
||||
body.forum.thread table.reply-display tr td:nth-of-type(2){ text-align: right; }
|
||||
|
||||
body.forum.thread table.reply-display tr.title-row {
|
||||
font-family: var(--primary-font);
|
||||
|
@ -1113,6 +1111,10 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
body.forum.new table.board-display tr.title-row input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.forum.thread table.board-display {
|
||||
top: -24px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user