Skip to content

Commit e8dbaf5

Browse files
committed
fix(section): various visual fixes
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent f0e9f13 commit e8dbaf5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

css/styles.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ input.submit_button:focus {
165165
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section {
166166
line-height: 32px;
167167
background: #CCC;
168+
padding-bottom: 1px;
168169
}
169170

170171
/* questions */
@@ -183,7 +184,7 @@ input.submit_button:focus {
183184
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item .grid-stack-item-content {
184185
text-align: left;
185186
padding-left: 16px;
186-
padding-right: 20px;
187+
padding-right: 14px;
187188
margin: 0 2px;
188189
background: #F0F0F0;
189190
}
@@ -198,8 +199,13 @@ input.submit_button:focus {
198199
right: 0;
199200
}
200201

201-
.form_section .grid-stack > .grid-stack-item > .ui-resizable-se {
202-
right: 5px;
202+
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack > .grid-stack-item > .ui-resizable-se {
203+
right: 3px;
204+
}
205+
206+
#plugin_formcreator_form.plugin_formcreator_form_design .plugin_formcreator_question {
207+
background: #F0F0F0;
208+
margin: 5px 2px;
203209
}
204210

205211
/* actions on sections or questions */
@@ -282,7 +288,7 @@ form#plugin_formcreator_form {
282288
#plugin_formcreator_form > .form_header,
283289
#plugin_formcreator_form [data-itemtype = "PluginFormcreatorSection"] {
284290
background: #EEE;
285-
box-shadow: 2px 2px 2px #CCC;
291+
/*box-shadow: 2px 2px 2px #CCC;*/
286292
margin: 0 0 10px;
287293
}
288294

0 commit comments

Comments
 (0)