diff options
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css')
| -rw-r--r-- | html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.bootstrap.css | 20 |
1 files changed, 20 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; + } +} |
