Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-fixedheader-3-1-1 / css / fixedHeader.dataTables.scss
blob7a6185bdc9dca470eca7e6bc4f836cc2d768c3f5
3 table.fixedHeader-floating {
4         position: fixed !important;
5         background-color: white;
8 table.fixedHeader-floating.no-footer {
9         border-bottom-width: 0;
12 table.fixedHeader-locked {
13         position: absolute !important;
14         background-color: white;
17 @media print {
18     table.fixedHeader-floating {
19         display: none;
20     }