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.

188 lines
2.7 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. .channels-help-hidden {
  45. display: none;
  46. }
  47. .edit-checks {
  48. display: inline-block;
  49. width: 120px;
  50. padding: 6px;
  51. text-align: center;
  52. line-height: 28px;
  53. border: 1px solid #FFF;
  54. color: #333;
  55. }
  56. .edit-checks:hover {
  57. text-decoration: none;
  58. color: #000;
  59. }
  60. .channel-row:hover .edit-checks {
  61. border: 1px dotted #AAA;
  62. }
  63. .channel-remove {
  64. visibility: hidden;
  65. }
  66. .channel-row:hover .channel-remove {
  67. visibility: visible;
  68. }
  69. .ai-title {
  70. margin-top: 2em;
  71. }
  72. .add-integration {
  73. list-style: none;
  74. padding: 0;
  75. }
  76. .add-integration li {
  77. position: relative;
  78. padding: 8px 0;
  79. border-radius: 4px;
  80. }
  81. .add-integration li:hover {
  82. background: #eee;
  83. }
  84. .add-integration .icon {
  85. position: absolute;
  86. left: 16px;
  87. top: 50%;
  88. margin-top: -20px;
  89. width: 40px;
  90. height: 40px;
  91. }
  92. .add-integration h2 {
  93. font-size: 18px;
  94. margin-left: 72px;
  95. }
  96. .add-integration p {
  97. margin-left: 72px;
  98. }
  99. .add-integration a.btn {
  100. position: absolute;
  101. right: 16px;
  102. top: 50%;
  103. margin-top: -17px;
  104. width: 139px;
  105. height: 40px;
  106. padding: 0;
  107. line-height: 40px;
  108. }
  109. .btn img.ai-icon {
  110. height: 1.4em;
  111. margin-right: 2px;
  112. }
  113. .add-integration h2 {
  114. margin-top: 0;
  115. }
  116. .setup-guide h2, .integration-settings h2 {
  117. margin: 0 0 1em 0;
  118. }
  119. .ai-step {
  120. margin: 2em 0;
  121. }
  122. .ai-step .step-no {
  123. display: block;
  124. float: left;
  125. font-size: 24px;
  126. width: 48px;
  127. heigth: 48px;
  128. background: #7ec1ea;
  129. border-radius: 32px;
  130. text-align: center;
  131. line-height: 48px;
  132. margin-right: 32px;
  133. margin-bottom: 32px;
  134. color: #fff;
  135. font-weight: 300;
  136. }
  137. .ai-guide-screenshot {
  138. max-width: 100%;
  139. border: 6px solid #EEE;
  140. }
  141. .variable-column {
  142. width: 160px;
  143. }
  144. .add-integration li.link-to-github {
  145. padding: 16px 0;
  146. }
  147. .link-to-github p {
  148. margin-bottom: 0;
  149. }
  150. .page-channels .icon-delete {
  151. font-size: 16px;
  152. }