-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (109 loc) · 1.82 KB
/
style.css
File metadata and controls
124 lines (109 loc) · 1.82 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: normal 18px/25px 'Rokkitt', Georgia, serif;
vertical-align: baseline;
}
#map { position:absolute; top:0; bottom:0; width:100%; }
.map-legend .swatch {
width:20px;
height:20px;
float:left;
margin-right:10px;
}
.leaflet-popup-close-button {
display: none;
}
.leaflet-popup-content-wrapper {
pointer-events: none;
}
.leaflet-top-pane {
pointer-events: none;
}
#map-ui {
position: absolute;
height: 100%;
left: 0;
width: 280px;
margin: 0;
padding: 0;
z-index: 100;
background: rgba(255,255,255,0);
}
.btn-group, .btn-group-vertical {
padding: 15px;
}
/*
.btn {
margin-bottom: 4px;
white-space: normal;
}*/
#content {
position:absolute;
top:0;
right:0;
max-width:300px;
bottom:0;
background:rgba(255, 255, 255, 0.7);
}
.sidecontainer {
padding:20px;
}
a.active {
border-width: 2px;
border-color: #222 !important;
}
.tooltip-inner {
width: 150px;
font-size: 16px;
}
.panel {
background-color: rgba(255,255,255,0.7);
}
#map > div.leaflet-control-container > div.leaflet-top.leaflet-left {
left:155px;
top:-5px;
}
tr.tree {
background-color: #5CB85C;
color: #fff;
}
tr.negative {
background-color: #D9534F;
color: #fff;
}
tr.positive {
background-color: #428BCA;
color: #fff;
}
small.insufficient {
font-size: 70%;
}
@media (max-width:640px) {
#content {
position:absolute;
width:100%;
bottom:0;
top:auto;
max-height:380px;
margin: 0;
padding: 0;
z-index: 100;
background:rgba(255, 255, 255, 0.7);
}
.sidecontainer {
padding:10px;
}
#map-ui {
position: absolute;
width: 100%;
top: 0;
max-height: 50px;
margin: 0;
padding: 0;
z-index: 100;
background: rgba(255,255,255,0.7);
}
}