egovamap 0.17.18 → 0.17.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,97 +1,97 @@
1
- @import url(./mapswich.css);
2
-
3
- .fullWindow {
4
- position: absolute;
5
- top: 0;
6
- left: 0;
7
- height: 100%;
8
- width: 100%;
9
- margin: 0;
10
- overflow: hidden;
11
- padding: 0;
12
- font-family: sans-serif;
13
- }
14
-
15
- .desktop-map {
16
- width: 100%;
17
- height: 100%;
18
- overflow: hidden;
19
- margin: 0;
20
- z-index: 0;
21
- }
22
-
23
- .maps-container {
24
- overflow: hidden;
25
- margin: 0;
26
- z-index: 0;
27
- }
28
-
29
- .emap-container {
30
- position: absolute;
31
- right: 0;
32
- bottom: 0;
33
- width: 100%;
34
- height: 100%;
35
- overflow: hidden;
36
- margin: 0;
37
- }
38
-
39
- .emap-iframe {
40
- width: 100%;
41
- height: 100%;
42
- overflow: hidden;
43
- margin: 0;
44
- z-index: 0;
45
- frameborder: 0;
46
- border: 0;
47
- marginwidth: 0;
48
- marginheight: 0
49
- }
50
-
51
- .mmsmap-container {
52
- position: absolute;
53
- top: 0;
54
- bottom: 0;
55
- width: 100%;
56
- overflow: hidden;
57
- margin: 0;
58
- z-index: 0;
59
- transition: height 0.5s;
60
- transition-timing-function: linear;
61
- display: none
62
- }
63
-
64
- .mmsmap-iframe {
65
- width: 100%;
66
- height: 100%;
67
- overflow: hidden;
68
- margin: 0;
69
- z-index: 0;
70
- frameborder: 0;
71
- border: 0;
72
- marginwidth: 0;
73
- marginheight: 0
74
- }
75
-
76
- .globemap-container {
77
- position: absolute;
78
- right: 0;
79
- bottom: 0;
80
- width: 100%;
81
- height: 100%;
82
- overflow: hidden;
83
- margin: 0;
84
- z-index: 0;
85
- }
86
-
87
- .globemap-iframe {
88
- width: 100%;
89
- height: 100%;
90
- overflow: hidden;
91
- margin: 0;
92
- z-index: 0;
93
- frameborder: 0;
94
- border: 0;
95
- marginwidth: 0;
96
- marginheight: 0
1
+ @import url(./mapswich.css);
2
+
3
+ .fullWindow {
4
+ position: absolute;
5
+ top: 0;
6
+ left: 0;
7
+ height: 100%;
8
+ width: 100%;
9
+ margin: 0;
10
+ overflow: hidden;
11
+ padding: 0;
12
+ font-family: sans-serif;
13
+ }
14
+
15
+ .desktop-map {
16
+ width: 100%;
17
+ height: 100%;
18
+ overflow: hidden;
19
+ margin: 0;
20
+ z-index: 0;
21
+ }
22
+
23
+ .maps-container {
24
+ overflow: hidden;
25
+ margin: 0;
26
+ z-index: 0;
27
+ }
28
+
29
+ .emap-container {
30
+ position: absolute;
31
+ right: 0;
32
+ bottom: 0;
33
+ width: 100%;
34
+ height: 100%;
35
+ overflow: hidden;
36
+ margin: 0;
37
+ }
38
+
39
+ .emap-iframe {
40
+ width: 100%;
41
+ height: 100%;
42
+ overflow: hidden;
43
+ margin: 0;
44
+ z-index: 0;
45
+ frameborder: 0;
46
+ border: 0;
47
+ marginwidth: 0;
48
+ marginheight: 0
49
+ }
50
+
51
+ .mmsmap-container {
52
+ position: absolute;
53
+ top: 0;
54
+ bottom: 0;
55
+ width: 100%;
56
+ overflow: hidden;
57
+ margin: 0;
58
+ z-index: 0;
59
+ transition: height 0.5s;
60
+ transition-timing-function: linear;
61
+ display: none
62
+ }
63
+
64
+ .mmsmap-iframe {
65
+ width: 100%;
66
+ height: 100%;
67
+ overflow: hidden;
68
+ margin: 0;
69
+ z-index: 0;
70
+ frameborder: 0;
71
+ border: 0;
72
+ marginwidth: 0;
73
+ marginheight: 0
74
+ }
75
+
76
+ .globemap-container {
77
+ position: absolute;
78
+ right: 0;
79
+ bottom: 0;
80
+ width: 100%;
81
+ height: 100%;
82
+ overflow: hidden;
83
+ margin: 0;
84
+ z-index: 0;
85
+ }
86
+
87
+ .globemap-iframe {
88
+ width: 100%;
89
+ height: 100%;
90
+ overflow: hidden;
91
+ margin: 0;
92
+ z-index: 0;
93
+ frameborder: 0;
94
+ border: 0;
95
+ marginwidth: 0;
96
+ marginheight: 0
97
97
  }