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.

148 lines
2.1 KiB

6 years ago
6 years ago
  1. #details-head h1 {
  2. margin-bottom: 4px;
  3. }
  4. #details-head {
  5. margin-bottom: 24px;
  6. }
  7. #details-head h1 small {
  8. font-size: 12px;
  9. }
  10. .details-block .status {
  11. font-size: 32px;
  12. width: 40px;
  13. }
  14. .details-block {
  15. margin-bottom: 36px;
  16. }
  17. .details-block .copy-btn {
  18. width: 90px;
  19. }
  20. .details-block code {
  21. display: block;
  22. padding: 8px;
  23. margin-bottom: 8px;
  24. background: #f5f5f5;
  25. }
  26. .details-block form {
  27. display: inline;
  28. }
  29. #how-to-ping code {
  30. overflow-wrap: break-word;
  31. }
  32. #details-schedule th {
  33. padding-top: 4px;
  34. }
  35. #details-schedule td {
  36. padding: 4px 0 4px 8px;
  37. }
  38. #details-schedule th {
  39. vertical-align: top;
  40. font-weight: normal;
  41. text-align: right;
  42. }
  43. #details-schedule .value {
  44. font-weight: bold;
  45. }
  46. #details-schedule .subtitle {
  47. color: #999;
  48. }
  49. #details-integrations th {
  50. width: 50px;
  51. text-align: center;
  52. }
  53. #details-integrations .label {
  54. background: #777777;
  55. }
  56. #details-integrations .on .label {
  57. background: #22bc66;
  58. }
  59. #details-integrations.rw tr:hover th, #details-integrations.rw tr:hover td {
  60. cursor: pointer;
  61. background-color: #f5f5f5;
  62. }
  63. #details-remove-check {
  64. border-color: #d43f3a;
  65. color: #d43f3a;
  66. background: #FFF;
  67. }
  68. #downtimes table {
  69. max-width: 350px;
  70. }
  71. #downtimes tr:first-child td, #downtimes tr:first-child th {
  72. border-top: 0;
  73. }
  74. #downtimes th {
  75. width: 100px;
  76. text-align: right;
  77. font-weight: normal;
  78. color: #888;
  79. }
  80. .alert.no-events, .alert.no-channels {
  81. border: #ddd;
  82. background: #F5F5F5;
  83. color: #444;
  84. text-align: center;
  85. padding: 32px;
  86. }
  87. ul.checkmarks {
  88. padding-left: 20px;
  89. list-style: none;
  90. color: #117a3f;
  91. }
  92. ul.checkmarks li:before {
  93. content: '✔ ';
  94. }
  95. ul.crosses {
  96. padding-left: 20px;
  97. list-style: none;
  98. color: #aa413e;
  99. }
  100. ul.crosses li:before {
  101. content: '✘ ';
  102. }
  103. @media (min-width: 992px) {
  104. #filtering-rules-modal .modal-dialog {
  105. width: 650px;
  106. }
  107. }
  108. #filtering-rules-modal .modal-body {
  109. padding: 24px;
  110. }
  111. #filtering-rules-modal h2 {
  112. margin-top: 0;
  113. }
  114. #filtering-rules-modal hr {
  115. margin: 0;
  116. }