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.

53 lines
720 B

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