summaryrefslogtreecommitdiff
path: root/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css')
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css
deleted file mode 100644
index 98b09b0..0000000
--- a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css
+++ /dev/null
@@ -1,20 +0,0 @@
-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;
- }
-}