fix locationinput buttons
This commit is contained in:
parent
9963fa4c48
commit
e85220ea38
1 changed files with 3 additions and 3 deletions
|
@ -427,7 +427,7 @@ main.show-options #resultswrapper #route-options {
|
||||||
.locationinput.selected input {
|
.locationinput.selected input {
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
}
|
}
|
||||||
main.map .locationinput button {
|
#search .locationinput button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
right: 6px;
|
right: 6px;
|
||||||
|
@ -440,10 +440,10 @@ main.map .locationinput button {
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.locationinput button:hover {
|
#search button:hover {
|
||||||
color: #a2a2a2;
|
color: #a2a2a2;
|
||||||
}
|
}
|
||||||
.locationinput button.locate {
|
#search button.locate {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue