summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorJannik Schönartz2019-01-23 16:50:34 +0100
committerJannik Schönartz2019-01-23 16:50:34 +0100
commit3d02b9c1544363c6bd8f3aa848766e3bbd642423 (patch)
tree2d9f659105bbdd65216bd81c242c90c4180cd7ad /style.css
parentAdd different modes and a more compact design (diff)
downloadbwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.tar.gz
bwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.tar.xz
bwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.zip
Seperate config from the python script
Seperate the server calls in a config file. Small thrift call bugfix Small layout fixes
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/style.css b/style.css
index 5d49e2a..7fdccf8 100644
--- a/style.css
+++ b/style.css
@@ -87,7 +87,6 @@ a:hover {
flex-direction: column;
align-items: center;
margin-top: 60px;
- min-height: 300px;
padding: 30px;
}
@@ -156,7 +155,7 @@ a:hover {
#log_wrapper {
display: flex;
- min-height: 150px;
+ min-height: 50px;
max-height: 80vh;
margin-top: 60px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
@@ -210,10 +209,12 @@ a:hover {
margin-left: 40px;
margin-top: 0px;
max-width: 60vw;
- max-height: 80vh;
+ max-height: calc(100vh - 120px);
}
#content {
width: 30%;
+ height: calc(100vh - 120px);
+ min-height: 51px;
}
}