develop
Last change
on this file since f40603e 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 | |
---|
1 | table.dataTable.fixedHeader-floating,
|
---|
2 | table.dataTable.fixedHeader-locked {
|
---|
3 | background-color: white;
|
---|
4 | margin-top: 0 !important;
|
---|
5 | margin-bottom: 0 !important;
|
---|
6 | }
|
---|
7 |
|
---|
8 | table.dataTable.fixedHeader-floating {
|
---|
9 | position: fixed !important;
|
---|
10 | }
|
---|
11 |
|
---|
12 | table.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.