2025-04-19 23:46:37 +02:00
|
|
|
#searchLocation {
|
2025-04-20 00:32:45 +02:00
|
|
|
width: 88%;
|
2025-04-19 23:46:37 +02:00
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border: 1px solid var(--button-border);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#removeMarkers {
|
|
|
|
margin-right: 1rem;
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchResults {
|
|
|
|
width: 100%;
|
|
|
|
border-color: var(--button-border);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchButton {
|
2025-04-20 00:32:45 +02:00
|
|
|
margin-right: 0rem;
|
2025-04-20 00:54:04 +02:00
|
|
|
margin-top: -3.2rem;
|
|
|
|
z-index: 2;
|
|
|
|
position: relative;
|
|
|
|
background: var(--link-color);
|
2025-04-19 23:46:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#count_features_fond {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 1rem;
|
|
|
|
right: 1rem;
|
|
|
|
z-index: 10;
|
|
|
|
background: white;
|
|
|
|
padding: 1rem;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-source-control {
|
|
|
|
margin: 5px 0;
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.close-results-button {
|
|
|
|
border: 0;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|