summaryrefslogtreecommitdiff
path: root/html/assets/js/dataTables/FixedHeader-3.1.2/css
diff options
context:
space:
mode:
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css')
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css20
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.min.css1
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css19
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.min.css1
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css20
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.min.css1
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.css15
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.jqueryui.min.css1
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}}