@bmlt-enabled/croutonjs 3.19.5 → 3.20.0
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.js +211 -99
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +245 -112
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +34 -13
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +142 -51
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +12 -12
- package/crouton.js +245 -112
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +245 -112
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton.css
CHANGED
|
@@ -1386,7 +1386,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
1386
1386
|
.marker-cluster span {
|
|
1387
1387
|
line-height: 30px;
|
|
1388
1388
|
}
|
|
1389
|
-
div.bmlt_map_container_div
|
|
1389
|
+
div.bmlt_map_container_div
|
|
1390
1390
|
{
|
|
1391
1391
|
width: 100%;
|
|
1392
1392
|
margin:auto;
|
|
@@ -1400,7 +1400,7 @@ div.bmlt_search_map_div {
|
|
|
1400
1400
|
margin:auto;
|
|
1401
1401
|
left:0;
|
|
1402
1402
|
top:0;
|
|
1403
|
-
height:100%;
|
|
1403
|
+
height:100%;
|
|
1404
1404
|
z-index: 10;
|
|
1405
1405
|
}
|
|
1406
1406
|
div.bmlt_map_container_div .bmlt_map_throbber_div
|
|
@@ -1474,7 +1474,7 @@ div.bmlt_map_container_div div.bmlt_search_map_div
|
|
|
1474
1474
|
.accordion h4 {
|
|
1475
1475
|
padding-top: .25em;
|
|
1476
1476
|
font-size: 16px;
|
|
1477
|
-
font-weight: bold;
|
|
1477
|
+
font-weight: bold;
|
|
1478
1478
|
margin-top: 8px;
|
|
1479
1479
|
margin-bottom: 8px;
|
|
1480
1480
|
}
|
|
@@ -1547,7 +1547,7 @@ div.bmlt_map_container_div div.bmlt_search_map_div
|
|
|
1547
1547
|
padding-bottom: 2px;
|
|
1548
1548
|
font-size:12px;
|
|
1549
1549
|
border:0;
|
|
1550
|
-
}
|
|
1550
|
+
}
|
|
1551
1551
|
input[name='panel']:checked ~ .marker_div_meeting {
|
|
1552
1552
|
height:auto;
|
|
1553
1553
|
overflow: auto !important;
|
|
@@ -1566,7 +1566,7 @@ input[name='panel']:checked ~ .marker_div_meeting {
|
|
|
1566
1566
|
display: block; overflow: hidden; cursor: pointer;
|
|
1567
1567
|
border: 2px solid #2d5c88 !important; border-radius: 20px !important;
|
|
1568
1568
|
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
|
|
1569
|
-
|
|
1569
|
+
|
|
1570
1570
|
}
|
|
1571
1571
|
.onoffswitch-inner {
|
|
1572
1572
|
display: block !important; width: 200% !important; margin-left: -100% !important;
|
|
@@ -1584,13 +1584,13 @@ input[name='panel']:checked ~ .marker_div_meeting {
|
|
|
1584
1584
|
position: absolute; top: 0; bottom: 0;
|
|
1585
1585
|
right: 136px !important;
|
|
1586
1586
|
border: 2px solid #2d5c88 !important; border-radius: 20px;
|
|
1587
|
-
transition: all 0.3s ease-in 0s;
|
|
1587
|
+
transition: all 0.3s ease-in 0s;
|
|
1588
1588
|
}
|
|
1589
1589
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
|
|
1590
1590
|
margin-left: 0 !important;
|
|
1591
1591
|
}
|
|
1592
1592
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
|
|
1593
|
-
right: 0px !important;
|
|
1593
|
+
right: 0px !important;
|
|
1594
1594
|
}
|
|
1595
1595
|
.mapSearchText {
|
|
1596
1596
|
background-color: #fff !important;
|
|
@@ -1622,7 +1622,7 @@ div.bmlt_map_container_div button {
|
|
|
1622
1622
|
}
|
|
1623
1623
|
/* The Modal (background) */
|
|
1624
1624
|
.modal {
|
|
1625
|
-
font-size: 14px !important; color: black; font-family: Roboto, Arial, sans-serif !important;
|
|
1625
|
+
font-size: 14px !important; color: black; font-family: Roboto, Arial, sans-serif !important;
|
|
1626
1626
|
display: none; /* Hidden by default */
|
|
1627
1627
|
position: fixed; /* Stay in place */
|
|
1628
1628
|
z-index: 1000; /* Sit on top */
|
|
@@ -1755,12 +1755,12 @@ div.bmlt_map_container_div button {
|
|
|
1755
1755
|
font-size: 14px;
|
|
1756
1756
|
font-weight: bold;
|
|
1757
1757
|
margin-top: 0;
|
|
1758
|
-
line-height: 1.2;
|
|
1758
|
+
line-height: 1.2;
|
|
1759
1759
|
}
|
|
1760
1760
|
.modal_times {
|
|
1761
1761
|
font-size: 14px;
|
|
1762
1762
|
font-weight: bold;
|
|
1763
|
-
color: #DB4865;
|
|
1763
|
+
color: #DB4865;
|
|
1764
1764
|
}
|
|
1765
1765
|
#table_content .meeting-header{
|
|
1766
1766
|
background-color: #93c3cd !important;
|
|
@@ -1898,7 +1898,7 @@ background-color: #EEEEEE;
|
|
|
1898
1898
|
.gm-style .gm-style-iw-c {
|
|
1899
1899
|
padding: 0px;
|
|
1900
1900
|
}
|
|
1901
|
-
|
|
1901
|
+
#bmlt-map button.gm-ui-hover-effect, #byfield_embeddedMapPage .gm-ui-hover-effect {
|
|
1902
1902
|
right: 0px;
|
|
1903
1903
|
z-index: 999;
|
|
1904
1904
|
width: 20px !important;
|
|
@@ -1909,6 +1909,6 @@ background-color: #EEEEEE;
|
|
|
1909
1909
|
bottom: 13px;
|
|
1910
1910
|
right: 13px;
|
|
1911
1911
|
}
|
|
1912
|
-
#bmlt-map .gm-style-iw-chr {
|
|
1912
|
+
#bmlt-map .gm-style-iw-chr, #byfield_embeddedMapPage .gm-style-iw-chr {
|
|
1913
1913
|
height: 0 !important;
|
|
1914
1914
|
}
|