@bmlt-enabled/croutonjs 3.24.2 → 3.25.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 +55 -22
- package/crouton-core.min.css +1 -1
- package/crouton-gmaps.js +342 -150
- package/crouton-gmaps.min.js +12 -9
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.css +55 -22
- package/crouton.js +338 -150
- package/crouton.min.css +1 -1
- package/crouton.min.js +11 -8
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +338 -150
- package/crouton.nojquery.min.js +11 -8
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
package/crouton.css
CHANGED
|
@@ -63,7 +63,14 @@ span.bmlt_tabs_group_count {
|
|
|
63
63
|
#bmlt-tabs .glyphicon-search:before {
|
|
64
64
|
margin-right: 5px;
|
|
65
65
|
}
|
|
66
|
+
#bmlt-tabs .bmlt-rtl .glyphicon-map-marker:before {
|
|
67
|
+
content: "\e062";
|
|
68
|
+
margin-left: 3px;
|
|
69
|
+
}
|
|
66
70
|
|
|
71
|
+
#bmlt-tabs .bmlt-rtl .glyphicon-search:before {
|
|
72
|
+
margin-left: 5px;
|
|
73
|
+
}
|
|
67
74
|
#bmlt-tabs .select2-container .select2-choice,#bmlt-tabs .select2-result-label {
|
|
68
75
|
height: 20px;
|
|
69
76
|
}
|
|
@@ -72,7 +79,7 @@ span.bmlt_tabs_group_count {
|
|
|
72
79
|
font-size: 14px;
|
|
73
80
|
color: #5b5b5b;
|
|
74
81
|
font-family: "Arial","Helvetica",sans-serif;
|
|
75
|
-
text-align:
|
|
82
|
+
text-align: start;
|
|
76
83
|
font-style: normal;
|
|
77
84
|
}
|
|
78
85
|
|
|
@@ -115,7 +122,7 @@ span.bmlt_tabs_group_count {
|
|
|
115
122
|
}
|
|
116
123
|
|
|
117
124
|
#bmlt-tabs .bmlt-column1 {
|
|
118
|
-
text-align:
|
|
125
|
+
text-align: start;
|
|
119
126
|
width: 20%;
|
|
120
127
|
overflow: hidden;
|
|
121
128
|
word-break: break-all;
|
|
@@ -123,7 +130,7 @@ span.bmlt_tabs_group_count {
|
|
|
123
130
|
}
|
|
124
131
|
|
|
125
132
|
#bmlt-tabs .bmlt-column2 {
|
|
126
|
-
text-align:
|
|
133
|
+
text-align: start;
|
|
127
134
|
width: auto;
|
|
128
135
|
vertical-align: top;
|
|
129
136
|
}
|
|
@@ -143,24 +150,18 @@ span.bmlt_tabs_group_count {
|
|
|
143
150
|
}
|
|
144
151
|
|
|
145
152
|
#bmlt-tabs .virtual .bmlt-column1 {
|
|
146
|
-
text-align:
|
|
153
|
+
text-align: start;
|
|
147
154
|
width: 20%;
|
|
148
155
|
word-break: break-all;
|
|
149
156
|
vertical-align: top;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
159
|
#bmlt-tabs .virtual .bmlt-column2 {
|
|
153
|
-
text-align:
|
|
160
|
+
text-align: start;
|
|
154
161
|
width: 50%;
|
|
155
162
|
vertical-align: top;
|
|
156
163
|
}
|
|
157
164
|
|
|
158
|
-
#bmlt-tabs .virtual .bmlt-column3 {
|
|
159
|
-
text-align: center !important;
|
|
160
|
-
vertical-align: middle !important;
|
|
161
|
-
width: 30%;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
165
|
#bmlt-tabs .nav-tabs > li.active > a,#bmlt-tabs .nav-tabs > li.active > a:hover,#bmlt-tabs .nav-tabs > li.active > a:focus {
|
|
165
166
|
color: #fff;
|
|
166
167
|
background-color: #DB4865;
|
|
@@ -375,9 +376,9 @@ span.bmlt_tabs_group_count {
|
|
|
375
376
|
border-radius: 0 !important;
|
|
376
377
|
margin-right: 0 !important;
|
|
377
378
|
}
|
|
378
|
-
|
|
379
|
-
#bmlt-tabs .nav-tabs > li {
|
|
379
|
+
#bmlt-tabs #nav-days .nav-tabs>li {
|
|
380
380
|
float: none;
|
|
381
|
+
width: 100% !important;
|
|
381
382
|
border: 1px solid #ddd;
|
|
382
383
|
}
|
|
383
384
|
|
|
@@ -391,7 +392,7 @@ span.bmlt_tabs_group_count {
|
|
|
391
392
|
}
|
|
392
393
|
|
|
393
394
|
#bmlt-tabs .bmlt-column1 {
|
|
394
|
-
text-align:
|
|
395
|
+
text-align: start;
|
|
395
396
|
width: 100%;
|
|
396
397
|
vertical-align: top;
|
|
397
398
|
border: 0;
|
|
@@ -400,7 +401,7 @@ span.bmlt_tabs_group_count {
|
|
|
400
401
|
}
|
|
401
402
|
|
|
402
403
|
#bmlt-tabs .bmlt-column2 {
|
|
403
|
-
text-align:
|
|
404
|
+
text-align: start;
|
|
404
405
|
width: 100%;
|
|
405
406
|
vertical-align: top;
|
|
406
407
|
border: 0;
|
|
@@ -409,8 +410,8 @@ span.bmlt_tabs_group_count {
|
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
#bmlt-tabs .bmlt-column3 {
|
|
412
|
-
text-align:
|
|
413
|
-
vertical-align: top
|
|
413
|
+
text-align: start !important;
|
|
414
|
+
vertical-align: top ;
|
|
414
415
|
width: 100%;
|
|
415
416
|
border: 0;
|
|
416
417
|
height: auto;
|
|
@@ -437,6 +438,19 @@ span.bmlt_tabs_group_count {
|
|
|
437
438
|
#bmlt-tabs td.formats_description {
|
|
438
439
|
display: none !important;
|
|
439
440
|
}
|
|
441
|
+
|
|
442
|
+
#bmlt-tabs .bmlt-rtl .bmlt-dropdown-container {
|
|
443
|
+
display: block;
|
|
444
|
+
margin-left: 0;
|
|
445
|
+
margin-right: 4px
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
#bmlt-tabs .bmlt-rtl span.select2.select2-container {
|
|
449
|
+
width: 100% !important
|
|
450
|
+
}
|
|
451
|
+
#bmlt-tabs #nav-days.bmlt-rtl {
|
|
452
|
+
width: 100% !important;
|
|
453
|
+
}
|
|
440
454
|
}
|
|
441
455
|
|
|
442
456
|
/*! Tablesaw - v2.0.2 - 2015-10-28* https://github.com/filamentgroup/tablesaw* Copyright (c) 2015 Filament Group; Licensed */
|
|
@@ -496,7 +510,7 @@ table.tablesaw {
|
|
|
496
510
|
@media only all {
|
|
497
511
|
/* Show the table cells as a block level element */
|
|
498
512
|
.tablesaw-stack td,.tablesaw-stack th {
|
|
499
|
-
text-align:
|
|
513
|
+
text-align: start;
|
|
500
514
|
display: block;
|
|
501
515
|
}
|
|
502
516
|
|
|
@@ -545,7 +559,11 @@ table.tablesaw {
|
|
|
545
559
|
float: left;
|
|
546
560
|
width: 100%;
|
|
547
561
|
}
|
|
548
|
-
|
|
562
|
+
.bmlt-rtl .tablesaw-stack tbody td,.tablesaw-stack tbody th {
|
|
563
|
+
clear: right;
|
|
564
|
+
float: right;
|
|
565
|
+
width: 100%;
|
|
566
|
+
}
|
|
549
567
|
.tablesaw-cell-label {
|
|
550
568
|
vertical-align: top;
|
|
551
569
|
}
|
|
@@ -589,7 +607,7 @@ table.tablesaw {
|
|
|
589
607
|
font-size: 12px;
|
|
590
608
|
cursor: pointer;
|
|
591
609
|
margin: 5px;
|
|
592
|
-
text-align:
|
|
610
|
+
text-align: start;
|
|
593
611
|
display: block;
|
|
594
612
|
}
|
|
595
613
|
|
|
@@ -742,7 +760,10 @@ input#search_radius, input#search_count {
|
|
|
742
760
|
.directions-remember-choice-div {
|
|
743
761
|
margin-top: 20px;
|
|
744
762
|
}
|
|
745
|
-
|
|
763
|
+
.observerLine a {
|
|
764
|
+
display: block;
|
|
765
|
+
margin-left: 5px;
|
|
766
|
+
}
|
|
746
767
|
div.bmlt_map_container_div
|
|
747
768
|
{
|
|
748
769
|
width: 100%;
|
|
@@ -1186,6 +1207,18 @@ div.bmlt_map_container_div button {
|
|
|
1186
1207
|
color: #2d5c88 !important;
|
|
1187
1208
|
|
|
1188
1209
|
}
|
|
1210
|
+
.map-caption {
|
|
1211
|
+
background-color: #EEEEEE !important;
|
|
1212
|
+
outline: none;
|
|
1213
|
+
border: 2px solid #2d5c88 !important; border-radius: 20px !important;
|
|
1214
|
+
font-weight: 700;
|
|
1215
|
+
font-size: 14px;
|
|
1216
|
+
color: #2d5c88 !important;
|
|
1217
|
+
padding-left: 8px;
|
|
1218
|
+
padding-right: 8px;
|
|
1219
|
+
width: auto;
|
|
1220
|
+
margin-bottom: 20px;
|
|
1221
|
+
}
|
|
1189
1222
|
#map-search-button {
|
|
1190
1223
|
width: fit-content;
|
|
1191
1224
|
height: fit-content;
|
|
@@ -1233,7 +1266,7 @@ div.bmlt_map_container_div button {
|
|
|
1233
1266
|
background-color: #EEEEEE;
|
|
1234
1267
|
}
|
|
1235
1268
|
.leaflet-popup-content {
|
|
1236
|
-
margin: 0px 0px;
|
|
1269
|
+
margin: 0px 0px !important;
|
|
1237
1270
|
}
|
|
1238
1271
|
|
|
1239
1272
|
.leaflet-pseudo-fullscreen {
|