diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-27 03:47:30 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-27 03:47:30 +0300 |
| commit | 059e0d95d0c28bc5060e87e146eaf7411f51bf90 (patch) | |
| tree | 7c21ac432f16dde2329a0d5954d70711eceb48e6 /public/assets/js/DataTables/FixedHeader-3.3.2/css | |
| parent | 26cd8ee99659ef1926c96a049c93645ffc9b169d (diff) | |
| download | gyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.tar.gz gyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.tar.bz2 gyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.zip | |
skeleton commit; based on an anom project
Diffstat (limited to 'public/assets/js/DataTables/FixedHeader-3.3.2/css')
16 files changed, 133 insertions, 0 deletions
diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap.css @@ -0,0 +1,16 @@ +table.dataTable.fixedHeader-floating, +table.dataTable.fixedHeader-locked { + background-color: white; + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +table.dataTable.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap.min.css new file mode 100644 index 0000000..69dfd4b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.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-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.css @@ -0,0 +1,16 @@ +table.dataTable.fixedHeader-floating, +table.dataTable.fixedHeader-locked { + background-color: white; + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +table.dataTable.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.min.css new file mode 100644 index 0000000..69dfd4b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.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-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css @@ -0,0 +1,16 @@ +table.dataTable.fixedHeader-floating, +table.dataTable.fixedHeader-locked { + background-color: white; + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +table.dataTable.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.min.css new file mode 100644 index 0000000..69dfd4b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.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-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.css @@ -0,0 +1,16 @@ +table.dataTable.fixedHeader-floating, +table.dataTable.fixedHeader-locked { + background-color: white; + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +table.dataTable.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.min.css new file mode 100644 index 0000000..69dfd4b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bulma.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-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.css new file mode 100644 index 0000000..6fc923f --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.css @@ -0,0 +1,18 @@ +table.fixedHeader-floating { + 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/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.min.css new file mode 100644 index 0000000..97a2b1b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.dataTables.min.css @@ -0,0 +1 @@ +table.fixedHeader-floating{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/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.foundation.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.foundation.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.foundation.css @@ -0,0 +1,16 @@ +table.dataTable.fixedHeader-floating, +table.dataTable.fixedHeader-locked { + background-color: white; + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +table.dataTable.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.foundation.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.foundation.min.css new file mode 100644 index 0000000..69dfd4b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.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-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css new file mode 100644 index 0000000..a9df0a1 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css @@ -0,0 +1,14 @@ +table.fixedHeader-floating { + background-color: white; +} + +table.fixedHeader-locked { + position: absolute !important; + background-color: white; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.min.css new file mode 100644 index 0000000..15ec73b --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.jqueryui.min.css @@ -0,0 +1 @@ +table.fixedHeader-floating{background-color:white}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.css new file mode 100644 index 0000000..0322419 --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.css @@ -0,0 +1,13 @@ +table.fixedHeader-floating { + border-bottom-width: 0 !important; +} + +table.fixedHeader-locked { + position: absolute !important; +} + +@media print { + table.fixedHeader-floating { + display: none; + } +} diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.min.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.min.css new file mode 100644 index 0000000..431004f --- /dev/null +++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.semanticui.min.css @@ -0,0 +1 @@ +table.fixedHeader-floating{border-bottom-width:0 !important}table.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} |
