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.

232 lines
3.3 KiB

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