diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css index 5409a7c5..5c2d02e5 100644 --- a/src/main/resources/static/css/main.css +++ b/src/main/resources/static/css/main.css @@ -527,8 +527,8 @@ tr:hover { font-family: var(--serif-font); line-height: 1.5; font-weight: 400; - padding-top: 48px; - padding-bottom: 110px; + padding-top: 64px; + padding-bottom: 140px; transition: opacity 0.3s ease; } diff --git a/src/main/resources/templates/settings/geocode-services.html b/src/main/resources/templates/settings/geocode-services.html index 78a32f4f..e8d0b03c 100644 --- a/src/main/resources/templates/settings/geocode-services.html +++ b/src/main/resources/templates/settings/geocode-services.html @@ -141,8 +141,10 @@ hx-target="#geocode-services" hx-swap="innerHTML" th:attr="hx-confirm=#{geocoding.run.confirm}" - th:text="#{geocoding.run.button}"> - Start Geocoding + hx-indicator="#run-geocode-spinner"> + Start Geocoding + +
@@ -157,8 +159,9 @@ hx-target="#geocode-services" hx-swap="innerHTML" th:attr="hx-confirm=#{geocoding.clear.confirm}" - th:text="#{geocoding.clear.button}"> - Clear and Re-geocode + hx-indicator="#clear-re-geocode-spinner"> + Clear and Re-geocode +