comment.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. /* requires tooltip.css */
  13. /*layout section*/
  14. .bux-comment-editBux {
  15. width: 250px;
  16. margin: 2px;
  17. resize: none;
  18. }
  19. .bux-comment-cell-indicator {
  20. height: 7px;
  21. width: 0px;
  22. float: right;
  23. margin-right: 0px;
  24. margin-top: -7px;
  25. }
  26. .bux-comment-cell-indicator-image {
  27. position: relative;
  28. left: -2px;
  29. }
  30. .bux-comment-widget-indicator {
  31. height: 9px;
  32. width: 9px;
  33. position: absolute;
  34. top: 0;
  35. right: 0;
  36. z-index: 9;
  37. margin: 1px;
  38. }
  39. .bux-comment-scrollable-content {
  40. max-height: 133px;
  41. overflow-y: auto;
  42. overflow-x: hidden;
  43. cursor: default;
  44. margin: 0 10px 10px;
  45. padding: 1px;
  46. }
  47. .bux-comment-editbox-container .dijitTextArea {
  48. min-height: 83px;
  49. width: 260px;
  50. }
  51. .bux-comment-editbox-container .dijitTextArea>div {
  52. min-height: 50px;
  53. max-height: 400px;
  54. }
  55. .bux-comment-editbox-container-label {
  56. display: none;
  57. }
  58. .bux-comment-cancel-button-container,
  59. .bux-comment-done-button-container {
  60. text-align: right;
  61. cursor: default;
  62. margin-top: 6px;
  63. }
  64. .bux-comment-cancel-button .dijitButtonNode button {
  65. height: 16px;
  66. width: 16px;
  67. }
  68. .bux-comment-cancel-button-text {
  69. display: none;
  70. }
  71. .bux-comment-cancel-button {
  72. display: block;
  73. }
  74. .bux-comment-action-strip {
  75. padding-left: 10px;
  76. }
  77. .bux-comment-action-strip button {
  78. background: 0;
  79. border: 0;
  80. color: #00649d;
  81. cursor: pointer;
  82. font-size: 0.83em;
  83. margin: 0;
  84. padding: 0;
  85. text-decoration: underline;
  86. vertical-align: top;
  87. }
  88. .dj_gecko .bux-comment-action-strip button,
  89. .dj_safari .bux-comment-action-strip button {
  90. margin-top: -2px;
  91. }
  92. .bux-comment-load-div {
  93. display: none;
  94. position: absolute;
  95. text-align: center;
  96. }
  97. .bux-comment-load-table {
  98. height: 100%;
  99. width: 100%;
  100. }
  101. .bux-comment-load-cell {
  102. text-align: center;
  103. vertical-align: middle;
  104. cursor: default;
  105. }
  106. .bux-comment-load-container {
  107. text-align: center;
  108. }
  109. .bux-comment-load {
  110. height: 34px;
  111. background-position: left;
  112. background-repeat: no-repeat;
  113. padding-left: 34px;
  114. padding-top: 17px;
  115. vertical-align: middle;
  116. background-image: none;
  117. background-image: url(images/action_busy_32x32.gif);
  118. }
  119. .editDisabled .dijitButton,
  120. .editDisabled .bux-comment-editBux {
  121. visibility: hidden;
  122. }
  123. .editDisabled .bux-comment-editcontrols-container {
  124. border: none;
  125. }
  126. /*Skin section*/
  127. .bux-comment-table {
  128. background-color: #ffffff;
  129. }
  130. .bux-comment-item-owner {
  131. font-weight: bold;
  132. font-size: 0.83em;
  133. color: #00649d;
  134. padding: 2px;
  135. vertical-align: top;
  136. }
  137. .bux-comment-item-date {
  138. font-weight: normal;
  139. font-size: 0.67em;
  140. color: #444444;
  141. padding: 2px;
  142. }
  143. .bux-comment-item-text {
  144. font-weight: normal;
  145. font-size: 0.83em;
  146. color: #444444;
  147. padding: 2px;
  148. width: 250px;
  149. }
  150. .bux-comment-editcontrols-container {
  151. border-bottom: 1px solid #e7e7e7;
  152. margin: 0 10px 10px;
  153. padding: 10px 0;
  154. }
  155. /*
  156. * Override the default claro styling for buttons.
  157. */
  158. .icdUI .dijitButton.bux-comment-cancel-button .dijitButtonNode,
  159. .icdUI .bux-comment-cancel-button-container .dijitButtonHover .dijitButtonNode {
  160. background: none no-repeat;
  161. background-image: url(images/dialog/popupClose.png);
  162. border: none !important;
  163. height: 22px;
  164. width: 22px;
  165. padding: 1px !important;
  166. box-shadow: none;
  167. -moz-box-shadow: none !important;
  168. }
  169. /*
  170. * Make the highlight border in FF full-height
  171. * when the user clicks on the cancel button.
  172. */
  173. .bux-comment-cancel-button .dijitButtonContents {
  174. height: 100%;
  175. }
  176. /* RTL layout section*/
  177. .dj_rtl .bux-comment-cancel-button-container,
  178. .dj_rtl .bux-comment-done-button-container {
  179. text-align: left;
  180. }
  181. .dj_rtl .bux-comment-cell-indicator {
  182. float: left;
  183. }
  184. .dj_rtl .bux-comment-widget-indicator {
  185. left: 0;
  186. float: left;
  187. position: relative;
  188. right: 20px;
  189. }
  190. /* -- A11Y -- */
  191. .dijit_a11y .bux-comment-editcontrols-container {
  192. border: 1px solid black;
  193. }
  194. .dijit_a11y .bux-comment-cancel-button {
  195. font-size: inherit;
  196. }
  197. .dijit_a11y .bux-comment-cancel-button-text {
  198. display: inline;
  199. }