12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #idViewer,
- #idWorkareaPane,
- #idWorkarea_Pane
- {
- height: auto !important;
- }
- HTML,
- BODY,
- #idWorkarea_Pane
- {
- overflow: visible !important;
- }
- #idWorkarea_Pane
- {
- top: 0 !important;
- }
- #idWorkareaPane
- {
- border-bottom-width: 0 !important;
- }
- DIV.clsAppPane
- {
- border-top-width: 0 !important;
- }
- DIV[HAL_paneId="ViewTitlePane"],
- DIV[HAL_paneId="PinnedOnDemandToolbarPane"],
- DIV[HAL_paneId="BottomToolbarPane"],
- DIV.clsModelessDlgWin.clsModelessDlgNotPopup
- {
- display: none !important;
- }
- [_fl9="true"]
- {
- outline: none !important;
- outline: unset !important;
- }
- [v_srsspecselection="true"],
- [v_srsdataselection="true"]
- {
- background-color: transparent !important;
- background-color: unset !important;
- }
|