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.

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