summaryrefslogtreecommitdiff
path: root/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css')
-rw-r--r--public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css b/public/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css
new file mode 100644
index 0000000..98b09b0
--- /dev/null
+++ b/public/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;
+ }
+}