print.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2011, 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. /* General CSS styles that can be used for any element */
  25. .BUXNoPrint,#widgetBuxContentPane_EP {
  26. display: none !important;
  27. }
  28. /* Specific BUX printing overrides */
  29. .icdBorder,
  30. .icdBorderPopup {
  31. display: none !important;
  32. }
  33. .bux-toolbar {
  34. display: none !important;
  35. }
  36. .buxBannerButton,
  37. .buxBannerDropDownButton,
  38. .buxBannerComboButton {
  39. display: none !important;
  40. }
  41. .buxBannerBlueDotSection,
  42. .buxBannerMainSectionLeft,
  43. .buxBannerMainToRightSection,
  44. .buxBannerRightSection {
  45. display: none !important;
  46. }
  47. .buxBannerMainSectionRight {
  48. width: 100% !important;
  49. text-align: center !important;
  50. }
  51. .dojoxExpandoTop {
  52. overflow: visible !important;
  53. width: 100% !important;
  54. }
  55. .dojoxExpandoBottom{
  56. overflow: visible !important;
  57. width: 100% !important;
  58. }
  59. #buxCANVASTab {
  60. left: 0px !important;
  61. top: 0px !important;
  62. width: 100% !important;
  63. height: 100% !important;
  64. overflow: visible !important;
  65. position: relative !important
  66. }
  67. div.buxCanvasHidden {
  68. display: none !important;
  69. }
  70. .buxCanvas,
  71. .dijitTabContainer {
  72. bottom: auto !important;
  73. right: auto !important;
  74. width: 100% !important;
  75. height: 100% !important;
  76. overflow: visible !important;
  77. position: relative !important
  78. }
  79. .icdUI .dijitSplitter {
  80. display: none!important;
  81. }
  82. .buxCanvasDropZoneInner {
  83. width: 100% !important;
  84. height: 100% !important;
  85. }
  86. .dijitTabListContainer-bottom,
  87. .dijitTabListContainer-top{
  88. display: none !important;
  89. }
  90. .dijitTabPaneWrapper,
  91. .dijitTabPane,
  92. .dijitTabListWrapper,
  93. .nowrapTabStrip {
  94. width: 100% !important;
  95. position: static !important
  96. }
  97. .dijitHidden .buxFilterSlider {
  98. display: none !important;
  99. }
  100. .buxCanvasDropZoneInner .dojoxFloatingPaneContent {
  101. position: relative;
  102. }
  103. .buxCanvasDropZoneIndicator {
  104. display: none !important;
  105. }
  106. .dojoxFloatingPaneCanvas {
  107. overflow: visible !important;
  108. }
  109. #widgetBuxBanner {
  110. display: none !important;
  111. }
  112. .bux-comment-cell-indicator {
  113. display: none !important;
  114. }
  115. .icdFilterSelectButton {
  116. display: none !important;
  117. }
  118. .icdSplitter-left .dijitSplitterThumb,
  119. .icdSplitter-right .dijitSplitterThumb,
  120. .icdSplitter-bottom .dijitSplitterThumb,
  121. .icdSplitter-top .dijitSplitterThumb {
  122. display: none !important;
  123. }
  124. .bux-cbn-button {
  125. visibility: hidden !important;
  126. }
  127. .bux-cbn-activityTable td.bux-cbn-expandActivityButton {
  128. display: none !important;
  129. }
  130. .claro .dojoxExpandoClosed {
  131. border: none !important;
  132. }
  133. /**IE specific css to ensure overlapping widgets are not transparent when printing. See COGCQ00722421 **/
  134. .icdUI .buxCanvasDropZoneInner .dojoxFloatingPane{
  135. /* IE7 specific */
  136. filter: progid:DXImageTransform.Microsoft.gradient(
  137. GradientType=0,
  138. startColorstr='#ffffff',
  139. endColorstr='#ffffff'
  140. );
  141. /* IE8 and 9 specific */
  142. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
  143. GradientType=0,
  144. startColorstr='#ffffff',
  145. endColorstr='#ffffff'
  146. )";
  147. }
  148. </css>