collaboration.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2009, 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. /*layout section*/
  25. .bux-cbn-dashboardnode-ap {
  26. width: 100%;
  27. }
  28. .bux-cbn-Pane {
  29. position: absolute;
  30. left: 0px;
  31. bottom: -400px;
  32. height: 400px;
  33. z-index: 997;
  34. overflow: hidden;
  35. }
  36. .bux-cbn-openClose-button {
  37. height: 6px;
  38. top: 1px;
  39. position: absolute;
  40. left: 50%;
  41. width: 51px;
  42. cursor: pointer;
  43. z-index: 1;
  44. }
  45. .bux-cbn-border {
  46. height: 10px;
  47. width: 100%;
  48. margin: 0;
  49. overflow: hidden;
  50. }
  51. .bux-cbn-activityTable td.bux-cbn-expandActivityButton {
  52. vertical-align: top;
  53. text-align: right;
  54. }
  55. .bux-cbn-activityTableCell {
  56. padding: 5px 2px;
  57. vertical-align: top;
  58. text-align: left;
  59. }
  60. .bux-cbn-activityTable h4 {
  61. margin: 0px;
  62. }
  63. .bux-cbn-activityIcon {
  64. vertical-align: top;
  65. width: 20px;
  66. }
  67. .bux-cbn-nodeContainer {
  68. clear: both;
  69. }
  70. .bux-cbn-activityDetails {
  71. display: none;
  72. }
  73. .bux-cbn-activityDetails td {
  74. border-top: none;
  75. }
  76. .bux-cbn-table .bux-cbn-actions {
  77. clear: none;
  78. margin: 7px 0;
  79. white-space: nowrap;
  80. font-size: 0.9em;
  81. }
  82. .bux-cbn-content {
  83. margin-left: auto;
  84. margin-right: auto;
  85. overflow: auto;
  86. padding: 16px 20px 16px 20px;
  87. font-size: 100%;
  88. }
  89. .bux-cbn-history {
  90. margin-bottom: 10px;
  91. font-size: 90%;
  92. }
  93. .bux-cbn-button {
  94. height: 16px;
  95. width: 16px;
  96. cursor: pointer;
  97. background-repeat: no-repeat;
  98. }
  99. .bux-cbn-title {
  100. padding-left: 5px;
  101. padding-top: 2px;
  102. float: left;
  103. width: 30%;
  104. }
  105. .bux-cbn-toolbar {
  106. text-align: right;
  107. padding-right: 5px;
  108. }
  109. /*skin section*/
  110. .bux-cbn-border {
  111. background-color: <skinValue path="/uiSkin/uiElements/body/background/color"/>;
  112. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='collab']"/>;
  113. background-position: left center;
  114. background-repeat: repeat-x;
  115. }
  116. .bux-cbn-closeButton {
  117. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='collabClose']"/>;
  118. background-position: center;
  119. }
  120. .bux-cbn-refreshButton {
  121. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='blueDotStrip']"/>;
  122. background-position: -224px;
  123. }
  124. .bux-cbn-activityTable {
  125. width: 100%;
  126. }
  127. .bux-cbn-activityTableCell {
  128. border-top: 1px solid <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
  129. }
  130. .bux-cbn-content a:link,
  131. .bux-cbn-content a:visited {
  132. color: <skinValue path="/uiSkin/uiElements/body/hyperlink/state[@type='default']/color"/>;
  133. text-decoration: none;
  134. }
  135. .bux-cbn-title {
  136. font-size: 130%;
  137. color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
  138. }
  139. </css>