v1.3.2 - Fixed table css and removed pagination in backend

This commit is contained in:
frederikpyt
2020-09-21 08:32:05 +02:00
parent 7b99cd7f4e
commit 13197b8be8
8 changed files with 60 additions and 70 deletions
+12 -1
View File
@@ -1,7 +1,18 @@
.tbl {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
//table-layout: fixed;
}
div.dataTables_length, div.dataTables_info {
margin-right: auto !important;
}
div.dataTables_paginate, div.dataTables_filter {
margin-left: auto !important;
}
.col-sm-12 {
width: 100%;
}
.tbl td, .tbl th {