Tweaking mobile forum
This commit is contained in:
parent
86e7b53ae1
commit
ff8e3c300f
|
@ -1021,7 +1021,8 @@ body.forum table.board-display .thread-status {
|
||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.forum table.board-display tr th:nth-of-type(3),
|
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 td:nth-of-type(2) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -1124,7 +1125,8 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
|
||||||
|
|
||||||
@media only screen and (orientation: portrait) {
|
@media only screen and (orientation: portrait) {
|
||||||
body.forum.index table.board-display tr td:nth-of-type(4),
|
body.forum.index table.board-display tr td:nth-of-type(4),
|
||||||
body.forum.board table.board-display tr td:nth-of-type(5),
|
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.index table.board-display colgroup col:nth-of-type(4),
|
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 colgroup col:nth-of-type(5) { display: none; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user