Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-fixedheader-3-1-1 / css / fixedHeader.bootstrap.scss
blobd1aca230f0e3c59fedc2917ad220fa6f4863c7ab
2 table.dataTable.fixedHeader-floating,
3 table.dataTable.fixedHeader-locked {
4         background-color: white;
5         margin-top: 0 !important;
6         margin-bottom: 0 !important;
9 table.dataTable.fixedHeader-floating {
10         position: fixed !important;
13 table.dataTable.fixedHeader-locked {
14         position: absolute !important;
17 @media print {
18   table.fixedHeader-floating {
19     display: none;
20   }