source: public/vendors/dataTable/FixedHeader-3.1.6/css/fixedHeader.bootstrap.css@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 380 bytes
Line 
1table.dataTable.fixedHeader-floating,
2table.dataTable.fixedHeader-locked {
3 background-color: white;
4 margin-top: 0 !important;
5 margin-bottom: 0 !important;
6}
7
8table.dataTable.fixedHeader-floating {
9 position: fixed !important;
10}
11
12table.dataTable.fixedHeader-locked {
13 position: absolute !important;
14}
15
16@media print {
17 table.fixedHeader-floating {
18 display: none;
19 }
20}
Note: See TracBrowser for help on using the repository browser.