From f94ad22458ba7cbff00341eea55e51395604aaa1 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 12 Apr 2018 07:15:22 +0000 Subject: [PATCH] Elastic: Small form spacing fix --- skins/elastic/styles/widgets/forms.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less index 8b954d9a9..faa3dae70 100644 --- a/skins/elastic/styles/widgets/forms.less +++ b/skins/elastic/styles/widgets/forms.less @@ -116,6 +116,11 @@ input.smart-upload { } } + td.title { + padding-top: 0; + padding-bottom: 0; + } + td > .flexbox { display: flex; @@ -331,6 +336,10 @@ input.smart-upload { .propform, .formcontent { + fieldset:nth-of-type(n+2) { + margin-top: 1em; + } + legend { font-weight: bold; font-size: 1.2em; @@ -508,6 +517,7 @@ html.ms .propform { .hint { font-style: italic; + color: @color-form-hint; } // RAW (CodeMirror) editor