Skip to content

Commit c6d8365

Browse files
committed
v1.13.1
1 parent f72ca0e commit c6d8365

6 files changed

+4839
-5
lines changed

dist/angular-openlayers-directive.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.popup-label {
2+
background-color: #fff;
3+
border: 2px #444 solid;
4+
border-radius: 7px;
5+
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
6+
-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
7+
box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
8+
color: #111;
9+
font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
10+
font-weight: bold;
11+
padding: 3px 6px;
12+
position: absolute;
13+
white-space: nowrap;
14+
top: -35px;
15+
left: 20px;
16+
display: none;
17+
}
18+
19+
.popup-label img {
20+
vertical-align: middle;
21+
}
22+
23+
.popup-label.marker:before {
24+
border-top: 6px solid transparent;
25+
border-bottom: 6px solid transparent;
26+
content: "";
27+
border-right: 6px solid black;
28+
border-right-color: inherit;
29+
position: absolute;
30+
left: -8px;
31+
top: 5px;
32+
}
33+
34+
.angular-openlayers-map:-moz-full-screen {
35+
height: 100%;
36+
}
37+
.angular-openlayers-map:-webkit-full-screen {
38+
height: 100%;
39+
}
40+
.angular-openlayers-map:full-screen {
41+
height: 100%;
42+
}
43+
44+
.angular-openlayers-map:not(-moz-full-screen) {
45+
height: 400px;
46+
}
47+
48+
.angular-openlayers-map:not(-webkit-full-screen) {
49+
height: 400px;
50+
}
51+
52+
.angular-openlayers-map:not(full-screen) {
53+
height: 400px;
54+
}
55+
.ol-full-screen {
56+
position: absolute;
57+
top: 50%;
58+
}

0 commit comments

Comments
 (0)