From 5a5b7f127b505010bb02da864e5228bed53dee44 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 15 Oct 2023 15:24:12 +0200 Subject: [PATCH] Docker: minor style update --- emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css | 2 +- .../plugins/dynamix.docker.manager/sheets/UpdateContainer.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css b/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css index 800fac404..e6518eb71 100644 --- a/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css +++ b/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css @@ -1,6 +1,6 @@ .noshow,.advanced{display:none} .required:after{content:" *";color:#E80000} -span.boxed{display:inline-block;line-height:normal;white-space:normal;width:auto} +span.boxed{display:inline-block;line-height:normal;white-space:normal;width:60%} span.cpu,label.checkbox{display:inline-block;width:32px} span.ct{display:inline-block;width:230px} span.net{display:inline-block;width:120px} diff --git a/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css b/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css index 800fac404..e6518eb71 100644 --- a/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css +++ b/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css @@ -1,6 +1,6 @@ .noshow,.advanced{display:none} .required:after{content:" *";color:#E80000} -span.boxed{display:inline-block;line-height:normal;white-space:normal;width:auto} +span.boxed{display:inline-block;line-height:normal;white-space:normal;width:60%} span.cpu,label.checkbox{display:inline-block;width:32px} span.ct{display:inline-block;width:230px} span.net{display:inline-block;width:120px}