@bmlt-enabled/croutonjs 3.20.12 → 3.21.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 -0
- package/crouton-core.js +189 -205
- package/crouton-core.min.css +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +277 -218
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +86 -13
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +83 -79
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +23 -1
- package/crouton.js +275 -218
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +275 -218
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton.css
CHANGED
|
@@ -667,6 +667,9 @@ table.tablesaw {
|
|
|
667
667
|
}
|
|
668
668
|
.bmlt-rtl #meeting-details-contents td {
|
|
669
669
|
text-align: right !important;
|
|
670
|
+
}
|
|
671
|
+
input#search_radius, input#search_count {
|
|
672
|
+
width: auto;
|
|
670
673
|
}
|
|
671
674
|
/* required styles */
|
|
672
675
|
|
|
@@ -1699,7 +1702,7 @@ div.bmlt_map_container_div button {
|
|
|
1699
1702
|
font-size: 20px;
|
|
1700
1703
|
}
|
|
1701
1704
|
.modal-search {
|
|
1702
|
-
padding-top:
|
|
1705
|
+
padding-top: 20px;
|
|
1703
1706
|
padding-bottom: 10px;
|
|
1704
1707
|
}
|
|
1705
1708
|
.modal-search .filter-button {
|
|
@@ -1912,4 +1915,23 @@ div.bmlt_map_container_div button {
|
|
|
1912
1915
|
}
|
|
1913
1916
|
#bmlt-map .gm-style-iw-chr, #byfield_embeddedMapPage .gm-style-iw-chr {
|
|
1914
1917
|
height: 0 !important;
|
|
1918
|
+
}
|
|
1919
|
+
@media (max-width: 767px) {
|
|
1920
|
+
#bmltsearch_content {
|
|
1921
|
+
width: 80%;
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
#modal-search-box {
|
|
1925
|
+
padding: 5px;
|
|
1926
|
+
border-style: solid;
|
|
1927
|
+
border-width: 1px;
|
|
1928
|
+
border-color: black;
|
|
1929
|
+
margin-top: 10px;
|
|
1930
|
+
}
|
|
1931
|
+
#bmltsearch_modal .modal-title {
|
|
1932
|
+
margin: 20px 0 10px 0;
|
|
1933
|
+
}
|
|
1934
|
+
button.advanced-search-button {
|
|
1935
|
+
float: right;
|
|
1936
|
+
margin-top: 20px;
|
|
1915
1937
|
}
|