From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- .../FixedHeader-3.1.2/css/fixedHeader.bootstrap.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css') 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; - } -} -- cgit v1.2.3