tree.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: BUX
  5. *| (C) Copyright IBM Corp. 2009, 2022
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. /* This is a generated file, do not edit */
  12. /*layout section*/
  13. .buxList_ListView .buxListNode {
  14. padding-top: 1px;
  15. padding-bottom: 1px;
  16. display: block;
  17. }
  18. .buxList_DetailView .dijitTreeRow {
  19. padding-bottom: 10px;
  20. }
  21. .buxListThumbLabel {
  22. display: block;
  23. text-align: center;
  24. overflow: hidden;
  25. width: 100px;
  26. }
  27. .buxListContainer {
  28. height: 100%;
  29. overflow: visible;
  30. }
  31. .buxListContainer .buxListPage .buxListHeaderRow,
  32. .buxListContainer .buxListPage .buxListHeader DIV {
  33. min-height: 23px;
  34. height: 1.44em;
  35. }
  36. .buxListPage {
  37. height: 100%;
  38. width: 100%;
  39. padding: 1px;
  40. table-layout: fixed;
  41. }
  42. .buxListPageContainer {
  43. vertical-align: top;
  44. height: 100%;
  45. overflow-x: hidden;
  46. overflow-y: auto;
  47. -webkit-touch-callout: none;
  48. -webkit-user-select: none;
  49. -khtml-user-select: none;
  50. -moz-user-select: none;
  51. -ms-user-select: none;
  52. user-select: none;
  53. }
  54. .buxListPagePaginationControls {
  55. height: 35px;
  56. padding-left: 10px;
  57. }
  58. .buxListPagePaginationControlsFocusNode {
  59. width: 98%;
  60. }
  61. .buxListThumbContainer {
  62. width: 102px;
  63. height: 103px;
  64. padding-left: 4px;
  65. padding-top: 4px;
  66. background-position: center center;
  67. background-repeat: no-repeat;
  68. }
  69. .buxListLoadNode {
  70. width: 100%;
  71. height: 100%;
  72. background-position: center center;
  73. background-repeat: no-repeat;
  74. }
  75. .buxListContainerBackdrop {
  76. position: absolute;
  77. top: 0px;
  78. left: 0px;
  79. width: 100%;
  80. height: 100%;
  81. overflow: hidden;
  82. }
  83. .dj_ie .bux-fileDialog-stackcontainer-inner .buxListContainerBackdrop {
  84. height: 225px;
  85. }
  86. .buxListNodeImageCell {
  87. width: 16px;
  88. }
  89. .buxListNodeExpandCell {
  90. width: 16px;
  91. vertical-align: top;
  92. }
  93. .buxListRelevanceTextCell {
  94. text-align: right;
  95. vertical-align: middle;
  96. width: 40px;
  97. height: 0px;
  98. }
  99. .buxListRelevanceGraphCell {
  100. vertical-align: middle;
  101. width: 30px;
  102. height: 0px;
  103. }
  104. .buxListRelevanceCell-Graph {
  105. vertical-align: middle;
  106. }
  107. .buxListRelevanceCell-Graph-Table {
  108. height: 4px;
  109. width: 30px;
  110. }
  111. .buxListDateStamp {
  112. white-space: nowrap;
  113. }
  114. .dj_ie .buxListDateStamp {
  115. padding-right: 18px;
  116. }
  117. .buxListHeader .buxListHeaderCell {
  118. padding: 0 10px;
  119. line-height: 23px;
  120. cursor: pointer;
  121. width: 100%;
  122. }
  123. .bux-fileDialog .buxListHeader .buxListHeaderCell { /*we do not support sort in the file dialogs so the cursor should be default*/
  124. cursor: default;
  125. }
  126. .buxListHeaderCellIcon {
  127. display: inline-block;
  128. width: 16px;
  129. height: 16px;
  130. vertical-align: text-bottom;
  131. }
  132. .dj_ff .buxListHeader .buxListHeaderCell {
  133. width: 0px;
  134. }
  135. .buxListHeader {
  136. background-repeat: repeat;
  137. min-height: 23px;
  138. height: 1.44em;
  139. padding-right: 1px;
  140. }
  141. .buxListHeader .buxListContentTable,
  142. .buxListHeader .buxSearchContentTable {
  143. margin: 0;
  144. padding: 0;
  145. }
  146. .toolboxPane .buxListHeader,
  147. .toolboxPane .buxListDateStamp {
  148. display: none;
  149. }
  150. .buxListNodeCell {
  151. vertical-align: top;
  152. }
  153. .buxList_TileView img.bux-thumbnail-loading {
  154. vertical-align: top;
  155. }
  156. .buxThumbnailCentered {
  157. vertical-align: middle;
  158. text-align: center;
  159. }
  160. .buxThumbnailError {
  161. background-image: none;
  162. background-image: url(images/icons/icon_unknown_64.gif);
  163. }
  164. .buxListNodeCell .dijitTreeLabel {
  165. white-space: nowrap;
  166. display: inline-block;
  167. overflow: hidden;
  168. }
  169. .buxDetailView-label .dijitTreeLabel {
  170. width: 100%;
  171. }
  172. .buxListNodeExpandCell-Closed,
  173. .buxListNodeExpandCell-Open,
  174. .buxListNodeExpandCell-Loading {
  175. display: inline-block;
  176. width: 16px;
  177. height: 16px;
  178. background-position: center center;
  179. background-repeat: no-repeat;
  180. }
  181. .buxListNodeExpandCell-None {
  182. display: inline-block;
  183. width: 16px;
  184. height: 16px;
  185. }
  186. .buxListContentTable {
  187. width: 100%;
  188. }
  189. .buxSearchContentTable {
  190. width: 100%;
  191. table-layout: fixed;
  192. }
  193. .buxListNode .dijitTreeContent {
  194. display: inline-block;
  195. width: 100%;
  196. }
  197. .bux-fileDialog-stackcontainer-inner .buxListPageContainer {
  198. overflow-x: hidden;
  199. overflow-y: auto;
  200. }
  201. .bux-pagination-first,
  202. .bux-pagination-previous,
  203. .bux-pagination-next,
  204. .bux-pagination-last {
  205. height: 20px;
  206. width: 20px;
  207. }
  208. .buxListPagePaginationControls .dijitButtonNode,
  209. .buxListPagePaginationControls .dijitButtonNode .dijitButtonDisabled {
  210. padding: 0px;
  211. margin: 0px;
  212. border: 0px;
  213. background: transparent;
  214. }
  215. .buxListPagePaginationControls .dijitButton {
  216. margin-left: 1px;
  217. margin-right: 1px;
  218. vertical-align: top;
  219. }
  220. .bux-pagination-label {
  221. padding-left: 5px;
  222. padding-right: 5px;
  223. text-align: center;
  224. }
  225. .buxListNoResults {
  226. vertical-align: middle;
  227. text-align: center;
  228. font-style: italic;
  229. font-size: 12px;
  230. width: 100%;
  231. height: 100%;
  232. }
  233. .buxThumbnailNode .dijitTreeContent {
  234. width: 102px;
  235. }
  236. #buxMainBC .dijitTree {
  237. overflow: visible !important;
  238. }
  239. /*Skin section*/
  240. .buxListDescription {
  241. font-size: 11px;
  242. font-weight: normal;
  243. color: #000000;
  244. white-space: normal;
  245. margin: 0 4px;
  246. padding-top: 2px;
  247. }
  248. .buxDetailView-label {
  249. font-size: 12px;
  250. font-weight: bold;
  251. color: #000000;
  252. white-space: normal;
  253. }
  254. .buxListThumbContainer {
  255. background-image: url(images/contentpane/pane_thumb.png);
  256. }
  257. .buxList_TileView .buxListNode .dijitTreeContent {
  258. width: 102px;
  259. }
  260. .buxListLoadNode {
  261. background-color: transparent;
  262. }
  263. .buxListRelevanceCell-Text {
  264. font-size: 12px;
  265. width: 100%;
  266. height: 100%;
  267. color: #777777;
  268. padding-left: 7px;
  269. padding-right: 4px;
  270. }
  271. .buxListRelevanceCell-Graph-full {
  272. border: 1px solid #cccccc;
  273. background-color: #b6cfd9;
  274. }
  275. .buxListRelevanceCell-Graph-empty {
  276. border-top: 1px solid #cccccc;
  277. border-bottom: 1px solid #cccccc;
  278. background-color: #cccccc;
  279. }
  280. .buxListHeader .buxListSubsequentHeaderCell {
  281. border-left: 1px solid #cccccc;
  282. white-space: nowrap;
  283. }
  284. .buxListHeader {
  285. background-image: none;
  286. background-image: url(images/contentpane/pane_list_columns.png);
  287. }
  288. .buxListNodeExpandCell-Closed {
  289. background-image: none;
  290. background-image: url(images/tree/tree_closed.png);
  291. }
  292. .buxListNodeExpandCell-Open {
  293. background-image: none;
  294. background-image: url(images/tree/tree_open.png);
  295. }
  296. .buxListNodeExpandCell-Loading {
  297. background-image: none;
  298. background-image: url(images/action_busy.gif);
  299. }
  300. .buxListSeparator {
  301. width: 100%;
  302. height: 15px;
  303. background: none center repeat-x;
  304. background-image: url(images/contentpane/divider.png);
  305. }
  306. .buxListLabel {
  307. vertical-align: middle;
  308. font-size: 12px;
  309. font-weight: bold;
  310. color: #000000;
  311. padding: 5px;
  312. height: 20px;
  313. }
  314. .claro .dijitTreeExpandoLoading {
  315. background-image: none;
  316. background-image: url(images/action_busy.gif);
  317. width: 16px;
  318. height: 16px;
  319. background-position: center center;
  320. background-repeat: no-repeat;
  321. }
  322. .claro .dijitTreeExpando {
  323. border-color: transparent;
  324. }
  325. .claro .dijitTreeExpando,
  326. .claro .dijitTreeExpandoClosed,
  327. .claro .dijitTreeExpandoClosed:hover,
  328. .claro .dijitTreeExpandoOpened,
  329. .claro .dijitTreeExpandoOpened:hover {
  330. background-position: left !important;
  331. }
  332. .claro .dijitTreeExpandoClosed {
  333. background-image: none;
  334. background-image: url(images/tree/tree_closed.png);
  335. }
  336. .claro .dijitTreeExpandoOpened {
  337. background-image: none;
  338. background-image: url(images/tree/tree_open.png);
  339. }
  340. .bux-pagination-first {
  341. background: none no-repeat;
  342. background-image: url(images/contentpane/action_page_first.png);
  343. }
  344. .bux-pagination-previous {
  345. background: none no-repeat;
  346. background-image: url(images/contentpane/action_page_back.png);
  347. }
  348. .bux-pagination-next {
  349. background: none no-repeat;
  350. background-image: url(images/contentpane/action_page_next.png);
  351. }
  352. .bux-pagination-last {
  353. background: none no-repeat;
  354. background-image: url(images/contentpane/action_page_last.png);
  355. }
  356. .dijitDisabled .bux-pagination-first {
  357. background: none no-repeat;
  358. background-image: url(images/contentpane/action_page_first_dis.png);
  359. }
  360. .dijitDisabled .bux-pagination-previous {
  361. background: none no-repeat;
  362. background-image: url(images/contentpane/action_page_back_dis.png);
  363. }
  364. .dijitDisabled .bux-pagination-next {
  365. background: none no-repeat;
  366. background-image: url(images/contentpane/action_page_next_dis.png);
  367. }
  368. .dijitDisabled .bux-pagination-last {
  369. background: none no-repeat;
  370. background-image: url(images/contentpane/action_page_last_dis.png);
  371. }
  372. .claro .dijitTreeRowSelected {
  373. padding: 3px 1px 1px 0px;
  374. }
  375. .claro .dijitTreeRowHover {
  376. border: none;
  377. margin-left: 1px;
  378. padding: 4px 2px 2px 0px;
  379. }
  380. .claro .buxListPagePaginationControls .dijitButtonNode {
  381. background: none;
  382. background-color: transparent;
  383. border: none;
  384. -moz-box-shadow: none;
  385. }
  386. /* -- A11Y -- */
  387. .dijit_a11y .dijitTreeExpando {
  388. display: none !important;
  389. }
  390. .dijit_a11y .buxListHeader .buxListHeaderCell .bux-sort-ascending-icon,
  391. .dijit_a11y .buxListHeader .buxListHeaderCell .bux-sort-ascending-icon span,
  392. .dijit_a11y .buxListHeader .buxListHeaderCell .bux-sort-descending-icon,
  393. .dijit_a11y .buxListHeader .buxListHeaderCell .bux-sort-descending-icon span {
  394. padding-right: 0px;
  395. }
  396. .dijit_a11y .buxListHeader {
  397. border-bottom: 1px solid;
  398. }
  399. .dijit_a11y .buxListThumbContainer {
  400. border: 1px solid;
  401. }
  402. .dj_ie .dijit_a11y .dijitTreeContent {
  403. zoom: 1;
  404. }
  405. .dj_ie .dijit_a11y .dijitExpandoText {
  406. zoom: 1;
  407. margin-right: 5px;
  408. }
  409. .buxListNodeExpandCell-HighContrast {
  410. display: none;
  411. }
  412. .dijit_a11y .buxListNodeExpandCell-HighContrast {
  413. display: inline-block;
  414. }