diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-13 02:35:32 +0200 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-13 02:35:32 +0200 |
| commit | 4eac9731fe77023488cdf3aa124a6aa1e5444a59 (patch) | |
| tree | 7c9510b23ea7a40a2280b39e87e55a1612309df1 /html/assets/js/dataTables/FixedHeader-3.1.2/css | |
| parent | 33266244e8c75c29f31dd5dce756e55fb10a0b9b (diff) | |
| download | classroom-4eac9731fe77023488cdf3aa124a6aa1e5444a59.tar.gz classroom-4eac9731fe77023488cdf3aa124a6aa1e5444a59.tar.bz2 classroom-4eac9731fe77023488cdf3aa124a6aa1e5444a59.zip | |
setup needed libraries for browser-scripting
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css')
8 files changed, 78 insertions, 0 deletions
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}} |
