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.

164 lines
2.2 KiB

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