WebHost: List Rooms in a sortable table

This commit is contained in:
Fabian Dill
2020-07-21 23:15:19 +02:00
parent b7d45ae663
commit 78c85cce14
8 changed files with 52 additions and 17 deletions

View File

@@ -0,0 +1,35 @@
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
padding: 1px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
content: "" !important;
}
.dataTable > thead > tr > th :not(.sorting_disabled) {
padding-right: 0 !important;
}
th {
padding: 1px !important;
}
table {
width: 100% !important;
}
img.alttp-sprite {
height: 32px;
min-width: 32px;
object-fit: contain;
}
/* this is specific to the tracker right now */
@media all and (max-width: 1700px) {
img.alttp-sprite {
height: 16px;
min-width: 16px;
object-fit: contain;
}
}