forked from kartoza/flask_user_map
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathuser-map.css
More file actions
67 lines (58 loc) · 1.21 KB
/
user-map.css
File metadata and controls
67 lines (58 loc) · 1.21 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
/* ******************** */
/* Map */
/* ******************** */
body {
}
html, body, #map {
height: 100%;
}
/* ******************** */
/* Controls */
/* ******************** */
.leaflet-control-stats {
background: none repeat scroll 0 0 #F8F8F9;
border-radius: 8px 8px 8px 8px;
box-shadow: 0 1px 7px #999999;
}
.leaflet-control-stats a {
background-image: url("../img/update_stats.png");
background-position: 50% 50%;
background-repeat: no-repeat;
display: inline-block;
width: 46px;
}
.leaflet-control-stats div, .leaflet-control-stats a {
height: 46px;
display: inline-block;
line-height: 46px;
}
.leaflet-control-stats div {
padding: 0 5px;
}
/* ******************** */
/* Misc */
/* ******************** */
.centered {text-align: center;}
.info {
padding: 10px 20px 10px 10px ;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 4px;
color: #777;
}
.info img {
margin: 4px;
}
.legend {
text-align: left;
line-height: 18px;
color: #555;
}
#recaptcha_image img {
width: 280px;
}