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.

187 lines
2.6 KiB

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