From 222af1b52871f5a86b1c3c25fd3e30e4a1f6835a Mon Sep 17 00:00:00 2001 From: David Larlet Date: Mon, 16 Oct 2023 15:37:09 -0400 Subject: [PATCH] =?UTF-8?q?Header=E2=80=99s=20styles=20for=20logged=20in?= =?UTF-8?q?=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/static/umap/map.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 71d8c584..0dbf44a8 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -572,12 +572,15 @@ ul.photon-autocomplete { display: inline; } .umap-main-edit-toolbox .umap-user { - margin-right: 20px; - float: right; + color: #fff; +} +.umap-main-edit-toolbox .umap-user:hover { + text-decoration: underline; } .umap-main-edit-toolbox .umap-user:after { content: '|'; padding-left: 20px; + display: inline-block; /* Prevents underline on hover. */ } .umap-edit-enabled .leaflet-top { top: 48px;