[Web] switch table length + filter field positions

This commit is contained in:
FreddleSpl0it
2023-01-06 15:03:04 +01:00
parent b22f74cb59
commit 7966f010a2
10 changed files with 132 additions and 0 deletions

View File

@@ -370,3 +370,14 @@ button[aria-expanded='true'] > .caret {
.btn-check:checked+.btn-outline-secondary, .btn-check:active+.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
background-color: #f0f0f0 !important;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: left;
}
div.dataTables_wrapper div.dataTables_length {
text-align: right;
}
.dataTables_paginate, .dataTables_length, .dataTables_filter {
margin: 10px 0!important;
}

View File

@@ -199,6 +199,10 @@
display: none !important;
}
div.dataTables_wrapper div.dataTables_length {
text-align: left;
}
}
@media (max-width: 350px) {