-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstyles.css
More file actions
59 lines (50 loc) · 825 Bytes
/
styles.css
File metadata and controls
59 lines (50 loc) · 825 Bytes
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
body {
padding-top: 50px;
}
html,
body,
.tab-content,
.tab-pane,
#map {
height: 100%;
overflow: hidden;
width: 100%;
}
p {
font-family: Verdana, Geneva, sans-serif;
color: #4F8636;
}
p.info {
font-family: Verdana, Geneva, sans-serif;
color: #4F8636;
text-align: center;
}
.leaflet-control-locate {
border:1px solid rgba(0,0,0,0.4);
}
.leaflet-control-locate a {
background-color:#fff;
background-position:-3px, -2px;
}
.leaflet-control-locate.active a {
background-position:-33px -2px;
}
.control {
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.control h5 {
margin: 0 0 10px;
color: #777;
}
.overflow-y {
overflow-y: scroll;
}
.btn-group-left .btn {
text-align: left;
}
.btn-group-left .fa {
width: 14px;
margin-right: 4px;
text-align: center;
}