@bmlt-enabled/croutonjs 4.0.4 → 4.1.1
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.
- package/crouton-core.css +3 -4
- package/crouton-core.min.css +1 -1
- package/crouton-gmaps.js +1389 -1496
- package/crouton-gmaps.min.js +139 -82
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.css +3 -4
- package/crouton.js +1389 -1496
- package/crouton.min.css +1 -1
- package/crouton.min.js +134 -77
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +1373 -1480
- package/crouton.nojquery.min.js +133 -76
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
- package/examples/nz.html +0 -28
- package/sample.html +0 -26
- package/sample_jsdeliver.html +0 -27
- package/templates/NAMarker.png +0 -0
- package/templates/NAMarkerB.png +0 -0
- package/templates/NAMarkerG.png +0 -0
- package/templates/NAMarkerR.png +0 -0
- package/templates/NAMarkerS.png +0 -0
- package/templates/NAMarkerSel.png +0 -0
- package/templates/Throbber.gif +0 -0
- package/templates/closebigger.gif +0 -0
- package/templates/m1.png +0 -0
- package/templates/m2.png +0 -0
- package/templates/m3.png +0 -0
- package/templates/m4.png +0 -0
- package/templates/m5.png +0 -0
- package/templates/menu-32.png +0 -0
package/crouton.css
CHANGED
|
@@ -702,7 +702,9 @@ input#search_radius, input#search_count {
|
|
|
702
702
|
width: auto;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
|
-
|
|
705
|
+
.group-modal {
|
|
706
|
+
width:85%
|
|
707
|
+
}
|
|
706
708
|
.directions-map-modal {
|
|
707
709
|
display: none;
|
|
708
710
|
position: fixed;
|
|
@@ -1798,9 +1800,6 @@ div.bmlt_map_container_div button {
|
|
|
1798
1800
|
.card-body {
|
|
1799
1801
|
padding-inline-start: 10px;
|
|
1800
1802
|
}
|
|
1801
|
-
#bmlt-group-map {
|
|
1802
|
-
height: 300px;
|
|
1803
|
-
}
|
|
1804
1803
|
/* required styles */
|
|
1805
1804
|
|
|
1806
1805
|
.leaflet-pane,
|