From f6ad285bedd79efbf666c835039fa50200be13b4 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 27 Jan 2019 10:36:37 +0100 Subject: [PATCH] Dashboard: create more space for Dokcer/VM names (3 columns) --- plugins/dynamix/DashStats.page | 2 +- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/dynamix/DashStats.page b/plugins/dynamix/DashStats.page index c796c68a1..1c459157f 100644 --- a/plugins/dynamix/DashStats.page +++ b/plugins/dynamix/DashStats.page @@ -149,7 +149,7 @@ if ($low) $memory_maximum = pow(2,ceil(log($memory_installed)/log(2))); .switch-button-background{top:12px} span.outer{float:left} -span.inner{width:124px} +span.inner{width:134px} span.ups{width:124px;display:inline-block} diff --git a/plugins/dynamix/styles/default-azure.css b/plugins/dynamix/styles/default-azure.css index 593169716..22b2c43bb 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:20px} +span.outer{margin-bottom:20px;margin-right:0} 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 fd46ed731..69cb01abf 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:20px} +span.outer{margin-bottom:20px;margin-right:0} 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 6b94eb606..4ddd05092 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:20px} +span.outer{margin-bottom:20px;margin-right:0} 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 d31ed5fb4..84545835e 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:20px} +span.outer{margin-bottom:20px;margin-right:0} 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}