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.foundation.min.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css (limited to 'public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css') diff --git a/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css b/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css new file mode 100644 index 0000000..68f8167 --- /dev/null +++ b/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css @@ -0,0 +1 @@ +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