mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
liens itinéraire
This commit is contained in:
parent
e689f381ad
commit
8d9962f5a1
2 changed files with 106 additions and 68 deletions
|
@ -61,8 +61,8 @@ h2 {
|
|||
|
||||
#overpass-api-controls {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 1em;
|
||||
top: -0.5rem;
|
||||
left: 4em;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
|
@ -93,6 +93,21 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
|
|||
border: solid 1px #497cd3ff;
|
||||
float: right;
|
||||
}
|
||||
#query-button{
|
||||
min-width: 10em;
|
||||
}
|
||||
.navigation-link{
|
||||
background: white;
|
||||
border-radius: 0.25em;
|
||||
float:none;
|
||||
position:relative;
|
||||
top: 5.5em;
|
||||
left: 0;
|
||||
}
|
||||
.navigation-link:hover{
|
||||
border: black;
|
||||
background: #96b1ea;
|
||||
}
|
||||
|
||||
#query-button:hover,
|
||||
.edit-button:hover {
|
||||
|
@ -106,9 +121,6 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
|
|||
|
||||
}
|
||||
|
||||
#query-button {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
|
@ -143,8 +155,8 @@ a {
|
|||
|
||||
#spinning_icon svg {
|
||||
position: fixed;
|
||||
top: 1.5rem;
|
||||
left: 0.8rem;
|
||||
top: 0.5rem;
|
||||
right: 3rem;
|
||||
background: white;
|
||||
border-radius: 100%;
|
||||
width: 3rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue