diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 7fe8e700..e7c06827 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -507,6 +507,15 @@ ul.photon-autocomplete { margin-right: 5px; font-weight: bold; } +a.map-name:after { + content: '\00a0'; + padding-left: 3px; + width: 5px; + display: inline-block; +} +.umap-is-dirty a.map-name:after { + content: '*'; +} .umap-main-edit-toolbox .share-status { margin: 0 20px; }