Some alignment fixes

This commit is contained in:
Senén Rodero Rodríguez
2017-08-08 18:07:08 +02:00
parent 05350b0f40
commit c9963b1c4f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -21,7 +21,7 @@
<%= hidden_field_tag :longitude, Setting["map_longitude"] %>
<%= hidden_field_tag :zoom, Setting["map_zoom"] %>
<div class="small-12 medium-6 large-4">
<div class="small-12 medium-6 large-4 margin-top">
<%= submit_tag t("admin.settings.index.map.form.submit"),
class: "button hollow expanded" %>
</div>