-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmap.css
89 lines (74 loc) · 1.29 KB
/
map.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
81
82
83
84
85
86
87
88
89
html, body, #mask {
/* Height and width fallback for older browsers. */
height: 100%;
width: 100%;
/* Set the height & width to match that of the viewport. */
height: 95vh;
width: 98vw;
/* Remove any browser-default margins. */
margin: 0;
}
.leaflet-control-layers-expanded {
font-size: small;
}
#map {
height: 80vh;
border: 2px black solid;
}
body {
font-family: Helvetica,sans-serif;
background: #ffffff;
font-weight: 100;
}
table {
}
td {
vertical-align: top;
}
li {
font-size: small;
}
td > form {
margin-left: 10pt;
}
a {
word-wrap: break-word;
word-break: break-all;
}
#side_top {
/*height: 20vh;*/
padding-left: 3pt;
width: 25%;
}
#side_bottom {
overflow: scroll;
padding-left: 3pt;
max-height: 65vh;
}
h1 {
font-size: 18pt;
font-weight: lighter;
text-align: center;
margin-top: .1em;
}
h2 {
font-weight: 100;
font-size: 11pt;
margin-bottom: 1pt;
margin-left: 1pt;
margin-top: 0pt;
}
.leaflet-container {
font: inherit;
font-size: smaller;
}
#bottom {
height: 10vh;
border-top: solid grey 1px;
padding-top: 20px;
font-size: small;
}
/* Fixes disappearing-controls bug introduced in leaflet 1.8.0 */
.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
will-change: transform;
}