You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

255 lines
3.6 KiB

6 years ago
7 years ago
8 years ago
8 years ago
  1. .channels-table {
  2. margin-top: 36px;
  3. }
  4. .channel-row.kind-hipchat {
  5. filter: grayscale(100%);
  6. opacity: 0.5;
  7. }
  8. .channels-table .channel-row > td {
  9. padding-top: 10px;
  10. padding-bottom: 10px;
  11. vertical-align: middle;
  12. border-top: 1px solid #f1f1f1;
  13. }
  14. .channels-table .icon-cell {
  15. width: 40px;
  16. }
  17. .channels-table .icon-cell img {
  18. margin-left: 16px;
  19. height: 40px;
  20. }
  21. .channels-table .th-name,
  22. .channels-table .th-checks {
  23. padding-left: 15px;
  24. }
  25. .channels-table .unnamed {
  26. font-style: italic;
  27. color: #999;
  28. }
  29. .channels-table .value-cell {
  30. max-width: 400px;
  31. overflow: hidden;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. }
  35. .channels-table .channel-row:hover > td {
  36. background: #f5f5f5;
  37. }
  38. table.channels-table > tbody > tr > th {
  39. border-top: 0;
  40. }
  41. .word-up {
  42. color: #5cb85c;
  43. font-weight: bold
  44. }
  45. .word-down {
  46. color: #d9534f;
  47. font-weight: bold
  48. }
  49. .preposition, .description {
  50. color: #888;
  51. }
  52. .channel-unconfirmed {
  53. font-size: small;
  54. }
  55. .channel-disabled {
  56. font-size: small;
  57. }
  58. .edit-name, .edit-checks {
  59. padding: 12px 6px;
  60. border: 1px solid #FFF;
  61. cursor: pointer;
  62. }
  63. .edit-name .channel-details-mini {
  64. font-size: 11.7px;
  65. color: #888;
  66. max-width: 500px;
  67. white-space: nowrap;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. }
  71. .channel-details-mini span {
  72. color: #111;
  73. }
  74. .channel-row:hover .edit-name,
  75. .channel-row:hover .edit-checks {
  76. border: 1px dotted #AAA;
  77. }
  78. .edit-checks {
  79. color: #333;
  80. }
  81. .edit-checks:hover {
  82. text-decoration: none;
  83. color: #000;
  84. }
  85. .channel-remove {
  86. visibility: hidden;
  87. }
  88. .channel-row:hover .channel-remove {
  89. visibility: visible;
  90. }
  91. .webhook-details td {
  92. max-width: 300px;
  93. }
  94. .ai-title {
  95. margin-top: 2em;
  96. }
  97. .add-integration {
  98. list-style: none;
  99. padding: 0;
  100. }
  101. .add-integration li {
  102. position: relative;
  103. padding: 8px 0;
  104. border-radius: 4px;
  105. }
  106. .add-integration li:hover {
  107. background: #eee;
  108. }
  109. .add-integration .icon {
  110. position: absolute;
  111. left: 16px;
  112. top: 50%;
  113. margin-top: -20px;
  114. width: 40px;
  115. height: 40px;
  116. }
  117. .add-integration h2 {
  118. font-size: 18px;
  119. margin-left: 72px;
  120. }
  121. .add-integration p {
  122. margin-left: 72px;
  123. }
  124. .add-integration a.btn {
  125. position: absolute;
  126. right: 16px;
  127. top: 50%;
  128. margin-top: -17px;
  129. width: 139px;
  130. height: 40px;
  131. padding: 0;
  132. line-height: 40px;
  133. }
  134. .btn img.ai-icon {
  135. height: 1.4em;
  136. margin-right: 2px;
  137. }
  138. .add-integration h2 {
  139. margin-top: 0;
  140. }
  141. .setup-guide h2, .integration-settings h2 {
  142. margin: 0 0 1em 0;
  143. }
  144. .ai-step {
  145. margin: 2em 0;
  146. }
  147. .ai-step .step-no {
  148. display: block;
  149. float: left;
  150. font-size: 24px;
  151. width: 48px;
  152. heigth: 48px;
  153. background: #7ec1ea;
  154. border-radius: 32px;
  155. text-align: center;
  156. line-height: 48px;
  157. margin-right: 32px;
  158. margin-bottom: 32px;
  159. color: #fff;
  160. font-weight: 300;
  161. }
  162. .ai-guide-screenshot {
  163. max-width: 100%;
  164. border: 6px solid #EEE;
  165. }
  166. .variable-column {
  167. width: 160px;
  168. }
  169. .add-integration li.link-to-github {
  170. padding: 16px 0;
  171. }
  172. .link-to-github p {
  173. margin-bottom: 0;
  174. }
  175. .page-channels .icon-delete {
  176. font-size: 16px;
  177. }
  178. .channel-details table {
  179. width: 100%;
  180. }
  181. .channel-details td, .channel-details th {
  182. padding: 15px;
  183. border-bottom: 1px solid #eee;
  184. }
  185. .channel-details tr:last-child td, .channel-details tr:last-child th {
  186. border-bottom: 0;
  187. }
  188. .channel-details .missing {
  189. color: #999;
  190. font-style: italic;
  191. }
  192. .channel-modal .modal-body {
  193. padding: 15px 40px;
  194. }
  195. /* Add Webhook */
  196. .webhook-header input.form-control {
  197. width: 300px;
  198. }
  199. .webhook-header {
  200. margin-bottom: 4px;
  201. }