123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- .CheckMarkIcon
- {
- background-image: url('../../scripts/dijit/themes/claro/images/checkmarkNoBorder.gif');
- background-repeat: no-repeat;
- }
- .Export
- {
- background-image:url('../../images/toolbar/action_export.gif');
- width: 16px;
- height: 16px;
- }
- .cutIcon
- {
- background-image:url('../../images/toolbar/action_cut.gif');
- width: 16px;
- height: 16px;
- }
- .copyIcon
- {
- background-image:url('../../images/toolbar/action_copy.gif');
- width: 16px;
- height: 16px;
- }
- .pasteIcon
- {
- background-image:url('../../images/toolbar/action_paste.gif');
- width: 16px;
- height: 16px;
- }
- .saveIcon
- {
- background-image:url('../../images/toolbar/action_apply.gif');
- width: 16px;
- height: 16px;
- }
- .ResetIcon
- {
- background-image:url('../../images/toolbar/action_reset.gif');
- width: 16px;
- height: 16px;
- }
- .SwapRowColumn
- {
- background-image:url('../../images/toolbar/action_swap_rows_columns.gif');
- width: 16px;
- height: 16px;
- }
- .ZeroChoice
- {
- background-image:url('../../images/downArrow.gif');
- width:8px;
- padding:0px 0px 0px 0px;
- margin:0px 0xp 0px 0px;
- }
- .ActionMenu {
- background-image: url('../../images/toolbar/blue_dot_normal_transparent.gif');
- background-repeat: no-repeat;
- width: 25px;
- height: 25px;
- }
- .resetDataIcon
- {
- background-image:url('../../images/toolbar/action_reset_data.gif');
- width: 16px;
- height: 16px;
- }
- .ResetView
- {
- background-image:url('../../images/toolbar/action_reset_current_view.gif');
- width: 16px;
- height: 16px;
- }
- .commitIcon {
- background-image: url('../../images/toolbar/action_apply.gif');
- width: 16px;
- height: 16px;
- }
- .saveViewIcon {
- background-image: url('../../images/toolbar/action_save.gif');
- width: 16px;
- height: 16px;
- }
- .saveAsIcon {
- background-image: url('../../images/toolbar/action_save_as.gif');
- width: 16px;
- height: 16px;
- }
- .resetViewIcon {
- background-image: url('../../images/toolbar/action_refresh.gif');
- width: 16px;
- height: 16px;
- }
- .exportIcon {
- background-image: url('../../images/toolbar/action_export.gif');
- width: 16px;
- height: 16px;
- }
- .exportSliceToExcelIcon {
- background-image: url('../../images/toolbar/action_slice_excel_export.gif');
- width: 16px;
- height: 16px;
- }
- .exportSnapshotToExcelIcon {
- background-image: url('../../images/toolbar/action_slice_snapshot_export.gif');
- width: 16px;
- height: 16px;
- }
- .exportToPDFIcon{
- background-image: url('../../images/toolbar/action_slice_pdf_export.gif');
- width: 16px;
- height: 16px;
- }
- .saveDataChangesIcon {
- background-image: url('../../images/toolbar/action_save_writeback.gif');
- width: 16px;
- height: 16px;
- }
- .reviewDataChangesIcon {
- background-image: url('../../images/toolbar/action_review_changes.gif');
- width: 16px;
- height: 16px;
- }
- .recalculateIcon {
- background-image: url('../../images/toolbar/action_recalculate.gif');
- width: 16px;
- height: 16px;
- }
- /* just disable */
- .autoRecalcOffIcon {
- background-image: url('../../images/toolbar/action_recalculate_auto.gif');
- width: 16px;
- height: 16px;
- }
- .autoRecalcOnIcon {
- background-image: url('../../images/toolbar/action_recalculate_auto.gif');
- width: 16px;
- height: 16px;
- }
- .suppressZerosIcon {
- background-image: url('../../images/toolbar/action_suppress_zeros.gif');
- width: 16px;
- height: 16px;
- }
- .suppressZerosRandCIcon {
- background-image: url('../../images/toolbar/action_zero_suppression_rows_columns.gif');
- width: 16px;
- height: 16px;
- }
- .suppressZerosRowsIcon {
- background-image: url('../../images/toolbar/action_suppress_zeros_row.gif');
- width: 16px;
- height: 16px;
- }
- .suppressZerosColumnsIcon {
- background-image: url('../../images/toolbar/action_suppress_zeros_column.gif');
- width: 16px;
- height: 16px;
- }
- .viewChartIcon {
- background-image: url('../../images/toolbar/action_show_hide_chart.gif');
- width: 16px;
- height: 16px;
- }
- .viewChartAndGridIcon {
- background-image: url('../../images/toolbar/action_chart_display.gif');
- width: 16px;
- height: 16px;
- }
- .viewGridIcon {
- background-image: url('../../images/toolbar/action_show_hide_grid.gif');
- width: 16px;
- height: 16px;
- }
- .chartPropertiesIcon {
- background-image: url('../../images/toolbar/action_chart_properties.gif');
- width: 16px;
- height: 16px;
- }
- .chartPropertiesTypeIcon {
- background-image: url('../../images/toolbar/action_change_display.gif');
- width: 16px;
- height: 16px;
- }
- .chartPropertiesColorPaletteIcon {
- background-image: url('../../images/toolbar/action_change_palette.gif');
- width: 16px;
- height: 16px;
- }
- .chartDefaultIcon {
- background-image: url('../../images/colorscheme/color_scheme_default.gif');
- width: 16px;
- height: 16px;
- }
- .chartPropertiesToggleChartLegendIcon {
- background-image: url('../../images/toolbar/action_chart_legend.gif');
- width: 16px;
- height: 16px;
- }
- .chartPropertiesToggle3DViewIcon {
- background-image: url('../../images/toolbar/action_chart_3d.gif');
- width: 16px;
- height: 16px;
- }
- .resetDataIcon {
- background-image: url('../../images/toolbar/action_reset.gif');
- width: 16px;
- height: 16px;
- }
- .undoIcon {
- background-image: url('../../images/toolbar/action_undo.gif');
- width: 16px;
- height: 16px;
- }
- .redoIcon {
- background-image: url('../../images/toolbar/action_redo.gif');
- width: 16px;
- height: 16px;
- }
- .sandboxIcon {
- background-image: url('../../images/toolbar/action_sandbox.gif');
- width: 16px;
- height: 16px;
- }
- .sandboxCreateIcon {
- background-image: url('../../images/toolbar/action_sandbox_new.gif');
- width: 16px;
- height: 16px;
- }
- .sandboxDeleteIcon {
- background-image: url('../../images/toolbar/action_sandbox_delete.gif');
- width: 16px;
- height: 16px;
- }
- .toolbar{
- height:30px;
- }
- .hide
- {
- display: none;
- }
- .rebuildActiveFormIcon
- {
- background-image: url('../../images/toolbar/action_rebuild_active_form.gif');
- width: 16px;
- height: 16px;
- }
- .autoFitColumnsIcon
- {
- background-image: url('../../images/toolbar/action_auto_fit_col.gif');
- width: 16px;
- height: 16px;
- }
- .resetCurrentViewIcon
- {
- background-image:url('../../images/toolbar/action_reset_view.gif');
- width: 16px;
- height: 16px;
- }
|