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.

78 lines
1.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-block .status {
  8. font-size: 32px;
  9. width: 40px;
  10. }
  11. .details-block {
  12. margin-bottom: 36px;
  13. }
  14. .details-block .copy-btn {
  15. width: 90px;
  16. }
  17. .details-block code {
  18. display: block;
  19. padding: 8px;
  20. margin-bottom: 8px;
  21. background: #f5f5f5;
  22. }
  23. .details-block form {
  24. display: inline;
  25. }
  26. #details-schedule th {
  27. padding-top: 4px;
  28. }
  29. #details-schedule td {
  30. padding: 4px 0 4px 8px;
  31. }
  32. #details-schedule th {
  33. vertical-align: top;
  34. font-weight: normal;
  35. text-align: right;
  36. }
  37. #details-schedule .value {
  38. font-weight: bold;
  39. }
  40. #details-schedule .subtitle {
  41. color: #999;
  42. }
  43. #details-integrations th {
  44. width: 50px;
  45. text-align: center;
  46. }
  47. #details-integrations .label {
  48. background: #777777;
  49. }
  50. #details-integrations .on .label {
  51. background: #22bc66;
  52. }
  53. #details-integrations tr:hover th, #details-integrations tr:hover td {
  54. cursor: pointer;
  55. background-color: #f5f5f5;
  56. }
  57. #details-remove-check {
  58. border-color: #d43f3a;
  59. color: #d43f3a;
  60. background: #FFF;
  61. }