forked from Turistforeningen/leaflet-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
68 lines (57 loc) · 967 Bytes
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.line-mouse-marker {
background-color: #ffffff;
border: 2px solid black;
border-radius: 10px;
}
#export {
position: absolute;
right: 10px;
top: 10px;
background-color: rgb(228,225,218);
border: 1px solid rgb(196, 196, 196);
padding: 10px;
z-index: 3000;
}
#search {
position: relative;
margin: 10px auto;
background-color: rgb(228,225,218);
border: 1px solid rgb(196, 196, 196);
padding: 10px;
z-index: 3000;
width: 300px;
}
#search input {
width: 240px;
}
.typeahead {
background-color: #fff;
}
.tt-dropdown-menu {
width: 240px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
}
.tt-suggestion {
padding: 3px 20px;
font-size: 18px;
line-height: 24px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
#export input {
width: 70px;
}