ViewerLayout.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2014, 2017
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. */
  9. body, textarea, input, select
  10. {
  11. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  12. }
  13. @media print
  14. {
  15. .topRow { display: none }
  16. .pageControls { display: none }
  17. .RVContent { overflow: visible }
  18. .RVReport { position: static; }
  19. .viewer { overflow : visible !important; }
  20. .mainViewerTD { height : auto !important; }
  21. .mainViewerTable { height : auto !important; }
  22. }
  23. html.viewer
  24. {
  25. height: 100%;
  26. }
  27. body.viewer
  28. {
  29. height: 100%;
  30. margin: 0px;
  31. }
  32. .formWarpRequest
  33. {
  34. margin: 0px;
  35. height: 100%;
  36. }
  37. body > form > .mainViewerTable
  38. {
  39. border-spacing : 0;
  40. border : 0px;
  41. height : 100%;
  42. width : 100%;
  43. padding : 0px;
  44. table-layout : fixed;
  45. }
  46. .mainViewerTable
  47. {
  48. border-spacing : 0;
  49. border : 0px;
  50. height : 100%;
  51. width : 100%;
  52. padding : 0px;
  53. }
  54. .mainViewerTD
  55. {
  56. height : 100%;
  57. width : 100%;
  58. padding : 0px;
  59. }
  60. .RVContent
  61. {
  62. overflow: auto;
  63. left : 0px;
  64. top : 0px;
  65. width : 100%;
  66. height : 100%;
  67. border : 0px;
  68. position : relative;
  69. }
  70. .RVReport
  71. {
  72. position: absolute;
  73. width : 100%;
  74. height : 100%;
  75. }
  76. .RVContentFragment
  77. {
  78. width : 100%;
  79. height : 100%;
  80. border : 0px;
  81. }
  82. .RVReportFragment
  83. {
  84. width : 100%;
  85. height : 100%;
  86. }
  87. .viewerNavigation
  88. {
  89. width : 100%;
  90. display : none;
  91. height : 16px;
  92. padding : 0px;
  93. }
  94. .RVReport a
  95. {
  96. text-decoration: underline;
  97. }
  98. .dl
  99. {
  100. text-decoration: underline;
  101. cursor: pointer !important;
  102. }
  103. .viewerWorkingDialog
  104. {
  105. border : 1px solid #000000;
  106. border-spacing : 0;
  107. box-shadow : 1px 1px 2px #999999;
  108. font-size : 70%;
  109. }
  110. .workingDialogDiv
  111. {
  112. width :350px;
  113. }
  114. .workingDialogInnerTable
  115. {
  116. border-spacing : 0;
  117. padding : 0px;
  118. width : 300px;
  119. border : 0px;
  120. text-align : left;
  121. padding-top : 5px;
  122. padding-bottom : 5px;
  123. }
  124. .workingDialogLinks
  125. {
  126. border-width : 1px 0px 1px 0px;
  127. border-style : solid;
  128. border-color : black;
  129. }
  130. .workingDialogOptions
  131. {
  132. padding-top : 3px;
  133. padding-left :10px;
  134. padding-bottom : 10px;
  135. display : none;
  136. }
  137. .workingDialogCancelButton
  138. {
  139. padding-right : 10px;
  140. padding-left : 10px;
  141. padding-top : 2px;
  142. padding-bottom : 3px;
  143. }
  144. .aboutOkButton
  145. {
  146. border : 1px solid #999999;
  147. cursor : pointer;
  148. fontWeight : normal;
  149. padding : 7px 0px 7px 0px;
  150. position : absolute;
  151. tabIndex : 0;
  152. font-size : 80%;
  153. bottom : 40px;
  154. left : 20px;
  155. }
  156. .rtl .aboutOkButton {
  157. right : 20px;
  158. }