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.

133 lines
1.9 KiB

9 years ago
8 years ago
  1. @media (min-width: 992px) {
  2. #update-timeout-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. #tz {
  36. width: 300px;
  37. }
  38. #cron-preview {
  39. background: #f8f8f8;
  40. height: 256px;
  41. }
  42. #cron-preview p {
  43. padding: 8px;
  44. font-size: small;
  45. }
  46. #cron-preview th {
  47. border-top: 0;
  48. font-weight: normal;
  49. font-size: small;
  50. }
  51. #cron-preview-table tr td:nth-child(1) {
  52. width: 120px;
  53. }
  54. #cron-preview-table tr td:nth-child(2) {
  55. font-size: small;
  56. }
  57. #cron-preview-table tr td:nth-child(3) {
  58. font-size: small;
  59. font-family: monospace;
  60. text-align: right;
  61. color: #888;
  62. }
  63. #period-slider {
  64. margin: 20px 50px 80px 50px;
  65. }
  66. #period-slider.noUi-connect {
  67. background: #22bc66;
  68. }
  69. #grace-slider {
  70. margin: 20px 50px 110px 50px;
  71. }
  72. #grace-slider.noUi-connect {
  73. background: #f0ad4e;
  74. }
  75. #period-slider .noUi-value, #grace-slider .noUi-value {
  76. width: 60px;
  77. margin-left: -30px;
  78. }
  79. .update-timeout-terms {
  80. color: #999;
  81. }
  82. .update-timeout-terms p {
  83. margin: 0;
  84. }
  85. .update-timeout-terms span {
  86. font-weight: bold;
  87. }
  88. .label-tag {
  89. background-color: #eee;
  90. color: #555;
  91. font-style: normal;
  92. }
  93. #show-usage-modal .modal-dialog {
  94. width: 1100px;
  95. }
  96. #show-usage-modal .modal-body {
  97. padding: 0;
  98. }
  99. #show-usage-modal pre {
  100. margin: 0;
  101. padding: 15px;
  102. }
  103. #show-usage-modal .highlight:nth-child(n+2) {
  104. border-top: 1px solid #ddd;
  105. }