diff --git a/app/views/plans/_edit_details.html.erb b/app/views/plans/_edit_details.html.erb index dadbe3d..7d08037 100644 --- a/app/views/plans/_edit_details.html.erb +++ b/app/views/plans/_edit_details.html.erb @@ -142,26 +142,26 @@ <%= f.button(_('Submit'), class: "btn btn-default", type: "submit") %> - <% end %> - -
-

<%= _('Plan Guidance Configuration') %>

-

<%= _('To help you write your plan, %{application_name} can show you guidance from a variety of organisations.') % - {application_name: Rails.configuration.branding[:application][:name]} %> -

-

<%= _('Select up to 6 organisations to see their guidance.') %>

- -
+ + + <% end %> \ No newline at end of file diff --git a/app/views/plans/_guidance_choices.html.erb b/app/views/plans/_guidance_choices.html.erb index cd18f90..eed6e73 100644 --- a/app/views/plans/_guidance_choices.html.erb +++ b/app/views/plans/_guidance_choices.html.erb @@ -1,26 +1,29 @@ <% choices.each do |org, groups| %> <% if groups && groups.size == 1 %> -
  • +
  • <%= check_box_tag "guidance_group_ids[]", groups[0].id, current_selections.include?(groups[0].id), class: 'guidance-choice' %> <%= form.label org.name, for: groups[0].id, class: 'inline checkbox-label regular-text guidance-group-label' %>
  • <% elsif groups %> -
  • +
  • + +
  • - <% groups.each do |group| %> -
  • - └─ - <%= check_box_tag "guidance_group_ids[]", group.id, - current_selections.include?(group.id), class: 'guidance-choice' %> - <%= form.label group.name, for: group.id, - class: "left-indent checkbox-label regular-text guidance-group-label" %> -
  • - <% end %> <% end%> <% end %> \ No newline at end of file diff --git a/lib/assets/stylesheets/overrides.scss b/lib/assets/stylesheets/overrides.scss index 4773088..98d25b6 100644 --- a/lib/assets/stylesheets/overrides.scss +++ b/lib/assets/stylesheets/overrides.scss @@ -78,6 +78,12 @@ color: $white; } +/* LIST STYLING */ +span.sublist { + margin-left: -15px; + margin-right: 25px; +} + /* BUTTONS STYLING */ /*