-
Notifications
You must be signed in to change notification settings - Fork 0
/
salida_campo.css
60 lines (53 loc) · 1.12 KB
/
salida_campo.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
/*salida_campo stylesheet*/
body {
padding: 0;
margin: 0;
}
html, body, #map {
height: 100%;
}
/*custom-popup style*/
.custom-popup .leaflet-popup-content-wrapper {
background:rgba(0,0,0,0.7);
color:white;
font-size:14px;
}
.custom-popup .leaflet-popup-content-wrapper a {
color:rgba(255,255,255,0.5);
}
.custom-popup .leaflet-popup-tip-container {
margin: 0 auto;
width: 40px;
height: 20px;
position: relative;
overflow: hidden;
}
.custom-popup .leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background:rgba(0,0,0,0.7);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
text-align: right;
width: 18px;
height: 14px;
font: 14px Tahoma, Verdana, sans-serif;
color: white;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}