diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 8485b5468..2a8ed17c1 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -909,6 +909,8 @@ .help-header { background: #fafafa; border-bottom: 1px solid #eee; + margin-top: -$line-height; + margin-bottom: $line-height; padding-bottom: $line-height / 2; padding-top: $line-height; @@ -1142,6 +1144,7 @@ &.budget { background: $budget; + margin-top: -$line-height; h1, h2, diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index b24d67e16..1beeb1179 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -7,7 +7,7 @@ <% end %> <% if current_budget.present? %> -
+
diff --git a/app/views/shared/_section_header.html.erb b/app/views/shared/_section_header.html.erb index 6ae7580ce..fbda3c408 100644 --- a/app/views/shared/_section_header.html.erb +++ b/app/views/shared/_section_header.html.erb @@ -1,4 +1,4 @@ -
+
<%= image_tag "help/help_icon_#{image}.png", alt: t("#{i18n_namespace}.icon_alt"), class: "align-top" %>