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:
250 bytes
|
Line | |
---|
1 | table.fixedHeader-floating {
|
---|
2 | position: fixed !important;
|
---|
3 | background-color: white;
|
---|
4 | }
|
---|
5 |
|
---|
6 | table.fixedHeader-locked {
|
---|
7 | position: absolute !important;
|
---|
8 | background-color: white;
|
---|
9 | }
|
---|
10 |
|
---|
11 | @media print {
|
---|
12 | table.fixedHeader-floating {
|
---|
13 | display: none;
|
---|
14 | }
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.