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) --- .../js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css | 1 - 1 file changed, 1 deletion(-) delete mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css') diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css deleted file mode 100644 index 68f8167..0000000 --- a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css +++ /dev/null @@ -1 +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