From 9f9f2b3b22d3bab2184667d621ee952e83f6a5fe Mon Sep 17 00:00:00 2001 From: Jonathan French Date: Sat, 7 Mar 2015 00:29:14 -0500 Subject: [PATCH] Bug 1140734 - Add more polish to logviewer log lines --- ui/css/logviewer.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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 +}