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.

198 lines
2.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: #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-preview {
  74. background: #f8f8f8;
  75. height: 256px;
  76. }
  77. #cron-preview p {
  78. padding: 8px;
  79. font-size: small;
  80. }
  81. #cron-preview th {
  82. border-top: 0;
  83. font-weight: normal;
  84. font-size: small;
  85. }
  86. #cron-preview-table tr td:nth-child(1) {
  87. width: 120px;
  88. }
  89. #cron-preview-table tr td:nth-child(2) {
  90. font-size: small;
  91. }
  92. #cron-preview-table tr td:nth-child(3) {
  93. font-size: small;
  94. font-family: monospace;
  95. text-align: right;
  96. color: #888;
  97. }
  98. #period-slider {
  99. margin: 20px 50px 80px 50px;
  100. }
  101. #period-slider.noUi-connect {
  102. background: #22bc66;
  103. }
  104. #grace-slider {
  105. margin: 20px 50px 110px 50px;
  106. }
  107. #grace-slider.noUi-connect {
  108. background: #f0ad4e;
  109. }
  110. #period-slider .noUi-value, #grace-slider .noUi-value {
  111. width: 60px;
  112. margin-left: -30px;
  113. }
  114. .update-timeout-terms {
  115. color: #999;
  116. }
  117. .update-timeout-terms p {
  118. margin: 0;
  119. }
  120. .update-timeout-terms span {
  121. font-weight: bold;
  122. }
  123. .label-tag {
  124. background-color: #eee;
  125. color: #555;
  126. font-style: normal;
  127. font-weight: 500;
  128. }
  129. .label-confirmation {
  130. background-color: #22bc66;
  131. color: #fff;
  132. font-style: normal;
  133. font-weight: 500;
  134. }
  135. #show-usage-modal .modal-dialog {
  136. width: 1100px;
  137. }
  138. #usage-examples-title {
  139. margin-bottom: 25px;
  140. }
  141. #show-usage-modal .modal-body {
  142. padding: 0;
  143. }
  144. #show-usage-modal pre {
  145. margin: 0;
  146. padding: 15px;
  147. }
  148. #show-usage-modal .highlight:nth-child(n+2) {
  149. border-top: 1px solid #ddd;
  150. }
  151. .add-check-note {
  152. color: #888;
  153. text-align: center;
  154. margin-top: 10px;
  155. font-size: 12px;
  156. }
  157. #update-name-modal .modal-body {
  158. padding: 15px 40px;
  159. }