summaryrefslogtreecommitdiff
path: root/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css')
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.foundation.css20
1 files changed, 20 insertions, 0 deletions
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;
+ }
+}