diff --git a/plugins/custom_forms/public/style.css b/plugins/custom_forms/public/style.css index 7bb01f5..fc52382 100644 --- a/plugins/custom_forms/public/style.css +++ b/plugins/custom_forms/public/style.css @@ -61,10 +61,12 @@ margin-top: 10px; } -.field-list { +.field-list, .default-field-list { list-style-type: none; margin: 0px; padding: 0px; +} +.field-list { cursor: move; } diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb index 0e19263..d4d321d 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb @@ -22,6 +22,27 @@