transformers-regressions
/
dana
/third_party
/datatables.net-fixedheader-bs
/css
/fixedHeader.bootstrap.css
table.dataTable.fixedHeader-floating, | |
table.dataTable.fixedHeader-locked { | |
background-color: white; | |
margin-top: 0 ; | |
margin-bottom: 0 ; | |
} | |
table.dataTable.fixedHeader-floating { | |
position: fixed ; | |
} | |
table.dataTable.fixedHeader-locked { | |
position: absolute ; | |
} | |
@media print { | |
table.fixedHeader-floating { | |
display: none; | |
} | |
} | |