From d669dca3f36edaecac2030a36f1012ec2b8a3e97 Mon Sep 17 00:00:00 2001 From: bergware Date: Wed, 1 May 2019 10:53:54 +0200 Subject: [PATCH] Dashboard: cut off long container and VM names --- plugins/dynamix/styles/default-azure.css | 2 +- plugins/dynamix/styles/default-black.css | 2 +- plugins/dynamix/styles/default-gray.css | 2 +- plugins/dynamix/styles/default-white.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/dynamix/styles/default-azure.css b/plugins/dynamix/styles/default-azure.css index dc3da18e2..b539e43fb 100644 --- a/plugins/dynamix/styles/default-azure.css +++ b/plugins/dynamix/styles/default-azure.css @@ -258,7 +258,7 @@ span.three{margin-left:-23px} span.tub{margin-right:8px;font-size:2.4rem;cursor:pointer} span.score{font-size:1.1rem;color:#ffffff;position:absolute} span#dropbox{background:none;line-height:6rem;margin-right:20px} -span.outer{margin-bottom:20px;margin-right:0} +span.outer{margin-bottom:20px;margin-right:0;background-color:#e4e2e4} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3} diff --git a/plugins/dynamix/styles/default-black.css b/plugins/dynamix/styles/default-black.css index b7dc2b35a..9712e62f0 100644 --- a/plugins/dynamix/styles/default-black.css +++ b/plugins/dynamix/styles/default-black.css @@ -243,7 +243,7 @@ span.two{margin-left:-20px} span.three{margin-left:-23px} span.tub{margin-right:8px;font-size:2.4rem;cursor:pointer} span.score{font-size:1.2rem;color:#1c1b1b;position:absolute} -span.outer{margin-bottom:20px;margin-right:0} +span.outer{margin-bottom:20px;margin-right:0;background-color:#191818} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3} diff --git a/plugins/dynamix/styles/default-gray.css b/plugins/dynamix/styles/default-gray.css index 45ed73c4a..96e1a7b5e 100644 --- a/plugins/dynamix/styles/default-gray.css +++ b/plugins/dynamix/styles/default-gray.css @@ -258,7 +258,7 @@ span.three{margin-left:-23px} span.tub{margin-right:8px;font-size:2.4rem;cursor:pointer} span.score{font-size:1.1rem;color:#ffffff;position:absolute} span#dropbox{background:none;line-height:6rem;margin-right:20px} -span.outer{margin-bottom:20px;margin-right:0} +span.outer{margin-bottom:20px;margin-right:0;background-color:#1b1d1b} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3} diff --git a/plugins/dynamix/styles/default-white.css b/plugins/dynamix/styles/default-white.css index d7021cd3b..16068cf26 100644 --- a/plugins/dynamix/styles/default-white.css +++ b/plugins/dynamix/styles/default-white.css @@ -243,7 +243,7 @@ span.two{margin-left:-20px} span.three{margin-left:-23px} span.tub{margin-right:8px;font-size:2.4rem;cursor:pointer} span.score{font-size:1.2rem;color:#1c1b1b;position:absolute} -span.outer{margin-bottom:20px;margin-right:0} +span.outer{margin-bottom:20px;margin-right:0;background-color:#f5f5f5} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3}