Some alignment fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user