print.css 3.2 KB

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