diff --git a/app/helpers/map_locations_helper.rb b/app/helpers/map_locations_helper.rb index 42159385a..26766e96d 100644 --- a/app/helpers/map_locations_helper.rb +++ b/app/helpers/map_locations_helper.rb @@ -34,7 +34,7 @@ module MapLocationsHelper end def map_location_remove_marker(map_location, text) - content_tag :div, class: "small-12 column text-right" do + content_tag :div, class: "text-right" do content_tag :a, id: map_location_remove_marker_link_id(map_location), class: "location-map-remove-marker-button delete" do diff --git a/app/views/admin/settings/_map_form.html.erb b/app/views/admin/settings/_map_form.html.erb index 074d92bd4..9c411bb12 100644 --- a/app/views/admin/settings/_map_form.html.erb +++ b/app/views/admin/settings/_map_form.html.erb @@ -21,7 +21,7 @@ <%= hidden_field_tag :longitude, Setting["map_longitude"] %> <%= hidden_field_tag :zoom, Setting["map_zoom"] %> -
+
<%= submit_tag t("admin.settings.index.map.form.submit"), class: "button hollow expanded" %>