Compare commits
2 Commits
15520e7ca6
...
8d2e07cde9
Author | SHA1 | Date | |
---|---|---|---|
8d2e07cde9 | |||
2c5d46cd16 |
|
@ -958,7 +958,7 @@ body.forum table.board-display td {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
body.forum.index table.board-display tr.title-row {
|
||||
body.forum.index .page-container > table.board-display tr.title-row {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
@ -1089,6 +1089,12 @@ body.forum.new table.board-display tr.title-row input {
|
|||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.forum.index .page-container .newest table.board-display {
|
||||
margin: -1px;
|
||||
display: inline-table;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
top: -24px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user