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.

57 lines
754 B

  1. #log {
  2. visibility: hidden;
  3. }
  4. #log th {
  5. border-top: 0;
  6. border-bottom: 1px solid #E5E5E5;
  7. }
  8. #log td {
  9. color: #444;
  10. position: relative;
  11. border: 0;
  12. border-bottom: 1px solid #E5E5E5;
  13. }
  14. #log .datetime {
  15. white-space: nowrap;
  16. }
  17. #log .date, #log .time {
  18. display: inline-block;
  19. width: 70px;
  20. }
  21. #log .protocol {
  22. white-space: nowrap;
  23. padding-left: 16px;
  24. padding-right: 16px;
  25. }
  26. #log .ip {
  27. padding-left: 16px;
  28. padding-right: 16px;
  29. }
  30. #log td.ua {
  31. font-family: monospace;
  32. font-size: 11px;
  33. }
  34. #log .ok {
  35. color: #5cb85c;
  36. }
  37. #log tr.missing td {
  38. color: #d9534f;
  39. background: #fff3f2;
  40. }
  41. #log .n-cell {
  42. text-align: center;
  43. font-family: monospace;
  44. }
  45. #log .hash {
  46. color: #aaa;
  47. }