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.

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