-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (65 loc) · 1.16 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
70
71
72
73
74
75
76
77
78
79
80
.map {
position: absolute;
top: 55px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
}
.navbar {
z-index: 1;
}
.navbar-brand {
font-family: 'Arvo', serif;
}
.map-overlay {
position: relative;
font: 14px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: #fff;
top: 0;
left: 0;
width: 300px;
margin: 10px 10px 0 10px;
padding: 10px;
overflow: visible;
border-radius:8px;
}
.geocoder {
position: relative;
margin: 10px 0 10px;
}
#returnbutton {
position: relative;
margin: 10px 0 10px;
width: 100%;
}
#turnOffButton {
display:none;
}
.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;
}
#canfed-legend {
display:none;
right: 220px;
}
.legend h4 {
margin: 0 0 10px;
}
.legend-key {
display: inline-block;
border-radius: 50%;
height: 10px;
width: 10px;
margin-right: 5px;
}