This commit is contained in:
Tykayn 2024-12-18 13:40:58 +01:00 committed by tykayn
parent d78bd89900
commit 01e6acd3d2
3 changed files with 66 additions and 67 deletions

View file

@ -101,8 +101,8 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
border-radius: 0.25em;
float:none;
position:relative;
top: 3.5em;
right: -11.5rem;
top: 5em;
right: -7.9rem;
}
.navigation-link:hover{
border: black;
@ -173,7 +173,7 @@ a {
}
.leaflet-popup-content {
min-width: 15rem;
word-break: break-all;
word-wrap: break-word;
}
@ -189,13 +189,12 @@ a {
}
.popup-key {
min-width: 6rem;
width: 50%;
display: inline-block;
}
.popup-value {
min-width: 10rem;
max-width: 49%;
width: 42%;
text-align: right;
display: inline-block;
padding-right: 1rem;