widget.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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. .icdUI .buxFloatingPane {
  14. background: transparent;
  15. border: none;
  16. }
  17. .bux-MaximizedMode .dijitDialogUnderlay {
  18. position: absolute;
  19. height: 100%;
  20. width: 100%;
  21. left: 0;
  22. top: 0;
  23. }
  24. .buxFloatingPane .widgetContainer {
  25. padding: 0;
  26. }
  27. .buxWidgetHighlight .widget_resizerHandleVert,
  28. .buxWidgetHighlight .widget_resizerHandleHoriz {
  29. display: none;
  30. }
  31. .bux-MaximizedMode .widget-border,
  32. .bux-MaximizedMode .widget-corner,
  33. .bux-MaximizedMode .bux-toolbar,
  34. .bux-MaximizedMode .widget_resizerHandleVert,
  35. .bux-MaximizedMode .widget_resizerHandleHoriz {
  36. cursor: default !important;
  37. }
  38. .widget_resizerHandleHoriz {
  39. height: 8px;
  40. width: 28px;
  41. visibility: hidden;
  42. }
  43. .widget_resizerHandleVert {
  44. height: 28px;
  45. width: 8px;
  46. visibility: hidden;
  47. }
  48. .widget-movable {
  49. cursor: move;
  50. }
  51. div.buxWidgetActive div.widget_resizerHandleHoriz,
  52. div.buxWidgetActive div.widget_resizerHandleVert {
  53. visibility: visible;
  54. }
  55. .widget-border,
  56. .widget-corner {
  57. position: absolute;
  58. }
  59. .wb-top,
  60. .wb-bottom {
  61. text-align: center;
  62. height: 6px;
  63. left: 0;
  64. right: 0;
  65. }
  66. .wb-top {
  67. top: 0;
  68. }
  69. .wb-bottom {
  70. bottom: 0;
  71. }
  72. .wb-left,
  73. .wb-right {
  74. width: 6px;
  75. top: 0;
  76. bottom: 0;
  77. vertical-align: middle;
  78. }
  79. .wb-left {
  80. left: 0px;
  81. }
  82. .wb-right {
  83. right: 0px;
  84. margin-left: -7px;
  85. }
  86. .widget-corner {
  87. width: 8px;
  88. height: 8px;
  89. z-index: 1;
  90. }
  91. /* corner grabbers*/
  92. .wc-TL {
  93. top: 0px;
  94. left: 0px;
  95. }
  96. .wc-TR {
  97. top: 0px;
  98. right: 0px;
  99. }
  100. .wc-BL {
  101. bottom: 0px;
  102. left: 0px;
  103. }
  104. .wc-BR {
  105. bottom: 0px;
  106. right: 0px;
  107. }
  108. .buxFloatingPane .dojoxFloatingPaneCanvas {
  109. background: transparent;
  110. /* Need to change position to relative for IE. Some content was bleeding through the widget border. */
  111. position: relative;
  112. display: block;
  113. }
  114. div.buxFloatingPane div.icdPaneResizeHandleR {
  115. cursor: e-resize;
  116. }
  117. div.buxFloatingPane div.icdPaneResizeHandleBL {
  118. cursor: sw-resize;
  119. }
  120. div.buxFloatingPane div.icdPaneResizeHandleB {
  121. cursor: s-resize;
  122. }
  123. div.buxFloatingPane div.icdPaneResizeHandleBR {
  124. cursor: se-resize;
  125. }
  126. .buxFloatingPane .mm_iWidget,
  127. .buxFloatingPane .mm_Content {
  128. height: 100%;
  129. }
  130. .buxFloatingPane .v10 td.pb {
  131. padding: 1px;
  132. }
  133. .buxFloatingPane .dojoxFloatingPaneContent {
  134. background: transparent;
  135. width: auto;
  136. height: 100%;
  137. outline: none;
  138. }
  139. .buxWidgetFrame {
  140. width: 100%;
  141. table-layout: fixed;
  142. }
  143. div.dijitTitleNode {
  144. overflow: hidden;
  145. }
  146. .tundra .dojoxFloatingPaneTitle {
  147. padding: 0px 4px;
  148. white-space: normal;
  149. border: none;
  150. padding-top: 3px;
  151. padding-bottom: 3px;
  152. }
  153. /*Title is displayed but invisible*/
  154. .icdUI .buxWidgetTitleInnactive .dojoxFloatingPaneTitle {
  155. visibility: hidden;
  156. }
  157. /*Title is NOT displayed*/
  158. .icdUI .buxWidgetTitleNone .dojoxFloatingPaneTitle {
  159. display: none;
  160. }
  161. .buxGuidelineH {
  162. background-repeat: repeat-x;
  163. position: absolute;
  164. }
  165. .buxGuidelineV {
  166. background-repeat: repeat-y;
  167. position: absolute;
  168. }
  169. .buxDragAndDropError {
  170. padding-left: 36px;
  171. height: 32px;
  172. padding-top: 10px;
  173. background-repeat: no-repeat;
  174. background-position: left;
  175. font-size: 12pt;
  176. }
  177. .buxDragAndDropMiddle {
  178. width: 128px;
  179. height: 128px;
  180. background-repeat: no-repeat;
  181. background-position: 50% 50%;
  182. }
  183. .widget_loadContainerOuter {
  184. height: 100%;
  185. width: 100%;
  186. }
  187. .widget_loadContainer {
  188. vertical-align: middle;
  189. }
  190. .widget_loadContainerInsert {
  191. text-align: center;
  192. }
  193. /* Fixing scrollbars in widgets */
  194. .dojoxFloatingPaneContent {
  195. overflow: visible !important;
  196. }
  197. .dojoxFloatingPaneCanvas {
  198. overflow: auto !important;
  199. }
  200. .hiddenScrollBars .dojoxFloatingPaneCanvas {
  201. overflow: hidden !important;
  202. }
  203. .autoResizeScrollbars .dojoxFloatingPaneCanvas {
  204. overflow: visible !important;
  205. }
  206. /* hide element for iWidget configuration */
  207. .mm_Definition,
  208. .mm_ItemSet,
  209. .mm_ReceivedEvent,
  210. .mm_SourceEvent,
  211. .mm_Item,
  212. .mm_TargetEvent {
  213. display: none;
  214. }
  215. /* Viewer's toolbar container */
  216. td.mainViewerHeader3 {
  217. background-color: transparent !important;
  218. }
  219. .widget_load {
  220. height: 34px;
  221. background-position: left;
  222. background-repeat: no-repeat;
  223. padding-left: 34px;
  224. padding-top: 17px;
  225. vertical-align: middle;
  226. }
  227. .widgetDndBlanket {
  228. position: absolute;
  229. top: 0px;
  230. left: 0px;
  231. }
  232. .dj_ie .widgetDndBlanket {
  233. background-color: white;
  234. filter: alpha(opacity = 0);
  235. }
  236. /*skin section*/
  237. .bux-widget-overlap {
  238. position: absolute;
  239. background-color: #ffffff; /* same as default background-color for canvas (or dropzone) */
  240. -moz-opacity: 0.9;
  241. opacity: 0.9;
  242. filter: alpha(opacity = 90);
  243. }
  244. .widget_resizerHandleHoriz {
  245. background-image: none;
  246. background-image: url(images/widget/border2.png);
  247. background-repeat: no-repeat;
  248. background-position: 0px -31px;
  249. }
  250. .widget_resizerHandleVert {
  251. background-repeat: no-repeat;
  252. background-image: none;
  253. background-image: url(images/widget/border.png);
  254. background-position: -73px;
  255. }
  256. .icdUI .buxFloatingPane {
  257. -webkit-box-shadow: none;
  258. }
  259. .icdUI div.buxWidgetActive {
  260. -webkit-box-shadow: 0px 3px 6px #777777;
  261. }
  262. .buxWidgetActive {
  263. -moz-box-shadow: 0 3px 6px #777777;
  264. box-shadow: 0px 3px 6px #777777;
  265. }
  266. .buxWidgetActive .wb-top,
  267. .buxWidgetHighlight .wb-top {
  268. border-top: 1px solid #8d8d8d;
  269. }
  270. .buxWidgetActive .wb-left,
  271. .buxWidgetHighlight .wb-left {
  272. border-left: 1px solid #8d8d8d;
  273. }
  274. .buxWidgetActive .wb-right,
  275. .buxWidgetHighlight .wb-right {
  276. border-right: 1px solid #8d8d8d;
  277. }
  278. .buxWidgetActive .wb-bottom,
  279. .buxWidgetHighlight .wb-bottom {
  280. border-bottom: 1px solid #8d8d8d;
  281. }
  282. .buxFloatingPaneMaximized .buxFloatingPaneCanvasMaximized {
  283. background: #ffffff;
  284. }
  285. /* Images */
  286. .buxGuidelineH {
  287. background-image: none;
  288. background-image: url('images/canvas/guidelineH.png');
  289. }
  290. .buxGuidelineV {
  291. background-image: none;
  292. background-image: url('images/canvas/guidelineV.png');
  293. }
  294. .buxDragAndDropError {
  295. background-image: none;
  296. background-image: url('images/cursor_nodrop.gif');
  297. }
  298. .buxDragAndDropMiddle-loading,
  299. .widget_load {
  300. background-image: none;
  301. background-image: url(images/action_busy_32x32.gif);
  302. }
  303. /* -- A11Y -- */
  304. .dijit_a11y .buxGuidelineH {
  305. border-bottom: dashed 1px;
  306. }
  307. .dijit_a11y .buxGuidelineV {
  308. border-left: dashed 1px;
  309. }
  310. .dijit_a11y .widget_a11y_border {
  311. margin: 1px;
  312. }
  313. .dijit_a11y .buxWidgetActive .widget_a11y_border {
  314. margin: 1px;
  315. border: solid;
  316. }
  317. .dijit_a11y .buxWidgetHighlight .widget_a11y_border {
  318. border: dotted 2px;
  319. margin: 1px;
  320. }
  321. .dijit_a11y .widget_dnd_a11y_border,
  322. .dijit_a11y .buxWidgetInnactive .widget_a11y_border {
  323. border: none;
  324. }
  325. .dijit_a11y .buxWidgetTitleActive .dojoxFloatingPaneTitle {
  326. border: solid 1px;
  327. }
  328. .dijit_a11y .buxWidgetTitleHighlight .dojoxFloatingPaneTitle {
  329. border: dotted 2px;
  330. }
  331. .dijit_a11y .buxWidgetTitleInnactive .dojoxFloatingPaneTitle {
  332. border: dotted 1px;
  333. }
  334. /* grabbers */
  335. .dj_ie .dijit_a11y .buxWidgetActive .wb-bottom {
  336. border: solid 3px;
  337. margin-top: -7px;
  338. }
  339. .dijit_a11y .widget_b_grabber {
  340. margin-top: 2px;
  341. margin-bottom: -9px;
  342. }
  343. .dijit_a11y .widget_t_grabber {
  344. margin-top: -5px;
  345. margin-bottom: 3px;
  346. }
  347. .dijit_a11y .buxWidgetActive .widget_resizerHandleHoriz {
  348. border: solid 3px;
  349. height: 1px;
  350. }
  351. .dijit_a11y .buxWidgetActive .widget_resizerHandleVert {
  352. border: solid 3px;
  353. width: 1px;
  354. }
  355. .dijit_a11y .icdPaneResizeHandleR {
  356. margin-left: -1px;
  357. }
  358. .dijit_a11y .buxFloatingPane {
  359. padding: 5px;
  360. padding-right: 10px;
  361. padding-bottom: 10px;
  362. }
  363. /* corner grabbers*/
  364. /*This makes it easier to move the widget from the right side of it*/
  365. .dijit_a11y .buxWidgetActive .widget-corner {
  366. border: solid 5px;
  367. width: 6px;
  368. height: 6px;
  369. }
  370. .dijit_a11y .wc-BR {
  371. bottom: 0px;
  372. right: 0px;
  373. }
  374. .dijit_a11y .wc-BL {
  375. bottom: 0px;
  376. left: 0px;
  377. }
  378. .dijit_a11y .wc-TR {
  379. top: 0px;
  380. right: 0px;
  381. }
  382. .dijit_a11y .wc-TL {
  383. top: 0px;
  384. left: 0px;
  385. }
  386. .dj_ie .dijit_a11y .buxWidgetInnactive .widget-corner {
  387. display: none;
  388. }
  389. /*used to prevent the slider/checkbox properties dialog shows "No data items are available..." test propertly in HC mode (COGCQ00272646)*/
  390. .dijit_a11y .buxDialog .bux-widget-overlap {
  391. z-index: 1;
  392. }
  393. .dj_ie .dijit_a11y .widget-corner,
  394. .dj_ie .dijit_a11y .widget-border {
  395. display: none;
  396. }
  397. .dj_ie .dijit_a11y .buxWidgetActive .widget-corner,
  398. .dj_ie .dijit_a11y .buxWidgetActive .widget-border {
  399. display: block;
  400. }