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.

237 lines
3.9 KiB

9 years ago
8 years ago
8 years ago
  1. #my-checks-tags div {
  2. margin-bottom: 4px;
  3. }
  4. #my-checks-tags .up {
  5. color: var(--tag-up-color);
  6. background-color: var(--tag-up-bg);
  7. border-color: var(--tag-up-border);
  8. }
  9. #my-checks-tags .grace {
  10. color: #fff;
  11. background-color: #f0ad4e;
  12. border-color: #eea236;
  13. }
  14. #my-checks-tags .down {
  15. color: #fff;
  16. background-color: #d9534f;
  17. border-color: #d43f3a;
  18. }
  19. #my-checks-tags .checked {
  20. box-shadow: 0 0 3px var(--tag-checked-shadow);
  21. background: var(--tag-checked-bg);
  22. color: var(--tag-checked-color);
  23. border-color: var(--tag-checked-border);
  24. }
  25. #search {
  26. padding-left: 15px;
  27. border-radius: 16px;
  28. }
  29. @media (min-width: 992px) {
  30. #update-timeout-modal .modal-dialog, #ping-details-modal .modal-dialog {
  31. width: 850px;
  32. }
  33. #update-name-modal .modal-dialog {
  34. width: 650px;
  35. }
  36. }
  37. #update-timeout-form .modal-body {
  38. padding-top: 35px;
  39. }
  40. .interval-controls {
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. font-size: 18px;
  45. }
  46. .interval-controls label {
  47. font-weight: normal;
  48. padding-right: 16px;
  49. width: 120px;
  50. text-align: right;
  51. }
  52. .interval-controls input {
  53. width: 100px;
  54. text-align: center;
  55. -moz-appearance: textfield;
  56. }
  57. .interval-controls input::-webkit-outer-spin-button,
  58. .interval-controls input::-webkit-inner-spin-button {
  59. -webkit-appearance: none;
  60. }
  61. .interval-controls select.form-control {
  62. width: auto;
  63. padding-left: 8px;
  64. margin-left: 8px;
  65. /* Fix dropdown background in Chrome & dark mode */
  66. background: var(--panel-bg);
  67. }
  68. .kind-simple, .kind-cron {
  69. width: 70px;
  70. }
  71. #update-cron-form .modal-body {
  72. padding: 40px;
  73. }
  74. #update-cron-form label {
  75. font-weight: normal;
  76. }
  77. #schedule-hint {
  78. margin-left: 8px;
  79. font-size: small;
  80. }
  81. #tz {
  82. width: 300px;
  83. }
  84. #cron-description {
  85. text-align: center;
  86. font-weight: bold;
  87. font-style: italic;
  88. font-size: 18px;
  89. color: var(--text-color);
  90. padding: 16px 8px 0px 8px;
  91. }
  92. #cron-preview {
  93. background: var(--pre-bg);
  94. min-height: 298px;
  95. }
  96. #cron-preview p {
  97. padding: 8px;
  98. font-size: small;
  99. }
  100. #cron-preview th {
  101. border-top: 0;
  102. font-weight: normal;
  103. font-size: small;
  104. }
  105. #cron-preview-table {
  106. margin: 0;
  107. }
  108. #cron-preview-table tr td:nth-child(1) {
  109. width: 120px;
  110. }
  111. #cron-preview-table tr td:nth-child(2) {
  112. font-size: small;
  113. }
  114. #cron-preview-table tr td:nth-child(3) {
  115. font-size: small;
  116. font-family: monospace;
  117. text-align: right;
  118. color: var(--text-muted);
  119. }
  120. #period-slider {
  121. margin: 20px 50px 90px 50px;
  122. }
  123. #period-slider.noUi-connect {
  124. background: #22bc66;
  125. }
  126. #grace-slider {
  127. margin: 20px 50px 110px 50px;
  128. }
  129. #grace-slider.noUi-connect {
  130. background: #f0ad4e;
  131. }
  132. #period-slider .noUi-value, #grace-slider .noUi-value {
  133. width: 60px;
  134. margin-left: -30px;
  135. }
  136. .update-timeout-terms {
  137. color: var(--text-muted);
  138. }
  139. .update-timeout-terms p {
  140. margin: 0;
  141. }
  142. .update-timeout-terms span {
  143. font-weight: bold;
  144. }
  145. #update-timeout-grace-cron {
  146. -moz-appearance: textfield;
  147. }
  148. #update-timeout-grace-cron::-webkit-outer-spin-button,
  149. #update-timeout-grace-cron::-webkit-inner-spin-button {
  150. -webkit-appearance: none;
  151. }
  152. .label-tag {
  153. background-color: var(--tag-bg);
  154. color: var(--tag-color);
  155. font-style: normal;
  156. font-weight: 500;
  157. }
  158. .label-confirmation {
  159. background-color: #22bc66;
  160. color: #fff;
  161. font-style: normal;
  162. font-weight: 500;
  163. }
  164. #show-usage-modal .modal-dialog {
  165. width: 1100px;
  166. }
  167. #usage-examples-title {
  168. margin-bottom: 25px;
  169. }
  170. #show-usage-modal .modal-body {
  171. padding: 0;
  172. }
  173. #show-usage-modal pre {
  174. margin: 0;
  175. padding: 15px;
  176. }
  177. #show-usage-modal .highlight:nth-child(n+2) {
  178. border-top: 1px solid var(--border-color);
  179. }
  180. .add-check-note {
  181. color: var(--text-muted);
  182. text-align: center;
  183. margin-top: 10px;
  184. font-size: 12px;
  185. }
  186. #update-name-modal .modal-body {
  187. padding: 15px 40px;
  188. }
  189. #my-checks-bottom-actions {
  190. margin-bottom: 20px;
  191. }