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.

146 lines
2.1 KiB

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