Update to latest js components

This commit is contained in:
2024-12-17 16:18:29 +00:00
parent 6274bad976
commit 0ae4d44b70
204 changed files with 48323 additions and 42969 deletions

View File

@@ -10,29 +10,20 @@
height: 23px;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
margin-bottom:10px;
}
.dataTables_wrapper .dataTables_length {
float: left;
margin-right:2%;
margin-bottom:10px;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
}
.dataTables_wrapper .dataTables_info {
clear: both;
}
/* If the buttons extension is enabled */
.dataTables_wrapper .dt-buttons {
float: left;
margin-right: 10px; /* Or any desired space between buttons and search */
margin-bottom:10px;
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
}
div.dt-container {
width: 90%;
margin-left: 0;
}