navigator.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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 tree view. Theme specific
  15. ** styles are in navigator.css file under the cognosTheme directory.
  16. *****************************************************************/
  17. .folderIcon {
  18. background-image: url('../../images/navigator/icon_folder.gif');
  19. width: 16;
  20. height: 16;
  21. }
  22. .folderPrivateIcon {
  23. background-image: url('../../images/navigator/icon_folder_private.gif');
  24. width: 16;
  25. height: 16;
  26. }
  27. .appsIcon {
  28. background-image: url('../../images/navigator/icon_apps.gif');
  29. width: 16;
  30. height: 16;
  31. }
  32. .adminFolderIcon {
  33. background-image: url('../../images/navigator/icon_console.gif');
  34. width: 16;
  35. height: 16;
  36. }
  37. .excelIcon {
  38. background-image: url('../../images/filetypes/icon_excel.gif');
  39. width: 16;
  40. height: 16;
  41. }
  42. .excelPrivateIcon {
  43. background-image: url('../../images/filetypes/icon_excel_private.gif');
  44. width: 16;
  45. height: 16;
  46. }
  47. .cubeIcon {
  48. background-image: url('../../images/navigator/icon_cube.gif');
  49. width: 16;
  50. height: 16;
  51. }
  52. .cubePrivateIcon {
  53. background-image: url('../../images/navigator/icon_cube_private.gif');
  54. width: 16;
  55. height: 16;
  56. }
  57. .cubeviewIcon {
  58. background-image: url('../../images/navigator/icon_views.gif');
  59. width: 16;
  60. height: 16;
  61. }
  62. .cubeviewPrivateIcon {
  63. background-image: url('../../images/navigator/icon_views_private.gif');
  64. width: 16;
  65. height: 16;
  66. }
  67. .spreadsheetIcon {
  68. background-image: url('../../images/filetypes/icon_excel.gif');
  69. width: 16;
  70. height: 16;
  71. }
  72. .spreadsheetPrivateIcon {
  73. background-image: url('../../images/filetypes/icon_excel_private.gif');
  74. width: 16;
  75. height: 16;
  76. }
  77. .binaryIcon {
  78. background-image: url('../../images/filetypes/icon_binary.gif');
  79. width: 16;
  80. height: 16;
  81. }
  82. .binaryPrivateIcon {
  83. background-image: url('../../images/filetypes/icon_binary_private.gif');
  84. width: 16;
  85. height: 16;
  86. }
  87. .websheetIcon {
  88. background-image: url('../../images/filetypes/icon_excel.gif');
  89. width: 16;
  90. height: 16;
  91. }
  92. .processIcon {
  93. background-image: url('../../images/navigator/icon_process.gif');
  94. width: 16;
  95. height: 16;
  96. }
  97. .choresIcon {
  98. background-image: url('../../images/navigator/icon_chore.gif');
  99. width: 16;
  100. height: 16;
  101. }
  102. .cubePropertiesIcon {
  103. background-image: url('../../images/navigator/icon_properties_cube.gif');
  104. width: 16;
  105. height: 16;
  106. }
  107. .dimensionPropertiesIcon {
  108. background-image: url('../../images/navigator/icon_properties_dimension.gif');
  109. width: 16;
  110. height: 16;
  111. }
  112. .clientPropertiesIcon {
  113. background-image: url('../../images/navigator/icon_admin.gif');
  114. width: 16;
  115. height: 16;
  116. }
  117. .securityIcon {
  118. background-image: url('../../images/navigator/icon_security.gif');
  119. width: 16;
  120. height: 16;
  121. }
  122. .expandIcon {
  123. background-image: url('../../images/navigator/action_expand.gif');
  124. width: 16;
  125. height: 16;
  126. }
  127. .collapseIcon {
  128. background-image: url('../../images/navigator/action_collapse.gif');
  129. width: 16;
  130. height: 16;
  131. }
  132. .refreshIcon {
  133. background-image: url('../../images/navigator/action_refresh.gif');
  134. width: 16;
  135. height: 16;
  136. }
  137. .openElementIcon {
  138. background-image: url('../../images/navigator/icon_open.gif');
  139. width: 16;
  140. height: 16;
  141. }
  142. .deleteElementIcon {
  143. background-image: url('../../images/navigator/icon_delete.gif');
  144. width: 16;
  145. height: 16;
  146. }