diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-18 01:11:37 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-18 01:11:37 +0300 |
| commit | 2b6970d33afd75be5bfef951dc3691d492004d43 (patch) | |
| tree | 39eba4206ca0c4cd3fecd5ead95580a74e50f3f9 /public/assets/js/DataTables/FixedHeader-3.3.2/css | |
| parent | 68fc9e55e538e03f94509731ab41a0c8cf96710f (diff) | |
| download | classroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.gz classroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.bz2 classroom-2b6970d33afd75be5bfef951dc3691d492004d43.zip | |
admin back-office environment (skeleton); admin categories
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}} |
