123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- /****************************************************************
- ** 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;
- }
|