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.

171 lines
2.4 KiB

  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 {
  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 img {
  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 {
  97. position: absolute;
  98. right: 16px;
  99. top: 50%;
  100. margin-top: -17px;
  101. }
  102. .ai-icon img {
  103. width: 48px;
  104. height: 48px;
  105. }
  106. .btn img.ai-icon {
  107. height: 1.4em;
  108. }
  109. .add-integration h2 {
  110. margin-top: 0;
  111. }
  112. .setup-guide h2, .integration-settings h2 {
  113. margin: 0 0 1em 0;
  114. }
  115. .ai-step {
  116. margin: 2em 0;
  117. }
  118. .ai-step .step-no {
  119. display: block;
  120. float: left;
  121. font-size: 24px;
  122. width: 48px;
  123. heigth: 48px;
  124. background: #7ec1ea;
  125. border-radius: 32px;
  126. text-align: center;
  127. line-height: 48px;
  128. margin-right: 32px;
  129. margin-bottom: 32px;
  130. color: #fff;
  131. font-weight: 300;
  132. }
  133. .ai-guide-screenshot {
  134. border: ;
  135. max-width: 100%;
  136. border: 6px solid #EEE;
  137. }