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.

105 lines
1.5 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. #details-schedule th {
  30. padding-top: 4px;
  31. }
  32. #details-schedule td {
  33. padding: 4px 0 4px 8px;
  34. }
  35. #details-schedule th {
  36. vertical-align: top;
  37. font-weight: normal;
  38. text-align: right;
  39. }
  40. #details-schedule .value {
  41. font-weight: bold;
  42. }
  43. #details-schedule .subtitle {
  44. color: #999;
  45. }
  46. #details-integrations th {
  47. width: 50px;
  48. text-align: center;
  49. }
  50. #details-integrations .label {
  51. background: #777777;
  52. }
  53. #details-integrations .on .label {
  54. background: #22bc66;
  55. }
  56. #details-integrations tr:hover th, #details-integrations tr:hover td {
  57. cursor: pointer;
  58. background-color: #f5f5f5;
  59. }
  60. #details-remove-check {
  61. border-color: #d43f3a;
  62. color: #d43f3a;
  63. background: #FFF;
  64. }
  65. #downtimes table {
  66. width: 350px;
  67. }
  68. #downtimes tr:first-child td, #downtimes tr:first-child th {
  69. border-top: 0;
  70. }
  71. #downtimes th {
  72. width: 100px;
  73. text-align: right;
  74. font-weight: normal;
  75. color: #888;
  76. }
  77. .alert.no-events {
  78. border: #ddd;
  79. background: #F5F5F5;
  80. color: #444;
  81. text-align: center;
  82. padding: 32px;
  83. }