develop
Last change
on this file since c08466c 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:
318 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | table.fixedHeader-floating {
|
---|
| 2 | position: fixed !important;
|
---|
| 3 | background-color: white;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | table.fixedHeader-floating.no-footer {
|
---|
| 7 | border-bottom-width: 0;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | table.fixedHeader-locked {
|
---|
| 11 | position: absolute !important;
|
---|
| 12 | background-color: white;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | @media print {
|
---|
| 16 | table.fixedHeader-floating {
|
---|
| 17 | display: none;
|
---|
| 18 | }
|
---|
| 19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.