infobar.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: Viewer
  6. |
  7. | (C) Copyright IBM Corp. 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. .infoBar, .infoBarFlyout {
  25. font-family: Tahoma;
  26. font-size: 8pt;
  27. }
  28. .infoBar {
  29. position: absolute;
  30. z-index: 10;
  31. }
  32. .infoBar.infoBarExpanded {
  33. min-width: 120px;
  34. }
  35. .infoBarFlyout {
  36. z-index: 1000;
  37. margin: 0px;
  38. padding: 0;
  39. position: relative;
  40. top: -4px;
  41. border: 1px solid <skinValue path="/uiSkin/uiElements/infobar/border/color"/>;
  42. background-color: <skinValue path="/uiSkin/uiElements/infobar/background/color"/>;
  43. }
  44. .infoBar table, .infoBarFlyout table {
  45. border-collapse: collapse;
  46. border-spacing: 0;
  47. }
  48. .infoBar td, .infoBarFlyout td, .infoBarFlyout tr {
  49. padding: 0;
  50. margin: 0;
  51. }
  52. .infoBarFlyout .bibi {
  53. color: #666666;
  54. }
  55. .dijit_a11y .infoBarExpanded {
  56. border: 1px solid;
  57. background-color: #FFF;
  58. }
  59. .buxWidgetNone .infoBarHeader, .buxWidgetHighlight .infoBarHeader {
  60. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  61. filter: alpha(opacity=45);
  62. opacity: 0.45;
  63. }
  64. .dijit_a11y .buxWidgetNone .infoBarHeader,
  65. .dijit_a11y .buxWidgetHighlight .infoBarHeader {
  66. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  67. filter: alpha(opacity=100);
  68. opacity: 1;
  69. }
  70. .infoBarExpanded .infoBarHeader {
  71. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  72. filter: alpha(opacity=100);
  73. opacity: 1;
  74. }
  75. .infoBarExpanded .infoBarHeaderDiv {
  76. width: auto;
  77. padding-bottom: 4px;
  78. }
  79. .infoBarHeaderDiv {
  80. min-height: 17px;
  81. width: 19px;
  82. background-color: <skinValue path="/uiSkin/uiElements/infobar/header/background/color"/>;
  83. border: 1px solid <skinValue path="/uiSkin/uiElements/infobar/border/color"/>;
  84. }
  85. .infoBarHeader {
  86. color: <skinValue path="/uiSkin/uiElements/infobar/header/color"/>;
  87. cursor: pointer;
  88. font-weight: bold;
  89. font-size: 9pt;
  90. }
  91. .infoBarHeaderNav {
  92. vertical-align: top;
  93. text-align: center;
  94. padding-top: 2px;
  95. width: 15px;
  96. }
  97. button.infoBarHeaderButton {
  98. height: 15px;
  99. width: 18px;
  100. float: left;
  101. }
  102. .infoBarHeaderText, .dj_ie .buxReport SPAN.infoBarHeaderText {
  103. font-weight: bold;
  104. display: none;
  105. }
  106. button.infoBarHeaderCloseButton {
  107. text-align: right;
  108. display: none;
  109. float: right;
  110. }
  111. .infoBarExpanded .infoBarHeaderText,
  112. .dj_ie .buxReport .infoBarExpanded SPAN.infoBarHeaderText,
  113. .infoBarExpanded .infoBarHeaderCloseButton {
  114. display: inline;
  115. }
  116. .dijit_a11y .infoBarHeaderButtonText,
  117. .dijit_a11y .infoBarCloseButtonText,
  118. .dijit_a11y .infoBarDeleteButtonText {
  119. display: inline !important;
  120. }
  121. .dijit_a11y .infoBarHeaderButtonText {
  122. font-weight: bold;
  123. }
  124. .dijit_a11y .infoBarHeaderNav {
  125. background-color: #FFF;
  126. border: 1px solid;
  127. }
  128. .dijit_a11y .infoBarExpanded .infoBarHeaderNav {
  129. border: none;
  130. }
  131. .infoBar button,
  132. .infoBarFlyout button {
  133. border: 0 none;
  134. padding: 0;
  135. margin: 0;
  136. background-color: transparent;
  137. cursor: pointer;
  138. }
  139. .infoBarFlyoutContent {
  140. padding: 3px;
  141. }
  142. .infoBarDeleteButton {
  143. height: 12px;
  144. width: 12px;
  145. }
  146. .dijit_a11y .infoBarDeleteButton {
  147. height: auto;
  148. width: auto;
  149. }
  150. .infoBarIconFilterApplied {
  151. background: transparent <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarFilterApplied']"/> no-repeat center center;
  152. height: 15px;
  153. width: 12px;
  154. }
  155. .infoBarIconSortApplied {
  156. background: transparent <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarSortApplied']"/> no-repeat center center;
  157. height: 15px;
  158. width: 12px;
  159. }
  160. .infoBarIconFilterSortApplied {
  161. background: transparent <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarFilterSortApplied']"/> no-repeat center center;
  162. height: 15px;
  163. width: 12px;
  164. }
  165. .dijit_a11y .infoBarIconFilterApplied,
  166. .dijit_a11y .infoBarIconSortApplied,
  167. .dijit_a11y .infoBarIconFilterSortApplied {
  168. display: none !important;
  169. }
  170. .infoBarIconClose {
  171. background: transparent <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarClose']"/> no-repeat center center;
  172. height: 15px;
  173. width: 12px;
  174. }
  175. .infoBarIconDelete {
  176. background: transparent <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarDelete']"/> no-repeat center center;
  177. height: 12px;
  178. width: 12px;
  179. }
  180. .dijit_a11y .infoBarIconDelete {
  181. display: none !important;
  182. }
  183. .dj_ff3 .infoBarIconDelete {
  184. margin-left: -2px;
  185. }
  186. .infoBarDetailRow table {
  187. width: 100%;
  188. }
  189. .infoBarDetailRow .infoBarRightIcon button {
  190. visibility: hidden;
  191. }
  192. .infoBarDetailRowHover .infoBarRightIcon button {
  193. visibility: visible;
  194. }
  195. td.infoBarLeftIcon {
  196. vertical-align: top;
  197. padding: 2px;
  198. }
  199. td.infoBarRightIcon {
  200. padding: 2px 3px 0 5px;
  201. text-align: right;
  202. vertical-align: top;
  203. }
  204. .infoBarDetailsText {
  205. height: 17px;
  206. }
  207. .infoBarDetailRow,
  208. .infoBarDetailsText,
  209. .infoBarLockedItems,
  210. .infoBarEditableItems {
  211. width: 100%;
  212. }
  213. td.infoBarLeft,
  214. td.infoBarRight {
  215. padding-left: 7px;
  216. }
  217. .infoBarEditableItems tr:first-child .infoBarDetailRow table,
  218. .infoBarLockedItems tr:first-child .infoBarDetailRow table {
  219. margin-top: 3px !important;
  220. }
  221. .infoBarEditableItems .infoBarDetailRowHover table {
  222. background: #F6DFB7 <skinValue path="/uiSkin/applicationElements/application[@name='rv']/body/images/image[@name='inforbarDetailHover']"/> repeat-x 0 0 !important;
  223. }
  224. /*
  225. * Annotation Infobar
  226. */
  227. .bux-comment-table .infoBar {
  228. position: static;
  229. margin: 0;
  230. width: 260px;
  231. font-family: Tahoma;
  232. font-size: 0.9em;
  233. color: #666666;
  234. background-color: <skinValue path="/uiSkin/uiElements/infobar/header/background/color"/>;
  235. border: 1px solid <skinValue path="/uiSkin/uiElements/infobar/border/color"/>;
  236. border-collapse: collapse;
  237. border-spacing: 0;
  238. }
  239. .bux-comment-table .infoBarExpanded {
  240. margin-bottom: 0px;
  241. background-color: #F5F5F5;
  242. border: 1px solid <skinValue path="/uiSkin/uiElements/infobar/border/color"/>;
  243. }
  244. .bux-comment-table .infoBarCollapsed {
  245. margin-bottom: 0px;
  246. border: 1px solid <skinValue path="/uiSkin/uiElements/infobar/border/color"/>;
  247. }
  248. .bux-comment-table .annoInfoBarHeader {
  249. background-color: <skinValue path="/uiSkin/uiElements/infobar/header/background/color"/>;
  250. }
  251. .bux-comment-table .annoInfoBarHeaderText {
  252. padding: 3px 0px 3px 2px;
  253. text-align: left;
  254. width: 220px;
  255. }
  256. .bux-comment-table .annoInfoBarHeaderControl {
  257. color: #acc9e7;
  258. text-align: right;
  259. padding-right: 5px;
  260. text-decoration: underline;
  261. cursor: pointer;
  262. width: 40px;
  263. }
  264. .bux-comment-table .annoInfoBarHeaderControl button {
  265. border: 0 none;
  266. padding: 0;
  267. background-color: transparent;
  268. cursor: pointer;
  269. }
  270. .bux-comment-table .annoInfoBarHeaderControl button:hover {
  271. color: #74a1d1;
  272. }
  273. .bux-comment-table .annoInfoBarDetails {
  274. margin: 5px 0;
  275. }
  276. .bux-comment-table td.infoBarLeft,
  277. .bux-comment-table td.infoBarRight {
  278. padding: 0;
  279. }
  280. .bux-comment-table td.infoBarLeftIcon {
  281. width: 16px;
  282. padding: 1px 0 0 2px;
  283. vertical-align: top;
  284. }
  285. .bux-comment-table .infoBarDetailsText {
  286. width: 100%;
  287. padding: 0 0 0 7px;
  288. }
  289. </css>