Skip to content

Commit faa53a2

Browse files
committed
fix(section): improve again UI
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent e8dbaf5 commit faa53a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/styles.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ input.submit_button:focus {
168168
padding-bottom: 1px;
169169
}
170170

171+
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section:not(:first-of-type) {
172+
margin-top: 20px;
173+
}
174+
171175
/* questions */
172176
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack {
173177
list-style-type: none;
@@ -206,11 +210,12 @@ input.submit_button:focus {
206210
#plugin_formcreator_form.plugin_formcreator_form_design .plugin_formcreator_question {
207211
background: #F0F0F0;
208212
margin: 5px 2px;
213+
padding-left: 15px;
209214
}
210215

211216
/* actions on sections or questions */
212217
#plugin_formcreator_form.plugin_formcreator_form_design .form_control {
213-
width: 23px;
218+
width: 20px;
214219
float: right;
215220
min-height: 1px;
216221
font-size: larger;

0 commit comments

Comments
 (0)