pat_print.css 700 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #idViewer,
  2. #idWorkareaPane,
  3. #idWorkarea_Pane
  4. {
  5. height: auto !important;
  6. }
  7. HTML,
  8. BODY,
  9. #idWorkarea_Pane
  10. {
  11. overflow: visible !important;
  12. }
  13. #idWorkarea_Pane
  14. {
  15. top: 0 !important;
  16. }
  17. #idWorkareaPane
  18. {
  19. border-bottom-width: 0 !important;
  20. }
  21. DIV.clsAppPane
  22. {
  23. border-top-width: 0 !important;
  24. }
  25. DIV[HAL_paneId="ViewTitlePane"],
  26. DIV[HAL_paneId="PinnedOnDemandToolbarPane"],
  27. DIV[HAL_paneId="BottomToolbarPane"],
  28. DIV.clsModelessDlgWin.clsModelessDlgNotPopup
  29. {
  30. display: none !important;
  31. }
  32. [_fl9="true"]
  33. {
  34. outline: none !important;
  35. outline: unset !important;
  36. }
  37. [v_srsspecselection="true"],
  38. [v_srsdataselection="true"]
  39. {
  40. background-color: transparent !important;
  41. background-color: unset !important;
  42. }