toolbar.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. .CheckMarkIcon
  2. {
  3. background-image: url('../../scripts/dijit/themes/claro/images/checkmarkNoBorder.gif');
  4. background-repeat: no-repeat;
  5. }
  6. .Export
  7. {
  8. background-image:url('../../images/toolbar/action_export.gif');
  9. width: 16px;
  10. height: 16px;
  11. }
  12. .cutIcon
  13. {
  14. background-image:url('../../images/toolbar/action_cut.gif');
  15. width: 16px;
  16. height: 16px;
  17. }
  18. .copyIcon
  19. {
  20. background-image:url('../../images/toolbar/action_copy.gif');
  21. width: 16px;
  22. height: 16px;
  23. }
  24. .pasteIcon
  25. {
  26. background-image:url('../../images/toolbar/action_paste.gif');
  27. width: 16px;
  28. height: 16px;
  29. }
  30. .saveIcon
  31. {
  32. background-image:url('../../images/toolbar/action_apply.gif');
  33. width: 16px;
  34. height: 16px;
  35. }
  36. .ResetIcon
  37. {
  38. background-image:url('../../images/toolbar/action_reset.gif');
  39. width: 16px;
  40. height: 16px;
  41. }
  42. .SwapRowColumn
  43. {
  44. background-image:url('../../images/toolbar/action_swap_rows_columns.gif');
  45. width: 16px;
  46. height: 16px;
  47. }
  48. .ZeroChoice
  49. {
  50. background-image:url('../../images/downArrow.gif');
  51. width:8px;
  52. padding:0px 0px 0px 0px;
  53. margin:0px 0xp 0px 0px;
  54. }
  55. .ActionMenu {
  56. background-image: url('../../images/toolbar/blue_dot_normal_transparent.gif');
  57. background-repeat: no-repeat;
  58. width: 25px;
  59. height: 25px;
  60. }
  61. .resetDataIcon
  62. {
  63. background-image:url('../../images/toolbar/action_reset_data.gif');
  64. width: 16px;
  65. height: 16px;
  66. }
  67. .ResetView
  68. {
  69. background-image:url('../../images/toolbar/action_reset_current_view.gif');
  70. width: 16px;
  71. height: 16px;
  72. }
  73. .commitIcon {
  74. background-image: url('../../images/toolbar/action_apply.gif');
  75. width: 16px;
  76. height: 16px;
  77. }
  78. .saveViewIcon {
  79. background-image: url('../../images/toolbar/action_save.gif');
  80. width: 16px;
  81. height: 16px;
  82. }
  83. .saveAsIcon {
  84. background-image: url('../../images/toolbar/action_save_as.gif');
  85. width: 16px;
  86. height: 16px;
  87. }
  88. .resetViewIcon {
  89. background-image: url('../../images/toolbar/action_refresh.gif');
  90. width: 16px;
  91. height: 16px;
  92. }
  93. .exportIcon {
  94. background-image: url('../../images/toolbar/action_export.gif');
  95. width: 16px;
  96. height: 16px;
  97. }
  98. .exportSliceToExcelIcon {
  99. background-image: url('../../images/toolbar/action_slice_excel_export.gif');
  100. width: 16px;
  101. height: 16px;
  102. }
  103. .exportSnapshotToExcelIcon {
  104. background-image: url('../../images/toolbar/action_slice_snapshot_export.gif');
  105. width: 16px;
  106. height: 16px;
  107. }
  108. .exportToPDFIcon{
  109. background-image: url('../../images/toolbar/action_slice_pdf_export.gif');
  110. width: 16px;
  111. height: 16px;
  112. }
  113. .saveDataChangesIcon {
  114. background-image: url('../../images/toolbar/action_save_writeback.gif');
  115. width: 16px;
  116. height: 16px;
  117. }
  118. .reviewDataChangesIcon {
  119. background-image: url('../../images/toolbar/action_review_changes.gif');
  120. width: 16px;
  121. height: 16px;
  122. }
  123. .recalculateIcon {
  124. background-image: url('../../images/toolbar/action_recalculate.gif');
  125. width: 16px;
  126. height: 16px;
  127. }
  128. /* just disable */
  129. .autoRecalcOffIcon {
  130. background-image: url('../../images/toolbar/action_recalculate_auto.gif');
  131. width: 16px;
  132. height: 16px;
  133. }
  134. .autoRecalcOnIcon {
  135. background-image: url('../../images/toolbar/action_recalculate_auto.gif');
  136. width: 16px;
  137. height: 16px;
  138. }
  139. .suppressZerosIcon {
  140. background-image: url('../../images/toolbar/action_suppress_zeros.gif');
  141. width: 16px;
  142. height: 16px;
  143. }
  144. .suppressZerosRandCIcon {
  145. background-image: url('../../images/toolbar/action_zero_suppression_rows_columns.gif');
  146. width: 16px;
  147. height: 16px;
  148. }
  149. .suppressZerosRowsIcon {
  150. background-image: url('../../images/toolbar/action_suppress_zeros_row.gif');
  151. width: 16px;
  152. height: 16px;
  153. }
  154. .suppressZerosColumnsIcon {
  155. background-image: url('../../images/toolbar/action_suppress_zeros_column.gif');
  156. width: 16px;
  157. height: 16px;
  158. }
  159. .viewChartIcon {
  160. background-image: url('../../images/toolbar/action_show_hide_chart.gif');
  161. width: 16px;
  162. height: 16px;
  163. }
  164. .viewChartAndGridIcon {
  165. background-image: url('../../images/toolbar/action_chart_display.gif');
  166. width: 16px;
  167. height: 16px;
  168. }
  169. .viewGridIcon {
  170. background-image: url('../../images/toolbar/action_show_hide_grid.gif');
  171. width: 16px;
  172. height: 16px;
  173. }
  174. .chartPropertiesIcon {
  175. background-image: url('../../images/toolbar/action_chart_properties.gif');
  176. width: 16px;
  177. height: 16px;
  178. }
  179. .chartPropertiesTypeIcon {
  180. background-image: url('../../images/toolbar/action_change_display.gif');
  181. width: 16px;
  182. height: 16px;
  183. }
  184. .chartPropertiesColorPaletteIcon {
  185. background-image: url('../../images/toolbar/action_change_palette.gif');
  186. width: 16px;
  187. height: 16px;
  188. }
  189. .chartDefaultIcon {
  190. background-image: url('../../images/colorscheme/color_scheme_default.gif');
  191. width: 16px;
  192. height: 16px;
  193. }
  194. .chartPropertiesToggleChartLegendIcon {
  195. background-image: url('../../images/toolbar/action_chart_legend.gif');
  196. width: 16px;
  197. height: 16px;
  198. }
  199. .chartPropertiesToggle3DViewIcon {
  200. background-image: url('../../images/toolbar/action_chart_3d.gif');
  201. width: 16px;
  202. height: 16px;
  203. }
  204. .resetDataIcon {
  205. background-image: url('../../images/toolbar/action_reset.gif');
  206. width: 16px;
  207. height: 16px;
  208. }
  209. .undoIcon {
  210. background-image: url('../../images/toolbar/action_undo.gif');
  211. width: 16px;
  212. height: 16px;
  213. }
  214. .redoIcon {
  215. background-image: url('../../images/toolbar/action_redo.gif');
  216. width: 16px;
  217. height: 16px;
  218. }
  219. .sandboxIcon {
  220. background-image: url('../../images/toolbar/action_sandbox.gif');
  221. width: 16px;
  222. height: 16px;
  223. }
  224. .sandboxCreateIcon {
  225. background-image: url('../../images/toolbar/action_sandbox_new.gif');
  226. width: 16px;
  227. height: 16px;
  228. }
  229. .sandboxDeleteIcon {
  230. background-image: url('../../images/toolbar/action_sandbox_delete.gif');
  231. width: 16px;
  232. height: 16px;
  233. }
  234. .toolbar{
  235. height:30px;
  236. }
  237. .hide
  238. {
  239. display: none;
  240. }
  241. .rebuildActiveFormIcon
  242. {
  243. background-image: url('../../images/toolbar/action_rebuild_active_form.gif');
  244. width: 16px;
  245. height: 16px;
  246. }
  247. .autoFitColumnsIcon
  248. {
  249. background-image: url('../../images/toolbar/action_auto_fit_col.gif');
  250. width: 16px;
  251. height: 16px;
  252. }
  253. .resetCurrentViewIcon
  254. {
  255. background-image:url('../../images/toolbar/action_reset_view.gif');
  256. width: 16px;
  257. height: 16px;
  258. }