admin lte

This commit is contained in:
2020-04-03 21:59:03 -05:00
parent 59d7072ab4
commit 12b97490e3
2181 changed files with 834674 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
background-color: white;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-floating {
position: fixed !important;
}
table.dataTable.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}