v1.3.0 - Implemented DataTables

This commit is contained in:
frederikpyt
2020-09-18 10:04:33 +02:00
parent 2a2511daf4
commit 9096f64569
52 changed files with 34435 additions and 445 deletions
+50
View File
@@ -38,3 +38,53 @@
margin: 0 8px;
transform: scale(1.5);
}
.dataTables-wrapper > .row {
justify-content: center;
align-items: center;
}
div.dataTables_wrapper div.dataTables_filter input {
margin: 2px;
}
div.dataTables_wrapper div.dataTables_length select {
margin-bottom: 0px;
}
div.dataTables_wrapper > .row > .col-sm-12:first-child {
margin-right: auto;
}
.col-sm-12 {
justify-content: center;
align-items: center;
display: flex;
}
th > img.w-100, form > button > img.w-100 {
width: 1em;
height: auto;
}
form > button.w-100 {
width: 1em;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
display: flex;
}
.paginate_button > a {
color: black;
}
.paginate_button.disabled > a {
color: darkgrey;
cursor: not-allowed;
}
.paginate_button > a {
border: unset !important;
outline: unset !important;
}