Header’s styles for logged in user

This commit is contained in:
David Larlet 2023-10-16 15:37:09 -04:00
parent 9c7269eabc
commit 222af1b528
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -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;