From 490de7b3ff8190277a8b8e067e5383385ddd6830 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Mon, 5 Oct 2015 09:42:31 +0200 Subject: [PATCH] Move fieldset groups config to advanced settings --- app/less/archetype.less | 36 ++++++++++++++++++--------------- app/views/archetype.config.html | 32 ++++++++++++++--------------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index 285ea9a..0835a78 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -386,22 +386,6 @@ } } - .archetypeFieldsetGroups { - padding: 0 10px; - margin-bottom: 20px; - ul { - padding: 0; - margin: 0; - - li { - margin-bottom: 10px; - input { - vertical-align: middle; - } - - } - } - } .archetypeAdvancedOptions { margin-top: 15px; div { @@ -410,6 +394,26 @@ label { width: 400px; } + .archetypeFieldsetGroups { + padding: 0 10px; + margin-bottom: 20px; + ul { + padding: 0; + margin: 0; + + li { + margin-bottom: 10px; + label { + width: 120px; + } + + input { + vertical-align: middle; + width: 240px; + } + } + } + } } .archetypeMaxFieldsets{ diff --git a/app/views/archetype.config.html b/app/views/archetype.config.html index 6f0c58f..653a95c 100644 --- a/app/views/archetype.config.html +++ b/app/views/archetype.config.html @@ -80,22 +80,6 @@ - -
-
Fieldset groups
-

If you have a lot of fieldsets to choose from, you may want to consider grouping them in the fieldset picker. Once you have created your groups here, a group picker will be displayed in the fieldset editor and you can assign your fieldsets to their respective groups.

- - -
@@ -105,6 +89,22 @@
+
+

Fieldset groups

+

If you have a lot of fieldsets to choose from, you may want to consider grouping them in the fieldset picker. Once you have created your groups here, a group picker will be displayed in the fieldset editor and you can assign your fieldsets to their respective groups.

+
    +
  • +
    + + + + +
    +
  • +
+ +
+