From e3ebce25a2195a0a58e7697552bae3efd09317d1 Mon Sep 17 00:00:00 2001 From: andrew nimmo Date: Sun, 4 Aug 2024 11:26:12 -0700 Subject: [PATCH] Change CSS class name from .observation-form-map to .form-map --- app/assets/stylesheets/mo/_maps.scss | 2 +- app/views/controllers/observations/form/_details.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mo/_maps.scss b/app/assets/stylesheets/mo/_maps.scss index 58e2f0189a..ec76efb699 100644 --- a/app/assets/stylesheets/mo/_maps.scss +++ b/app/assets/stylesheets/mo/_maps.scss @@ -2,7 +2,7 @@ // thumbnail & google map styles // -.observation-form-map { +.form-map { height: 400px; width: 100%; background-position: center center; diff --git a/app/views/controllers/observations/form/_details.html.erb b/app/views/controllers/observations/form/_details.html.erb index ba51570762..146bfe049b 100644 --- a/app/views/controllers/observations/form/_details.html.erb +++ b/app/views/controllers/observations/form/_details.html.erb @@ -112,7 +112,7 @@ t_s = { id: "observation_geolocation") do %> <%= tag.div( "", id: "observation_form_map", - class: "observation-form-map collapse", + class: "form-map collapse", data: { indicator_url: asset_path('indicator.gif'), location_format: User.current_location_format, map_target: "mapDiv", editable: true,