diff --git a/umap/static/umap/img/16-white.svg b/umap/static/umap/img/16-white.svg index b47da5c8..7b537b2c 100644 --- a/umap/static/umap/img/16-white.svg +++ b/umap/static/umap/img/16-white.svg @@ -22,6 +22,7 @@ +   @@ -44,8 +45,6 @@ - - @@ -117,7 +116,6 @@ - diff --git a/umap/static/umap/img/source/16-white.svg b/umap/static/umap/img/source/16-white.svg index 34d7b53f..2737b5de 100644 --- a/umap/static/umap/img/source/16-white.svg +++ b/umap/static/umap/img/source/16-white.svg @@ -16,7 +16,7 @@ - + @@ -40,6 +40,7 @@ +   @@ -63,8 +64,6 @@ - - @@ -139,7 +138,6 @@ - diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index f91f2461..89e17cd4 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1535,8 +1535,7 @@ U.Map = L.Map.extend({ const container = L.DomUtil.create('div', 'umap-edit-container') const metadataFields = ['options.name', 'options.description'] - const title = L.DomUtil.create('h3', '', container) - title.textContent = L._('Edit map details') + L.DomUtil.createTitle(container, L._('Edit map details'), 'icon-caption') const builder = new U.FormBuilder(this, metadataFields, { className: 'map-metadata', })