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.

65 lines
854 B

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