From 2abc07403dead63205b9a07686b9f7c473ae11b2 Mon Sep 17 00:00:00 2001 From: bergware Date: Wed, 12 Feb 2020 00:24:49 +0100 Subject: [PATCH] Updated VMs table styling --- plugins/dynamix.vm.manager/VMMachines.page | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/dynamix.vm.manager/VMMachines.page b/plugins/dynamix.vm.manager/VMMachines.page index fc6ecd1c6..514dbcefe 100644 --- a/plugins/dynamix.vm.manager/VMMachines.page +++ b/plugins/dynamix.vm.manager/VMMachines.page @@ -98,6 +98,11 @@ if (empty($vms)) { th.th1{width:25%} th.th2{width:15%} th.th3{width:70px} +div.four{font-size:1.1rem;width:260px} +div.four label{float:left;display:table-cell;width:25%} +div.four label:nth-child(4n+4){float:none;clear:both} +div.four label.cpu1{width:32%} +div.four label.cpu2{width:26%} table.domdisk thead th:nth-child(1){width:76%;} table.domdisk thead th:nth-child(2){width:8%;} table.domdisk thead th:nth-child(3){width:8%;}