From 6e9266b3c596ab7a70b7bab1c5a4e81afc9aaaaa Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 4 Jun 2020 12:42:49 +0200 Subject: [PATCH] light-blue.css: fix handling LSformElement :: jsonCompositeAttribute --- src/css/light-blue.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/css/light-blue.css b/src/css/light-blue.css index 29844cb4..ff475ddd 100644 --- a/src/css/light-blue.css +++ b/src/css/light-blue.css @@ -176,10 +176,18 @@ td.LSobject-list, tr.LSobject-list { padding: 2px; } - .LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container { + .LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container, ul.LSformElement_jsonCompositeAttribute { width: 32vw; } + ul.LSformElement_jsonCompositeAttribute div label { + width: 10rem; + } + + ul.LSformElement_jsonCompositeAttribute div input[type=text], ul.LSformElement_jsonCompositeAttribute div select { + width: calc(32vw - 10rem - 16px); + } + input.LSformElement_select_object_searchAdd, ul.LSformElement_select_object_searchAdd { width: 17vw!important; box-sizing: border-box;