canvas.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. /*layout section*/
  13. html,body,#buxMainBC {
  14. width: 100%; /* make the body expand to fill the visible window */
  15. height: 100%;
  16. overflow: hidden; /* erase window level scrollbars */
  17. padding: 0 0 0 0;
  18. margin: 0 0 0 0;
  19. }
  20. .icdUI div.icdWorkspace {
  21. height: 100%;
  22. width: 100%;
  23. padding: 0px;
  24. background-color: #ffffff;
  25. }
  26. .icdUI .icdWorkspace .dojoxExpandoClosed {
  27. border: none !important;
  28. }
  29. .icdUI div.icdWorkspace .icdSplitterOpenH {
  30. background-color: transparent;
  31. border: none;
  32. border-bottom: 1px solid #cccccc;
  33. height: 5px;
  34. }
  35. .icdUI div.icdWorkspace .icdSplitterCloseH,
  36. .icdUI div.icdWorkspace .dijitSplitterHHover {
  37. height: 6px;
  38. }
  39. .icdUI div.icdWorkspace .icdSplitterOpenV {
  40. background-color: transparent;
  41. border: none;
  42. border-left: 1px solid #cccccc;
  43. width: 5px;
  44. }
  45. .icdUI div.icdWorkspace .icdSplitterCloseV,
  46. .icdUI div.icdWorkspace .dijitSplitterVHover {
  47. width: 6px;
  48. }
  49. .icdUI div.icdWorkspace .dijitTabPaneWrapper {
  50. border-style: none;
  51. }
  52. .icdUI div.icdWorkspace .dijitTabListContainer-bottom,
  53. .icdUI div.icdWorkspace .dijitTabListContainer-top,
  54. .icdUI div.icdWorkspace .dijitTabListWrapper {
  55. background-color: #f5f5f5;
  56. }
  57. .icdUI div.icdWorkspace .icdSplitterCloseH,
  58. .icdUI div.icdWorkspace .icdSplitterCloseV,
  59. .icdUI div.icdWorkspace .dijitSplitterHover {
  60. background-image: none !important;
  61. background-color: #dfedfb;
  62. }
  63. .icdUI div.icdWorkspace .icdSplitterOpenV.dijitSplitterHover,
  64. .icdUI div.icdWorkspace .icdSplitterOpenH.dijitSplitterHover,
  65. .icdUI div.icdWorkspace .icdSplitterOpenV.icdSplitterMobile,
  66. .icdUI div.icdWorkspace .icdSplitterOpenH.icdSplitterMobile
  67. {
  68. border-style: solid;
  69. border: 1px solid #cccccc !important;
  70. }
  71. .icdUI div.icdWorkspace .dijitSplitter .dijitSplitterThumb {
  72. visibility: hidden;
  73. }
  74. .icdUI div.icdWorkspace .icdSplitterMobile .dijitSplitterThumb {
  75. visibility: visible;
  76. }
  77. .icdUI div.icdWorkspace .icdSplitterMobile {
  78. overflow: visible;
  79. z-index: 540 !important;
  80. }
  81. .icdUI div.icdWorkspace .icdSplitterCloseH .dijitSplitterThumb,
  82. .icdUI div.icdWorkspace .icdSplitterCloseV .dijitSplitterThumb,
  83. .icdUI div.icdWorkspace .dijitSplitterHover .dijitSplitterThumb {
  84. visibility: visible;
  85. }
  86. .buxCanvas {
  87. overflow: auto;
  88. height: 100%;
  89. }
  90. /* The suggested workaround of https://bugzilla.mozilla.org/show_bug.cgi?id=548397 */
  91. .buxCanvasHidden {
  92. display: block !important;
  93. visibility: hidden !important;
  94. position: absolute !important;
  95. top: -5000px !important;
  96. left: -5000px !important;
  97. }
  98. .buxCanvasDropZoneIndicator {
  99. text-align: center;
  100. }
  101. .buxCanvasDropZoneInner {
  102. position: relative;
  103. }
  104. .buxCanvasDropZoneUnderlay {
  105. position:absolute;
  106. top:0;
  107. left:0;
  108. bottom:0;
  109. right:0;
  110. background-color:transparent;
  111. z-index:100000;
  112. -moz-opacity: 0.01;
  113. opacity: 0.01;
  114. filter: alpha(opacity = 1);
  115. }
  116. .nowrapForAutoResize * {
  117. white-space: nowrap !important;
  118. }
  119. .nowrapForAutoResize *[style*="width"] {
  120. overflow-x: hidden !important;
  121. }
  122. .nowrapForAutoResizeWidthSet {
  123. overflow-x: hidden !important;
  124. }
  125. .nowrapForAutoResize .infoBar,
  126. .nowrapForAutoResize .infoBarFlyout {
  127. display: none;
  128. }
  129. /* Overriding overflow properties for elements in widgets that have overflow set to hidden or auto, like Facets. */
  130. div.widgetContainer div.nowrapForAutoResize div.dojoxFloatingPaneContent div.mm_Content div {
  131. overflow: visible;
  132. }
  133. .dijitTabCloseIcon {
  134. visibility: hidden;
  135. }
  136. .dijitTabChecked .dijitTabCloseIcon {
  137. visibility: visible;
  138. }
  139. /*Skin section*/
  140. .buxPagePreview {
  141. background-color: #FAFCFE;
  142. background-image: none;
  143. background-repeat: repeat-x;
  144. }
  145. .buxCanvasDropZoneIndicatorText {
  146. font-size: 13pt;
  147. color: #444444;
  148. padding-bottom: 2px;
  149. }
  150. .buxCanvasDropZoneIndicatorSubText {
  151. font-size: 10pt;
  152. color: #444444;
  153. }
  154. .buxCanvasDropZoneIndicatorImage {
  155. height: 200px;
  156. background: none center no-repeat;
  157. background-image: url(images/canvas/drag_r.png);
  158. }
  159. .dj_ie7 .buxCanvasDropZoneIndicatorImage {
  160. width: 340px;
  161. }
  162. .bux-contentpane-left .buxCanvasDropZoneIndicatorImage {
  163. background-image: none;
  164. background-image: url(images/canvas/drag_l.png);
  165. }
  166. .dojoxExpandoPane .buxGlobalAreaDropZoneIndicatorImage {
  167. height: 62px;
  168. background: none center no-repeat;
  169. background-image: url(images/canvas/drag_ga_r.png);
  170. }
  171. .bux-contentpane-left .dojoxExpandoPane .buxGlobalAreaDropZoneIndicatorImage {
  172. background-image: none;
  173. background-image: url(images/canvas/drag_ga_l.png);
  174. }
  175. .dj_ie7 .dojoxExpandoPane .buxCanvasDropZoneIndicatorImage,
  176. .dj_ie7 .dojoxExpandoPane .buxGlobalAreaDropZoneIndicatorImage {
  177. width: 95px;
  178. }
  179. .claro .dijitTabCloseButton {
  180. background-image: none;
  181. background-image: url(images/canvas/tab_icon_close.png);
  182. background-position: center right;
  183. }
  184. .claro .dijitTabCloseButtonHover {
  185. background-image: none;
  186. background-image: url(images/canvas/tab_icon_close_h.png);
  187. background-position: center right;
  188. }
  189. .claro .dijitTabStripMenuIcon {
  190. background-position: 0px 50%;
  191. background-image: none;
  192. background-image: url(images/canvas/tab_overflow.png);
  193. }