/**************************************************************** ** IBM Confidential ** ** OCO Source Materials ** ** BI and PM: tm1web ** ** (C) Copyright IBM Corp. 2007, 2009, 2011 ** ** The source code for this program is not published or otherwise ** divested of its trade secrets, irrespective of what has been ** deposited with the U.S. Copyright Office. ** ** This file is used for the icons on the tree view. Theme specific ** styles are in navigator.css file under the cognosTheme directory. *****************************************************************/ .folderIcon { background-image: url('../../images/navigator/icon_folder.gif'); width: 16; height: 16; } .folderPrivateIcon { background-image: url('../../images/navigator/icon_folder_private.gif'); width: 16; height: 16; } .appsIcon { background-image: url('../../images/navigator/icon_apps.gif'); width: 16; height: 16; } .adminFolderIcon { background-image: url('../../images/navigator/icon_console.gif'); width: 16; height: 16; } .excelIcon { background-image: url('../../images/filetypes/icon_excel.gif'); width: 16; height: 16; } .excelPrivateIcon { background-image: url('../../images/filetypes/icon_excel_private.gif'); width: 16; height: 16; } .cubeIcon { background-image: url('../../images/navigator/icon_cube.gif'); width: 16; height: 16; } .cubePrivateIcon { background-image: url('../../images/navigator/icon_cube_private.gif'); width: 16; height: 16; } .cubeviewIcon { background-image: url('../../images/navigator/icon_views.gif'); width: 16; height: 16; } .cubeviewPrivateIcon { background-image: url('../../images/navigator/icon_views_private.gif'); width: 16; height: 16; } .spreadsheetIcon { background-image: url('../../images/filetypes/icon_excel.gif'); width: 16; height: 16; } .spreadsheetPrivateIcon { background-image: url('../../images/filetypes/icon_excel_private.gif'); width: 16; height: 16; } .binaryIcon { background-image: url('../../images/filetypes/icon_binary.gif'); width: 16; height: 16; } .binaryPrivateIcon { background-image: url('../../images/filetypes/icon_binary_private.gif'); width: 16; height: 16; } .websheetIcon { background-image: url('../../images/filetypes/icon_excel.gif'); width: 16; height: 16; } .processIcon { background-image: url('../../images/navigator/icon_process.gif'); width: 16; height: 16; } .choresIcon { background-image: url('../../images/navigator/icon_chore.gif'); width: 16; height: 16; } .cubePropertiesIcon { background-image: url('../../images/navigator/icon_properties_cube.gif'); width: 16; height: 16; } .dimensionPropertiesIcon { background-image: url('../../images/navigator/icon_properties_dimension.gif'); width: 16; height: 16; } .clientPropertiesIcon { background-image: url('../../images/navigator/icon_admin.gif'); width: 16; height: 16; } .securityIcon { background-image: url('../../images/navigator/icon_security.gif'); width: 16; height: 16; } .expandIcon { background-image: url('../../images/navigator/action_expand.gif'); width: 16; height: 16; } .collapseIcon { background-image: url('../../images/navigator/action_collapse.gif'); width: 16; height: 16; } .refreshIcon { background-image: url('../../images/navigator/action_refresh.gif'); width: 16; height: 16; } .openElementIcon { background-image: url('../../images/navigator/icon_open.gif'); width: 16; height: 16; } .deleteElementIcon { background-image: url('../../images/navigator/icon_delete.gif'); width: 16; height: 16; }