diff --git a/app/less/archetype.less b/app/less/archetype.less index f008824..d3b1d6a 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -6,17 +6,23 @@ border: 1px solid #dddddd; padding: 0; margin-bottom: 5px; - background-color: #f1f1f1; clear: both; display: inline-block; width: 100%; } .archetypeEditor .archetypeFieldsetLabel { - padding: 8px 25px 8px 3px; - float: left; + padding-left: 3px; width: 98%; + .label-sub { + padding: 8px 0; + display: inline-block; + &.module-label { + width: 89%; + } + } + span { font-weight: bold; } @@ -30,7 +36,6 @@ } .caret { - float:left; margin: 8px 1px 0 7px; &.caret-right { border-bottom: 4px solid transparent; @@ -42,8 +47,6 @@ } label{ - float: left; - width: 80%; margin-bottom: 0; margin-left: 5px; padding: 0; @@ -56,7 +59,6 @@ .archetypeEditor .archetypeCollapser{ clear: both; height: 100%; - margin-top: 10px; padding-top: 12px; background-color: #fff; border-top: 1px solid silver; @@ -74,7 +76,6 @@ .archetypeEditor, .archetypeConfig{ .archetypeEditorControls{ - float: right; i { cursor: pointer; &.handle { @@ -281,4 +282,4 @@ span { color: #343434; } -} \ No newline at end of file +} diff --git a/app/views/archetype.html b/app/views/archetype.html index 5877477..a6cef1b 100644 --- a/app/views/archetype.html +++ b/app/views/archetype.html @@ -13,17 +13,19 @@