mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-09 17:02:46 +02:00
up styles
This commit is contained in:
parent
217416234a
commit
7c80ac4576
9 changed files with 283 additions and 224 deletions
|
@ -1,7 +1,6 @@
|
|||
#searchLocation {
|
||||
width: 88%;
|
||||
|
||||
padding: 10px;
|
||||
width: 93%;
|
||||
padding: 0.8rem 3rem;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid var(--button-border);
|
||||
border-radius: 5px;
|
||||
|
@ -13,26 +12,40 @@
|
|||
}
|
||||
|
||||
#searchResults {
|
||||
display: inline-block;
|
||||
margin-top: -0.9rem;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
border-color: var(--button-border);
|
||||
height: 67%;
|
||||
border-top: 1px;
|
||||
|
||||
option {
|
||||
cursor: pointer;
|
||||
padding: 0.55rem;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--button-border);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#searchButton {
|
||||
margin-left: -1rem;
|
||||
margin-top: 0;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
background: var(--link-color);
|
||||
border-radius: 3px;
|
||||
height: 2.9rem;
|
||||
}
|
||||
|
||||
#count_features_fond {
|
||||
position: fixed;
|
||||
bottom: 1rem;
|
||||
right: 1rem;
|
||||
bottom: 4.5rem;
|
||||
right: 10px;
|
||||
z-index: 10;
|
||||
background: white;
|
||||
padding: 1rem;
|
||||
padding: 0.85rem 1rem;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
@ -59,4 +72,9 @@
|
|||
.close-results-button {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
background: #ccc;
|
||||
height: 2.8rem;
|
||||
margin-top: -3.6rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue