v1.3.2 - Fixed table css and removed pagination in backend
This commit is contained in:
+12
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user