v1.3.0 - Implemented DataTables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user