diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index cf07f35ca..7e41026f1 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -205,7 +205,7 @@ a { .menu.simple { border-bottom: 1px solid $border; - margin: $line-height 0; + margin-bottom: $line-height; li { padding-bottom: rem-calc(7); diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 3c37e9657..84e80f01f 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -896,9 +896,14 @@ } .help-header { + background: #fafafa; + border-bottom: 1px solid #eee; + padding-bottom: $line-height / 2; + padding-top: $line-height; h1 { font-size: rem-calc(24); + text-transform: uppercase; } } diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 494568706..8cde29bc7 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -32,6 +32,7 @@
<%= t("budgets.index.section_footer.title") %>
+<%= t("budgets.index.section_footer.description") %>
<%= t("budgets.index.section_footer.help_text_1") %>
<%= t("budgets.index.section_footer.help_text_2") %>
<%= t("budgets.index.section_footer.help_text_3", diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb index 28a5a69bd..01442c3e4 100644 --- a/app/views/debates/index.html.erb +++ b/app/views/debates/index.html.erb @@ -62,6 +62,7 @@
<%= t("debates.index.section_footer.title") %>
+<%= t("debates.index.section_footer.description") %>
<%= t("debates.index.section_footer.help_text_1") %>
<%= t("debates.index.section_footer.help_text_2", org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
diff --git a/app/views/legislation/processes/index.html.erb b/app/views/legislation/processes/index.html.erb index 063e4048f..7630d29ac 100644 --- a/app/views/legislation/processes/index.html.erb +++ b/app/views/legislation/processes/index.html.erb @@ -23,6 +23,7 @@<%= t("legislation.processes.index.section_footer.title") %>
+<%= t("legislation.processes.index.section_footer.description") %>
<%= t("legislation.processes.index.section_footer.help_text_1") %>
<%= t("legislation.processes.index.section_footer.help_text_2", org: setting['org_name']) %>
diff --git a/app/views/polls/index.html.erb b/app/views/polls/index.html.erb index a0673ada6..871b04953 100644 --- a/app/views/polls/index.html.erb +++ b/app/views/polls/index.html.erb @@ -27,6 +27,7 @@<%= t("polls.index.section_footer.title") %>
+<%= t("polls.index.section_footer.description") %>
<%= t("polls.index.section_footer.help_text_1") %>
<%= t("polls.index.section_footer.help_text_2", org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb index 69a8df4a3..a2b2901ba 100644 --- a/app/views/proposals/index.html.erb +++ b/app/views/proposals/index.html.erb @@ -76,6 +76,7 @@<%= t("proposals.index.section_footer.title") %>
+<%= t("proposals.index.section_footer.description") %>
<%= t("proposals.index.section_footer.help_text_1") %>
<%= t("proposals.index.section_footer.help_text_2", org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
diff --git a/app/views/shared/_section_header.html.erb b/app/views/shared/_section_header.html.erb index ca0476bb9..9408b663e 100644 --- a/app/views/shared/_section_header.html.erb +++ b/app/views/shared/_section_header.html.erb @@ -1,12 +1,9 @@ -
- <%= t("#{i18n_namespace}.description") %>
- <%= link_to t("#{i18n_namespace}.help"), "#section_help" %>
-