fixedHeader.jqueryui.css 250 B

123456789101112131415
  1. table.fixedHeader-floating {
  2. position: fixed !important;
  3. background-color: white;
  4. }
  5. table.fixedHeader-locked {
  6. position: absolute !important;
  7. background-color: white;
  8. }
  9. @media print {
  10. table.fixedHeader-floating {
  11. display: none;
  12. }
  13. }