-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (62 loc) · 1.24 KB
/
style.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
69
.map {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
}
.map-overlay-search {
position: relative;
font: 14px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: rgba(255, 255, 255, 0.8);
top: 0;
left: 0;
width: 260px;
margin: 10px 0 0 10px;
padding: 10px;
overflow: visible;
}
.geocoder {
position: relative;
margin: 10px 0 10px;
}
#returnbutton {
position: relative;
margin: 10px 0 10px;
width: 100%;
}
.map-overlay-data {
position: relative;
font: 14px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: rgba(255, 255, 255, 0.8);
width: 260px;
top: 0;
left: 10px;
margin-top: 10px;
padding: 10px;
overflow: visible;
}
.legend {
position: absolute;
display: block;
background-color: #fff;
border-radius: 3px;
bottom: 0;
margin-bottom: 30px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 10px;
right: 10px;
z-index: 1;
}
.legend h4 {
margin: 0 0 10px;
}
.legend-key {
display: inline-block;
border-radius: 50%;
height: 10px;
width: 10px;
margin-right: 5px;
}