File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,18 @@ input.submit_button:focus {
168
168
padding-bottom : 1px ;
169
169
}
170
170
171
+ # plugin_formcreator_form .plugin_formcreator_form_design > ol > .plugin_formcreator_section > a {
172
+ font-size : larger;
173
+ }
174
+
171
175
# plugin_formcreator_form .plugin_formcreator_form_design > ol > .plugin_formcreator_section : not (: first-of-type ) {
172
176
margin-top : 20px ;
173
177
}
174
178
179
+ # plugin_formcreator_form .plugin_formcreator_form_design > ol > .plugin_formcreator_section .not-sortable > a {
180
+ padding-left : 15px ;
181
+ }
182
+
175
183
/* questions */
176
184
# plugin_formcreator_form .plugin_formcreator_form_design .grid-stack {
177
185
list-style-type : none;
@@ -191,6 +199,15 @@ input.submit_button:focus {
191
199
padding-right : 14px ;
192
200
margin : 0 2px ;
193
201
background : # F0F0F0 ;
202
+ display : flex;
203
+ align-items : center;
204
+ }
205
+
206
+ # plugin_formcreator_form .plugin_formcreator_form_design .grid-stack-item .grid-stack-item-content a [data-field = name ] {
207
+ flex-grow : 1 ;
208
+ overflow : hidden;
209
+ text-overflow : ellipsis;
210
+ white-space : nowrap;
194
211
}
195
212
196
213
# plugin_formcreator_form .plugin_formcreator_form_design .grid-stack-item .ui-draggable-dragging {
You can’t perform that action at this time.
0 commit comments