-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (73 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
85 lines (73 loc) · 1.17 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
html,
body {
height: 100%;
background: #fff;
color: #777;
font-family: 'Oxygen', sans-serif;
}
/** Navbar **/
.navbar {
min-height: 40px;
max-height: 40px;
padding-top: 5px;
margin: 0;
line-height: 27px;
}
.navbar .navbar-brand {
padding: 0 20px 0 0;
font-weight: 700;
letter-spacing: 1px;
}
.navbar .logo a {
color: #555;
}
.navbar .logo span:last-child {
padding-left: 10px;
}
/** Map **/
body > .container {
padding: 40px 0 0 0;
height: 100%;
width: 100%;
}
#map {
width: 100%;
height: 100%;
border: 0;
}
#loader {
display: none;
position: absolute;
background: white;
left: 45px;
top: 50px;
height: 52px;
line-height: 52px;
padding: 0 10px;
}
.leaflet-popup-content {
text-align: center;
min-width: 250px !important;
}
.leaflet-popup-content h3 {
font-family: 'Oxygen', sans-serif;
font-weight: 700;
font-size: 16px;
margin-bottom: 20px;
}
.leaflet-popup-content a {
display: block;
text-align: center;
margin-bottom: 20px;
}
/** Footer **/
#footer {
height: 40px;
width: 100%;
background-color: rgba(255,255,255,.7);
position: absolute;
bottom: 0;
}
#footer .container > div {
padding-top: 11px;
}