diff --git a/app/assets/stylesheets/admin/budgets/form.scss b/app/assets/stylesheets/admin/budgets/form.scss new file mode 100644 index 000000000..a5ae94ea4 --- /dev/null +++ b/app/assets/stylesheets/admin/budgets/form.scss @@ -0,0 +1,20 @@ +.admin .budgets-form { + + > fieldset { + border-top: 4px solid $admin-border-color; + clear: both; + margin-top: $line-height * 1.5; + + legend { + color: $admin-text; + font-size: $small-font-size; + font-weight: bold; + padding-right: $line-height / 2; + text-transform: uppercase; + } + } + + .globalize-languages { + max-width: none; + } +} diff --git a/app/assets/stylesheets/admin/budgets/help.scss b/app/assets/stylesheets/admin/budgets/help.scss index 16f692830..e3bf1d6c0 100644 --- a/app/assets/stylesheets/admin/budgets/help.scss +++ b/app/assets/stylesheets/admin/budgets/help.scss @@ -7,6 +7,7 @@ @include has-fa-icon(quote-right, solid, after); background: $table-header; border-radius: rem-calc(6); + clear: both; color: $admin-text; margin-bottom: $line-height; padding: $padding; diff --git a/app/views/admin/budgets/_association.html.erb b/app/views/admin/budgets/_association.html.erb index 026a47ca6..143bebabe 100644 --- a/app/views/admin/budgets/_association.html.erb +++ b/app/views/admin/budgets/_association.html.erb @@ -2,10 +2,12 @@ <% if assignables.nil? || assignables.empty? %>
<%= t("admin.budgets.edit.empty_#{assignable_type}") %>
<% else %> -