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/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 @@ -
+
-
+
<%= image_tag "help/help_icon_#{image}.png", alt: t("#{i18n_namespace}.icon_alt"), class: "align-top" %>

<%= t("#{i18n_namespace}.title") %>

-

- <%= t("#{i18n_namespace}.description") %>
- <%= link_to t("#{i18n_namespace}.help"), "#section_help" %> -

+ <%= link_to t("#{i18n_namespace}.help"), "#section_help", class: "float-right" %>