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.

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