toolbar.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. **
  14. ** This file is used for the icons on the toolbar. Theme specific
  15. ** styles are in toolbar.css file under the cognosTheme directory.
  16. *****************************************************************/
  17. .cubeviewer .ToolButton
  18. {
  19. background-repeat: no-repeat;
  20. width:18px;
  21. height:18px;
  22. -moz-user-select: none;
  23. background-position:0px center;
  24. }
  25. .cubeviewer .Export
  26. {
  27. background-image:url('../../images/toolbar/action_export.gif');
  28. width: 16px;
  29. height: 16px;
  30. }
  31. .cubeviewer .cutIcon
  32. {
  33. background-image:url('../../images/toolbar/action_cut.gif');
  34. width: 16px;
  35. height: 16px;
  36. }
  37. .cubeviewer .copyIcon
  38. {
  39. background-image:url('../../images/toolbar/action_copy.gif');
  40. width: 16px;
  41. height: 16px;
  42. }
  43. .cubeviewer .pasteIcon
  44. {
  45. background-image:url('../../images/toolbar/action_paste.gif');
  46. width: 16px;
  47. height: 16px;
  48. }
  49. .cubeviewer .saveIcon
  50. {
  51. background-image:url('../../images/toolbar/action_apply.gif');
  52. width: 16px;
  53. height: 16px;
  54. }
  55. .cubeviewer .ResetIcon
  56. {
  57. background-image:url('../../images/toolbar/action_reset.gif');
  58. width: 16px;
  59. height: 16px;
  60. }
  61. .cubeviewer .SwapRowColumn
  62. {
  63. background-image:url('../../images/toolbar/action_swap_rows_columns.gif');
  64. width: 16px;
  65. height: 16px;
  66. }
  67. .cubeviewer .ZeroChoice
  68. {
  69. background-image:url('../../images/downArrow.gif');
  70. width:8px;
  71. padding:0px 0px 0px 0px;
  72. margin:0px 0xp 0px 0px;
  73. }
  74. .cubeviewer .HelpIcon
  75. {
  76. background-image:url('../../images/toolbar/action_help.gif');
  77. width: 16px;
  78. height: 16px;
  79. }
  80. .cubeviewer .ActionMenu {
  81. background-image: url('../../images/toolbar/blue_dot_normal_transparent.gif');
  82. background-repeat: no-repeat;
  83. width: 25px;
  84. height: 25px;
  85. }
  86. /* The next few are on the Contributor toolbar */
  87. .cubeviewer .takeOwnershipWorkflowIcon
  88. {
  89. background-image:url('../../images/toolbar/action_take_ownership.gif');
  90. width: 16px;
  91. height: 16px;
  92. }
  93. .cubeviewer .submitLeavesWorkflowIcon
  94. {
  95. background-image:url('../../images/toolbar/action_workflow_submit_leaves.gif');
  96. width: 16px;
  97. height: 16px;
  98. }
  99. .cubeviewer .submitWorkflowIcon
  100. {
  101. background-image:url('../../images/toolbar/action_workflow_submit.gif');
  102. width: 16px;
  103. height: 16px;
  104. }
  105. .cubeviewer .rejectWorkflowIcon
  106. {
  107. background-image:url('../../images/toolbar/action_workflow_reject.gif');
  108. width: 16px;
  109. height: 16px;
  110. }
  111. /* The next few are on the Contributor drop down menu on the toolbar for resetting things */
  112. .cubeviewer .resetDataIcon
  113. {
  114. background-image:url('../../images/toolbar/action_reset_data.gif');
  115. width: 16px;
  116. height: 16px;
  117. }
  118. .cubeviewer .ResetView
  119. {
  120. background-image:url('../../images/toolbar/action_reset_current_view.gif');
  121. width: 16px;
  122. height: 16px;
  123. }
  124. .cubeviewer .resetCurrentViewIcon
  125. {
  126. background-image:url('../../images/toolbar/action_reset_view.gif');
  127. width: 16px;
  128. height: 16px;
  129. }
  130. .cubeviewer .resetAllViewsIcon
  131. {
  132. background-image:url('../../images/toolbar/action_reset_all_views.gif');
  133. width: 16px;
  134. height: 16px;
  135. }
  136. .cubeviewer .resetTabsIcon
  137. {
  138. background-image:url('../../images/toolbar/action_reset_tabs.gif');
  139. width: 16px;
  140. height: 16px;
  141. }
  142. .cubeviewer .resetTabsAndViewsIcon
  143. {
  144. background-image:url('../../images/toolbar/action_reset_views_and_tabs.gif');
  145. width: 16px;
  146. height: 16px;
  147. }
  148. .cubeviewer .commitIcon {
  149. background-image: url('../../images/toolbar/action_apply.gif');
  150. width: 16px;
  151. height: 16px;
  152. }
  153. .cubeviewer .saveViewIcon {
  154. background-image: url('../../images/toolbar/action_save.gif');
  155. width: 16px;
  156. height: 16px;
  157. }
  158. .cubeviewer .saveAsIcon {
  159. background-image: url('../../images/toolbar/action_save_as.gif');
  160. width: 16px;
  161. height: 16px;
  162. }
  163. .cubeviewer .resetViewIcon {
  164. background-image: url('../../images/toolbar/action_refresh.gif');
  165. width: 16px;
  166. height: 16px;
  167. }
  168. .cubeviewer .exportIcon {
  169. background-image: url('../../images/toolbar/action_export.gif');
  170. width: 16px;
  171. height: 16px;
  172. }
  173. .cubeviewer .exportSliceToExcelIcon {
  174. background-image: url('../../images/toolbar/action_slice_excel_export.gif');
  175. width: 16px;
  176. height: 16px;
  177. }
  178. .cubeviewer .exportSnapshotToExcelIcon {
  179. background-image: url('../../images/toolbar/action_slice_snapshot_export.gif');
  180. width: 16px;
  181. height: 16px;
  182. }
  183. .cubeviewer .exportToPDFIcon{
  184. background-image: url('../../images/toolbar/action_slice_pdf_export.gif');
  185. width: 16px;
  186. height: 16px;
  187. }
  188. .cubeviewer .saveDataChangesIcon {
  189. background-image: url('../../images/toolbar/action_save_writeback.gif');
  190. width: 16px;
  191. height: 16px;
  192. }
  193. .cubeviewer .reviewDataChangesIcon {
  194. background-image: url('../../images/toolbar/action_review_changes.gif');
  195. width: 16px;
  196. height: 16px;
  197. }
  198. .cubeviewer .recalculateIcon {
  199. background-image: url('../../images/toolbar/action_recalculate.gif');
  200. width: 16px;
  201. height: 16px;
  202. }
  203. /* just disable */
  204. .cubeviewer .autoRecalcOffIcon {
  205. background-image: url('../../images/toolbar/action_recalculate_auto.gif');
  206. width: 16px;
  207. height: 16px;
  208. }
  209. .cubeviewer .autoRecalcOnIcon {
  210. background-image: url('../../images/toolbar/action_recalculate_auto.gif');
  211. width: 16px;
  212. height: 16px;
  213. }
  214. .cubeviewer .suppressZerosIcon {
  215. background-image: url('../../images/toolbar/action_suppress_zeros.gif');
  216. width: 16px;
  217. height: 16px;
  218. }
  219. .cubeviewer .suppressZerosRandCIcon {
  220. background-image: url('../../images/toolbar/action_zero_suppression_rows_columns.gif');
  221. width: 16px;
  222. height: 16px;
  223. }
  224. .cubeviewer .suppressZerosRowsIcon {
  225. background-image: url('../../images/toolbar/action_suppress_zeros_row.gif');
  226. width: 16px;
  227. height: 16px;
  228. }
  229. .cubeviewer .suppressZerosColumnsIcon {
  230. background-image: url('../../images/toolbar/action_suppress_zeros_column.gif');
  231. width: 16px;
  232. height: 16px;
  233. }
  234. .cubeviewer .viewChartIcon {
  235. background-image: url('../../images/toolbar/action_show_hide_chart.gif');
  236. width: 16px;
  237. height: 16px;
  238. }
  239. .cubeviewer .viewChartAndGridIcon {
  240. background-image: url('../../images/toolbar/action_chart_display.gif');
  241. width: 16px;
  242. height: 16px;
  243. }
  244. .cubeviewer .viewGridIcon {
  245. background-image: url('../../images/toolbar/action_show_hide_grid.gif');
  246. width: 16px;
  247. height: 16px;
  248. }
  249. .cubeviewer .chartPropertiesIcon {
  250. background-image: url('../../images/toolbar/action_chart_properties.gif');
  251. width: 16px;
  252. height: 16px;
  253. }
  254. .cubeviewer .chartPropertiesTypeIcon {
  255. background-image: url('../../images/toolbar/action_change_display.gif');
  256. width: 16px;
  257. height: 16px;
  258. }
  259. .cubeviewer .chartPropertiesColorPaletteIcon {
  260. background-image: url('../../images/toolbar/action_change_palette.gif');
  261. width: 16px;
  262. height: 16px;
  263. }
  264. .cubeviewer .chartDefaultIcon {
  265. background-image: url('../../images/colorscheme/color_scheme_default.gif');
  266. width: 16px;
  267. height: 16px;
  268. }
  269. .cubeviewer .chartPropertiesToggleChartLegendIcon {
  270. background-image: url('../../images/toolbar/action_chart_legend.gif');
  271. width: 16px;
  272. height: 16px;
  273. }
  274. .cubeviewer .chartPropertiesToggle3DViewIcon {
  275. background-image: url('../../images/toolbar/action_chart_3d.gif');
  276. width: 16px;
  277. height: 16px;
  278. }
  279. .cubeviewer .resetDataIcon {
  280. background-image: url('../../images/toolbar/action_reset.gif');
  281. width: 16px;
  282. height: 16px;
  283. }
  284. .cubeviewer .undoIcon {
  285. background-image: url('../../images/toolbar/action_undo.gif');
  286. width: 16px;
  287. height: 16px;
  288. }
  289. .cubeviewer .redoIcon {
  290. background-image: url('../../images/toolbar/action_redo.gif');
  291. width: 16px;
  292. height: 16px;
  293. }
  294. .cubeviewer .sandboxIcon {
  295. background-image: url('../../images/toolbar/action_sandbox.gif');
  296. width: 16px;
  297. height: 16px;
  298. }
  299. .cubeviewer .closeViewIcon {
  300. background-image: url('../../images/toolbar/dialog_icon_close.gif');
  301. width: 16px;
  302. height: 16px;
  303. }
  304. .cubeviewer .closeViewIconHover {
  305. background-image: url('../../images/toolbar/dialog_icon_close_h.gif');
  306. width: 16px;
  307. height: 16px;
  308. }
  309. .cubeviewer .sandboxCreateIcon {
  310. background-image: url('../../images/toolbar/action_sandbox_new.gif');
  311. width: 16px;
  312. height: 16px;
  313. }
  314. .cubeviewer .sandboxDeleteIcon {
  315. background-image: url('../../images/toolbar/action_sandbox_delete.gif');
  316. width: 16px;
  317. height: 16px;
  318. }
  319. .claro .dijitMenuItem {
  320. font-family: tahoma,arial,sans-serif;
  321. font-size: 8pt;
  322. margin: 0;
  323. }
  324. .claro .dijitMenuPassive .dijitMenuItemHover,
  325. .claro .dijitMenuItemSelected {
  326. color: #000000;
  327. background-color: #e3e9f3;
  328. }
  329. /* Blue button tweaking until we get a shared set of code for the blue button */
  330. .claro .dijitToolbar .dijitButtonHover .toolbarBallIcon,
  331. .claro .dijitToolbar .dijitToggleButtonHover .toolbarBallIcon,
  332. .claro .dijitToolbar .dijitDropDownButtonHover .toolbarBallIcon,
  333. .claro .dijitToolbar .dijitComboButtonHover .dijitButtonContents .toolbarBallIcon,
  334. .claro .dijitToolbar .dijitComboButtonDownArrowHover .dijitDownArrowButton .toolbarBallIcon {
  335. background: url(../../images/toolbar/blue_dot_hover_transparent.gif) no-repeat;
  336. }
  337. .dj_ie .claro .dijitToolbar .dijitButtonHover .toolbarBallIcon,
  338. .dj_ie .claro .dijitToolbar .dijitToggleButtonHover .toolbarBallIcon,
  339. .dj_ie .claro .dijitToolbar .dijitDropDownButtonHover .toolbarBallIcon,
  340. .dj_ie .claro .dijitToolbar .dijitComboButtonHover .dijitButtonContents .toolbarBallIcon,
  341. .dj_ie .claro .dijitToolbar .dijitComboButtonDownArrowHover .dijitDownArrowButton .toolbarBallIcon {
  342. padding: 0px; /* Top, Right, Bottom, Left */
  343. margin-top: 0px;
  344. }