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.

86 lines
1.2 KiB

  1. #log th {
  2. border-top: 0;
  3. border-bottom: 1px solid #E5E5E5;
  4. }
  5. #log td {
  6. color: #444;
  7. padding: 16px 8px;
  8. position: relative;
  9. border: 0;
  10. border-bottom: 1px solid #E5E5E5;
  11. }
  12. #log .datetime {
  13. white-space: nowrap;
  14. }
  15. #log .date {
  16. display: inline-block;
  17. width: 70px;
  18. }
  19. #log .protocol {
  20. white-space: nowrap;
  21. padding-left: 16px;
  22. padding-right: 16px;
  23. }
  24. #log .ip {
  25. padding-left: 16px;
  26. padding-right: 16px;
  27. }
  28. #log td.ua {
  29. font-family: monospace;
  30. font-size: 11px;
  31. }
  32. #log .bullet {
  33. position: absolute;
  34. display: block;
  35. top: 50%;
  36. margin-top: -6px;
  37. left: 0;
  38. width: 12px;
  39. height: 12px;
  40. border: 2px solid #FFF;
  41. border-radius: 6px;
  42. background: #376f37;
  43. }
  44. #log .tl {
  45. position: absolute;
  46. left: 4px;
  47. width: 4px;
  48. background: #5cb85c;
  49. }
  50. #log .top {
  51. top: 0;
  52. height: 50%;
  53. }
  54. #log .bottom {
  55. top: 50%;
  56. height: 50%;
  57. }
  58. #log .full-down {
  59. top: 0;
  60. height: 100%;
  61. background: #d9534f;
  62. }
  63. #log .down { background: #d9534f; }
  64. #log .late { background: #f0ad4e; }
  65. #log .tl-cell {
  66. border: 0;
  67. }
  68. #log .downtime-cell {
  69. border: 0;
  70. font-size: small;
  71. color: #d9534f;
  72. }