v1.3.2 - Fixed table css and removed pagination in backend
This commit is contained in:
Vendored
+14
-1
@@ -6772,7 +6772,20 @@ nav > .pagination {
|
||||
.tbl {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user