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.

66 lines
906 B

  1. #format-switcher-container:before {
  2. content: " ";
  3. }
  4. #log {
  5. visibility: hidden;
  6. font-size: 13px;
  7. }
  8. #log th {
  9. border-top: 0;
  10. border-bottom: 1px solid #E5E5E5;
  11. }
  12. #log td {
  13. color: #444;
  14. position: relative;
  15. border: 0;
  16. border-bottom: 1px solid #E5E5E5;
  17. }
  18. #log .date, #log .time {
  19. white-space: nowrap;
  20. }
  21. #log .details {
  22. width: 100%;
  23. max-width: 0;
  24. white-space: nowrap;
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. }
  28. #log .details span.ua-body {
  29. font-family: "Lucida Console", Monaco, monospace;
  30. font-size: 11.7px;
  31. color: #888;
  32. }
  33. #log tr.ok {
  34. cursor: pointer;
  35. }
  36. #log tr.ok:hover td {
  37. background-color: #f5f5f5;
  38. }
  39. #log tr.missing td {
  40. color: #d9534f;
  41. background: #fff3f2;
  42. }
  43. #log .n-cell {
  44. font-family: monospace;
  45. text-align: right;
  46. }
  47. #log .hash {
  48. color: #aaa;
  49. }
  50. #log .alert-info {
  51. font-size: 12px;
  52. }