123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- @charset "UTF-8";
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: Viewer
- (C) Copyright IBM Corp. 2014, 2017
- US Government Users Restricted Rights - Use, duplication or
- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- body, textarea, input, select
- {
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- }
- @media print
- {
- .topRow { display: none }
- .pageControls { display: none }
- .RVContent { overflow: visible }
- .RVReport { position: static; }
- .viewer { overflow : visible !important; }
- .mainViewerTD { height : auto !important; }
- .mainViewerTable { height : auto !important; }
- }
- html.viewer
- {
- height: 100%;
- }
- body.viewer
- {
- height: 100%;
- margin: 0px;
- }
- .formWarpRequest
- {
- margin: 0px;
- height: 100%;
- }
- body > form > .mainViewerTable
- {
- border-spacing : 0;
- border : 0px;
- height : 100%;
- width : 100%;
- padding : 0px;
- table-layout : fixed;
- }
- .mainViewerTable
- {
- border-spacing : 0;
- border : 0px;
- height : 100%;
- width : 100%;
- padding : 0px;
- }
- .mainViewerTD
- {
- height : 100%;
- width : 100%;
- padding : 0px;
- }
- .RVContent
- {
- overflow: auto;
- left : 0px;
- top : 0px;
- width : 100%;
- height : 100%;
- border : 0px;
- position : relative;
- }
- .RVReport
- {
- position: absolute;
- width : 100%;
- height : 100%;
- }
- .RVContentFragment
- {
- width : 100%;
- height : 100%;
- border : 0px;
- }
- .RVReportFragment
- {
- width : 100%;
- height : 100%;
- }
- .viewerNavigation
- {
- width : 100%;
- display : none;
- height : 16px;
- padding : 0px;
- }
- .RVReport a
- {
- text-decoration: underline;
- }
- .dl
- {
- text-decoration: underline;
- cursor: pointer !important;
- }
- .viewerWorkingDialog
- {
- border : 1px solid #000000;
- border-spacing : 0;
- box-shadow : 1px 1px 2px #999999;
- font-size : 70%;
- }
- .workingDialogDiv
- {
- width :350px;
- }
- .workingDialogInnerTable
- {
- border-spacing : 0;
- padding : 0px;
- width : 300px;
- border : 0px;
- text-align : left;
- padding-top : 5px;
- padding-bottom : 5px;
- }
- .workingDialogLinks
- {
- border-width : 1px 0px 1px 0px;
- border-style : solid;
- border-color : black;
- }
- .workingDialogOptions
- {
- padding-top : 3px;
- padding-left :10px;
- padding-bottom : 10px;
- display : none;
- }
- .workingDialogCancelButton
- {
- padding-right : 10px;
- padding-left : 10px;
- padding-top : 2px;
- padding-bottom : 3px;
- }
- .aboutOkButton
- {
- border : 1px solid #999999;
- cursor : pointer;
- fontWeight : normal;
- padding : 7px 0px 7px 0px;
- position : absolute;
- tabIndex : 0;
- font-size : 80%;
- bottom : 40px;
- left : 20px;
- }
- .rtl .aboutOkButton {
- right : 20px;
- }
|