summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorjs4202019-01-10 13:16:48 +0100
committerjs4202019-01-10 13:16:48 +0100
commit2b9050dd40a2e95d54cb1bb40e969b38c807ec4b (patch)
tree91bab0f907adbdeb366eb9e86b68287955cb68f5 /style.css
parentInitial Commmit (diff)
downloadbwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.tar.gz
bwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.tar.xz
bwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.zip
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.
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 11 insertions, 6 deletions
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 {