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.

170 lines
2.5 KiB

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