@bmlt-enabled/croutonjs 3.19.4 → 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.css +0 -6
- package/crouton-core.js +211 -99
- package/crouton-core.min.css +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +250 -119
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +39 -20
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +142 -51
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +24 -16
- package/crouton.js +250 -119
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +250 -119
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton.css
CHANGED
|
@@ -585,12 +585,6 @@ table.tablesaw {
|
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
-
@media only screen and (max-width: 480px) {
|
|
589
|
-
#bmlt-tabs .bmlt-column3 {
|
|
590
|
-
width: auto;
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
|
|
594
588
|
.mapcontrolslabel {
|
|
595
589
|
font-size: 12px;
|
|
596
590
|
cursor: pointer;
|
|
@@ -1392,7 +1386,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
1392
1386
|
.marker-cluster span {
|
|
1393
1387
|
line-height: 30px;
|
|
1394
1388
|
}
|
|
1395
|
-
div.bmlt_map_container_div
|
|
1389
|
+
div.bmlt_map_container_div
|
|
1396
1390
|
{
|
|
1397
1391
|
width: 100%;
|
|
1398
1392
|
margin:auto;
|
|
@@ -1406,7 +1400,7 @@ div.bmlt_search_map_div {
|
|
|
1406
1400
|
margin:auto;
|
|
1407
1401
|
left:0;
|
|
1408
1402
|
top:0;
|
|
1409
|
-
height:100%;
|
|
1403
|
+
height:100%;
|
|
1410
1404
|
z-index: 10;
|
|
1411
1405
|
}
|
|
1412
1406
|
div.bmlt_map_container_div .bmlt_map_throbber_div
|
|
@@ -1480,7 +1474,7 @@ div.bmlt_map_container_div div.bmlt_search_map_div
|
|
|
1480
1474
|
.accordion h4 {
|
|
1481
1475
|
padding-top: .25em;
|
|
1482
1476
|
font-size: 16px;
|
|
1483
|
-
font-weight: bold;
|
|
1477
|
+
font-weight: bold;
|
|
1484
1478
|
margin-top: 8px;
|
|
1485
1479
|
margin-bottom: 8px;
|
|
1486
1480
|
}
|
|
@@ -1553,7 +1547,7 @@ div.bmlt_map_container_div div.bmlt_search_map_div
|
|
|
1553
1547
|
padding-bottom: 2px;
|
|
1554
1548
|
font-size:12px;
|
|
1555
1549
|
border:0;
|
|
1556
|
-
}
|
|
1550
|
+
}
|
|
1557
1551
|
input[name='panel']:checked ~ .marker_div_meeting {
|
|
1558
1552
|
height:auto;
|
|
1559
1553
|
overflow: auto !important;
|
|
@@ -1572,7 +1566,7 @@ input[name='panel']:checked ~ .marker_div_meeting {
|
|
|
1572
1566
|
display: block; overflow: hidden; cursor: pointer;
|
|
1573
1567
|
border: 2px solid #2d5c88 !important; border-radius: 20px !important;
|
|
1574
1568
|
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
|
|
1575
|
-
|
|
1569
|
+
|
|
1576
1570
|
}
|
|
1577
1571
|
.onoffswitch-inner {
|
|
1578
1572
|
display: block !important; width: 200% !important; margin-left: -100% !important;
|
|
@@ -1590,13 +1584,13 @@ input[name='panel']:checked ~ .marker_div_meeting {
|
|
|
1590
1584
|
position: absolute; top: 0; bottom: 0;
|
|
1591
1585
|
right: 136px !important;
|
|
1592
1586
|
border: 2px solid #2d5c88 !important; border-radius: 20px;
|
|
1593
|
-
transition: all 0.3s ease-in 0s;
|
|
1587
|
+
transition: all 0.3s ease-in 0s;
|
|
1594
1588
|
}
|
|
1595
1589
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
|
|
1596
1590
|
margin-left: 0 !important;
|
|
1597
1591
|
}
|
|
1598
1592
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
|
|
1599
|
-
right: 0px !important;
|
|
1593
|
+
right: 0px !important;
|
|
1600
1594
|
}
|
|
1601
1595
|
.mapSearchText {
|
|
1602
1596
|
background-color: #fff !important;
|
|
@@ -1628,7 +1622,7 @@ div.bmlt_map_container_div button {
|
|
|
1628
1622
|
}
|
|
1629
1623
|
/* The Modal (background) */
|
|
1630
1624
|
.modal {
|
|
1631
|
-
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;
|
|
1632
1626
|
display: none; /* Hidden by default */
|
|
1633
1627
|
position: fixed; /* Stay in place */
|
|
1634
1628
|
z-index: 1000; /* Sit on top */
|
|
@@ -1761,12 +1755,12 @@ div.bmlt_map_container_div button {
|
|
|
1761
1755
|
font-size: 14px;
|
|
1762
1756
|
font-weight: bold;
|
|
1763
1757
|
margin-top: 0;
|
|
1764
|
-
line-height: 1.2;
|
|
1758
|
+
line-height: 1.2;
|
|
1765
1759
|
}
|
|
1766
1760
|
.modal_times {
|
|
1767
1761
|
font-size: 14px;
|
|
1768
1762
|
font-weight: bold;
|
|
1769
|
-
color: #DB4865;
|
|
1763
|
+
color: #DB4865;
|
|
1770
1764
|
}
|
|
1771
1765
|
#table_content .meeting-header{
|
|
1772
1766
|
background-color: #93c3cd !important;
|
|
@@ -1903,4 +1897,18 @@ background-color: #EEEEEE;
|
|
|
1903
1897
|
}
|
|
1904
1898
|
.gm-style .gm-style-iw-c {
|
|
1905
1899
|
padding: 0px;
|
|
1900
|
+
}
|
|
1901
|
+
#bmlt-map button.gm-ui-hover-effect, #byfield_embeddedMapPage .gm-ui-hover-effect {
|
|
1902
|
+
right: 0px;
|
|
1903
|
+
z-index: 999;
|
|
1904
|
+
width: 20px !important;
|
|
1905
|
+
height: 20px !important;
|
|
1906
|
+
}
|
|
1907
|
+
.gm-ui-hover-effect>span {
|
|
1908
|
+
position: relative;
|
|
1909
|
+
bottom: 13px;
|
|
1910
|
+
right: 13px;
|
|
1911
|
+
}
|
|
1912
|
+
#bmlt-map .gm-style-iw-chr, #byfield_embeddedMapPage .gm-style-iw-chr {
|
|
1913
|
+
height: 0 !important;
|
|
1906
1914
|
}
|