diff --git a/ui/css/logviewer.css b/ui/css/logviewer.css index 13c49662eb5..a8553199b9c 100644 --- a/ui/css/logviewer.css +++ b/ui/css/logviewer.css @@ -38,17 +38,23 @@ body { width: 100%; overflow: auto; bottom: 0; - padding: 20px 15px 0; + font-family: monospace; + font-size: small; white-space: nowrap; - background: #EFEFEF; + background: #f8f8f8; +} + +.lv-log-container > div:nth-child(even) { + background: #fff; } .lv-log-line { width: 100%; + padding: 0 18px; } -.text-danger .lv-line-number { - background: #e74c3c !important; +.text-danger { + color: #db0000; } .lv-line-highlight { @@ -137,7 +143,10 @@ body { .lv-log-msg { position: relative; + padding: 26px 0 0 20px; font-weight: bold; + font-family: sans-serif; + font-size: 14px; } .lv-log-msg-step { @@ -162,4 +171,4 @@ body { max-height:270px; overflow-y:auto; margin-bottom:20px; -} \ No newline at end of file +}