diff --git a/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss b/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss index 256f5903f0c..cae836b3daa 100644 --- a/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss +++ b/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss @@ -167,6 +167,9 @@ fieldset { &.no-border-bottom { border-bottom: none; + } + + &.no-margin-bottom { margin-bottom: 0; } diff --git a/backend/app/views/spree/admin/images/index.html.erb b/backend/app/views/spree/admin/images/index.html.erb index 4e8d76e5bce..23a9a996053 100644 --- a/backend/app/views/spree/admin/images/index.html.erb +++ b/backend/app/views/spree/admin/images/index.html.erb @@ -13,7 +13,7 @@ <%= render 'new', product: @product, image: Spree::Image.new(viewable: @product) %> -
+
<%= t(".upload_images") %>
diff --git a/backend/app/views/spree/admin/store_credits/index.html.erb b/backend/app/views/spree/admin/store_credits/index.html.erb index 3da1ebbd18e..6a98eaae9c4 100644 --- a/backend/app/views/spree/admin/store_credits/index.html.erb +++ b/backend/app/views/spree/admin/store_credits/index.html.erb @@ -13,7 +13,7 @@ <% if @store_credits.any? %> <% @store_credits.group_by(&:currency).each do |currency, credits| %> -
+
<%= currency %> <%= t('spree.admin.store_credits.current_balance') %> <% total = credits.sum(&:amount_remaining) %> diff --git a/backend/app/views/spree/admin/store_credits/show.html.erb b/backend/app/views/spree/admin/store_credits/show.html.erb index 10113a65b5b..7dc132ddb5e 100644 --- a/backend/app/views/spree/admin/store_credits/show.html.erb +++ b/backend/app/views/spree/admin/store_credits/show.html.erb @@ -73,7 +73,7 @@ -
+
<%= t('spree.admin.store_credits.history') %> diff --git a/backend/app/views/spree/admin/taxons/index.html.erb b/backend/app/views/spree/admin/taxons/index.html.erb index 730e1e69583..9e3b87d2492 100644 --- a/backend/app/views/spree/admin/taxons/index.html.erb +++ b/backend/app/views/spree/admin/taxons/index.html.erb @@ -1,16 +1,16 @@ <% admin_breadcrumb(link_to plural_resource_name(Spree::Product), spree.admin_products_path) %> <% admin_breadcrumb(t('spree.admin.taxons.display_order')) %> -<% content_for :table_filter_title do %> - <%= t('spree.choose_a_taxon_to_sort_products_for') %> -<% end %> +
+ + <%= t('spree.choose_a_taxon_to_sort_products_for') %> + -<% content_for :table_filter do %>
-<% end %> +
-
+
diff --git a/backend/app/views/spree/admin/users/_sidebar.html.erb b/backend/app/views/spree/admin/users/_sidebar.html.erb index 5ef30b2bb0d..29df2b1b3e0 100644 --- a/backend/app/views/spree/admin/users/_sidebar.html.erb +++ b/backend/app/views/spree/admin/users/_sidebar.html.erb @@ -4,7 +4,7 @@ <% content_for :sidebar do %>