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.

216 lines
3.2 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: #333;
  6. background-color: #fff;
  7. border-color: #ccc;
  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 #ddd;
  21. background: #333;
  22. color: #eee;
  23. border-color: #000;
  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: 800px;
  32. }
  33. #update-name-modal .modal-dialog {
  34. width: 650px;
  35. }
  36. }
  37. #update-timeout-form .modal-body {
  38. padding-top: 35px;
  39. }
  40. .update-timeout-info {
  41. line-height: 22px;
  42. }
  43. .update-timeout-label {
  44. position: relative;
  45. right: 3px;
  46. display: inline-block;
  47. text-align: right;
  48. width: 100px;
  49. }
  50. .update-timeout-value {
  51. font-size: 22px;
  52. display: inline-block;
  53. width: 100px;
  54. text-align: left;
  55. white-space: nowrap;
  56. }
  57. .kind-simple, .kind-cron {
  58. width: 70px;
  59. }
  60. #update-cron-form .modal-body {
  61. padding: 40px;
  62. }
  63. #update-cron-form label {
  64. font-weight: normal;
  65. }
  66. #schedule-hint {
  67. margin-left: 8px;
  68. font-size: small;
  69. }
  70. #tz {
  71. width: 300px;
  72. }
  73. #cron-description {
  74. text-align: center;
  75. font-weight: bold;
  76. font-style: italic;
  77. font-size: 18px;
  78. color: #FFF;
  79. color: #333;
  80. padding: 16px 8px 0px 8px;
  81. }
  82. #cron-preview {
  83. background: #f8f8f8;
  84. min-height: 298px;
  85. }
  86. #cron-preview p {
  87. padding: 8px;
  88. font-size: small;
  89. }
  90. #cron-preview th {
  91. border-top: 0;
  92. font-weight: normal;
  93. font-size: small;
  94. }
  95. #cron-preview-table {
  96. margin: 0;
  97. }
  98. #cron-preview-table tr td:nth-child(1) {
  99. width: 120px;
  100. }
  101. #cron-preview-table tr td:nth-child(2) {
  102. font-size: small;
  103. }
  104. #cron-preview-table tr td:nth-child(3) {
  105. font-size: small;
  106. font-family: monospace;
  107. text-align: right;
  108. color: #888;
  109. }
  110. #period-slider {
  111. margin: 20px 50px 80px 50px;
  112. }
  113. #period-slider.noUi-connect {
  114. background: #22bc66;
  115. }
  116. #grace-slider {
  117. margin: 20px 50px 110px 50px;
  118. }
  119. #grace-slider.noUi-connect {
  120. background: #f0ad4e;
  121. }
  122. #period-slider .noUi-value, #grace-slider .noUi-value {
  123. width: 60px;
  124. margin-left: -30px;
  125. }
  126. .update-timeout-terms {
  127. color: #999;
  128. }
  129. .update-timeout-terms p {
  130. margin: 0;
  131. }
  132. .update-timeout-terms span {
  133. font-weight: bold;
  134. }
  135. .label-tag {
  136. background-color: #eee;
  137. color: #555;
  138. font-style: normal;
  139. font-weight: 500;
  140. }
  141. .label-confirmation {
  142. background-color: #22bc66;
  143. color: #fff;
  144. font-style: normal;
  145. font-weight: 500;
  146. }
  147. #show-usage-modal .modal-dialog {
  148. width: 1100px;
  149. }
  150. #usage-examples-title {
  151. margin-bottom: 25px;
  152. }
  153. #show-usage-modal .modal-body {
  154. padding: 0;
  155. }
  156. #show-usage-modal pre {
  157. margin: 0;
  158. padding: 15px;
  159. }
  160. #show-usage-modal .highlight:nth-child(n+2) {
  161. border-top: 1px solid #ddd;
  162. }
  163. .add-check-note {
  164. color: #888;
  165. text-align: center;
  166. margin-top: 10px;
  167. font-size: 12px;
  168. }
  169. #update-name-modal .modal-body {
  170. padding: 15px 40px;
  171. }
  172. #my-checks-bottom-actions {
  173. margin-bottom: 20px;
  174. }