From c9963b1c4f75bcf6f7ffa0cdf7e99f5c0440ef72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Tue, 8 Aug 2017 18:07:08 +0200 Subject: [PATCH] Some alignment fixes --- app/helpers/map_locations_helper.rb | 2 +- app/views/admin/settings/_map_form.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" %>