Add styling for newest and watched forum pages
This commit is contained in:
parent
aa9c134b07
commit
e9cf432e87
24
style.css
24
style.css
|
@ -1148,16 +1148,20 @@ body.forum table.board-display .thread-status {
|
|||
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:not(.title-row) td:nth-of-type(4),
|
||||
body.forum.board table.board-display tr th:nth-of-type(4),
|
||||
body.forum.newest table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||
body.forum.newest table.board-display tr th:nth-of-type(4),
|
||||
body.forum.watched table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||
body.forum.watched table.board-display tr th:nth-of-type(4),
|
||||
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) {
|
||||
body.forum.thread table.reply-display tr.button-row td:nth-of-type(2),
|
||||
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) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@ -1258,11 +1262,17 @@ body.forum.new table.board-display tr.title-row input {
|
|||
|
||||
@media only screen and (orientation: portrait) {
|
||||
body.forum.index table.board-display tr td:nth-of-type(4),
|
||||
body.forum.board table.board-display tr td:nth-of-type(4),
|
||||
body.forum.index table.board-display tr th:nth-of-type(2),
|
||||
body.forum.board table.board-display tr th:nth-of-type(3),
|
||||
body.forum.index table.board-display colgroup col:nth-of-type(4),
|
||||
body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; }
|
||||
body.forum.board table.board-display tr td:nth-of-type(4),
|
||||
body.forum.board table.board-display tr th:nth-of-type(3),
|
||||
body.forum.board table.board-display colgroup col:nth-of-type(5),
|
||||
body.forum.watched table.board-display tr td:nth-of-type(4),
|
||||
body.forum.watched table.board-display tr th:nth-of-type(3),
|
||||
body.forum.watched table.board-display colgroup col:nth-of-type(5),
|
||||
body.forum.newest table.board-display tr td:nth-of-type(4),
|
||||
body.forum.newest table.board-display tr th:nth-of-type(3),
|
||||
body.forum.newest table.board-display colgroup col:nth-of-type(5) { display: none; }
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
top: 40px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user