From 2b9050dd40a2e95d54cb1bb40e969b38c807ec4b Mon Sep 17 00:00:00 2001 From: js420 Date: Thu, 10 Jan 2019 13:16:48 +0100 Subject: Errorhandling and Logfix Fixed logging. Fixed the log size when the msg was too large. Added better errorhandling (try/excepts). Added Thrift Masterserver calls. Added README.txt. --- style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index eaba8a2..3150bc3 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ a { a:hover { color: #014c8c; - !text-decoration: underline; + /*text-decoration: underline;*/ } #header { @@ -137,7 +137,7 @@ a:hover { } .success { - color: #58dc42; !#15e005; + color: #58dc42; /*#15e005;*/ } .warning { @@ -151,15 +151,20 @@ a:hover { #log { display: flex; flex-direction: column; - box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important; background-color: #f5f5f5; + white-space: nowrap; + height: 100%; +} + +#log_wrapper { + display: flex; min-height: 150px; max-height: 600px; - white-space: nowrap; - overflow: auto; margin-top: 60px; - flex-shrink: 5; margin-bottom: 90px; + box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important; + overflow: auto; + max-width: 80vw; } .log_item { -- cgit v1.2.3-55-g7522