From 58a29b675b32a478a8847ca95e763c4cae6fd0e0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 7 Nov 2024 08:51:08 +0100 Subject: [PATCH] add space between consecutive forms and divs,legends --- views/bootstrap/styles/application.css | 8 ++++++++ views/bootstrap4/styles/application.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/views/bootstrap/styles/application.css b/views/bootstrap/styles/application.css index 68898a15b..b951b0ab1 100644 --- a/views/bootstrap/styles/application.css +++ b/views/bootstrap/styles/application.css @@ -99,6 +99,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover { background-color: #E0E0E0; } +form + legend { + margin-top: 20px; +} + +form + div { + margin-top: 10px; +} + legend > span { float: right; } diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index 951425d14..274beac75 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -118,6 +118,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover { background-color: #E0E0E0; } +form + legend { + margin-top: 20px; +} + +form + div { + margin-top: 10px; +} + legend > span { float: right; }