From 4eac9731fe77023488cdf3aa124a6aa1e5444a59 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 13 Mar 2023 02:35:32 +0200 Subject: setup needed libraries for browser-scripting --- .../FixedHeader-3.1.2/css/fixedHeader.bootstrap.css | 20 ++++++++++++++++++++ .../css/fixedHeader.bootstrap.min.css | 1 + .../FixedHeader-3.1.2/css/fixedHeader.dataTables.css | 19 +++++++++++++++++++ .../css/fixedHeader.dataTables.min.css | 1 + .../FixedHeader-3.1.2/css/fixedHeader.foundation.css | 20 ++++++++++++++++++++ .../css/fixedHeader.foundation.min.css | 1 + .../FixedHeader-3.1.2/css/fixedHeader.jqueryui.css | 15 +++++++++++++++ .../css/fixedHeader.jqueryui.min.css | 1 + 8 files changed, 78 insertions(+) create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.min.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.css create mode 100644 html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.min.css (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/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 new file mode 100644 index 0000000..98b09b0 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css @@ -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; + } +} 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 new file mode 100644 index 0000000..68f8167 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.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}} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css new file mode 100644 index 0000000..7750971 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css @@ -0,0 +1,19 @@ +table.fixedHeader-floating { + position: fixed !important; + background-color: white; +} + +table.fixedHeader-floating.no-footer { + border-bottom-width: 0; +} + +table.fixedHeader-locked { + position: absolute !important; + background-color: white; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.min.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.min.css new file mode 100644 index 0000000..7113963 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.min.css @@ -0,0 +1 @@ +table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css new file mode 100644 index 0000000..98b09b0 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css @@ -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; + } +} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css new file mode 100644 index 0000000..68f8167 --- /dev/null +++ b/html/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}} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.css new file mode 100644 index 0000000..a453aa9 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.css @@ -0,0 +1,15 @@ +table.fixedHeader-floating { + position: fixed !important; + background-color: white; +} + +table.fixedHeader-locked { + position: absolute !important; + background-color: white; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.min.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.min.css new file mode 100644 index 0000000..c89d814 --- /dev/null +++ b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.min.css @@ -0,0 +1 @@ +table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}} -- cgit v1.2.3