@bmlt-enabled/croutonjs 3.12.1 → 3.12.5
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/build/croutonjs-build967-cc52f58c310eb76a4a23abbb9ee24e6ff7fb1eba.zip +0 -0
- package/crouton.css +11 -5
- package/crouton.js +353 -130
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +353 -130
- package/crouton.nojquery.min.js +1 -1
- package/dist_croutonjs/github/croutonjs.zip +0 -0
- package/dist_croutonjs/s3/croutonjs-build967-cc52f58c310eb76a4a23abbb9ee24e6ff7fb1eba.zip +0 -0
- package/package.json +1 -1
- package/templates/themes/asheboro.css +1 -1
- package/templates/themes/florida-nights.css +1 -1
- package/templates/themes/frog.css +4 -4
- package/templates/themes/gold-coast.css +1 -2
- package/templates/themes/jack.css +1 -1
- package/templates/themes/lucy.css +1 -1
- package/templates/themes/one-nine.css +1 -1
- package/templates/themes/orange-monster.css +1 -1
- package/templates/themes/patrick.css +1 -1
- package/templates/themes/quebec.css +1 -1
- package/templates/themes/seattle-rain.css +16 -16
- package/templates/themes/sezf.css +1 -1
- package/templates/themes/truth.css +3 -3
- package/build/croutonjs-build862-f95a4ec83b0b7406418ba56e8fff6c0a116c1394.zip +0 -0
- package/dist_croutonjs/s3/croutonjs-build862-f95a4ec83b0b7406418ba56e8fff6c0a116c1394.zip +0 -0
package/crouton.css
CHANGED
|
@@ -184,7 +184,7 @@ span.bmlt_tabs_group_count {
|
|
|
184
184
|
color: #FFF;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
#bmlt-tabs a#map-button {
|
|
187
|
+
#bmlt-tabs a#map-button,#bmlt-tabs a#share-button {
|
|
188
188
|
margin-bottom: 4px;
|
|
189
189
|
}
|
|
190
190
|
|
|
@@ -192,7 +192,7 @@ span.bmlt_tabs_group_count {
|
|
|
192
192
|
margin: 4px 0;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
#bmlt-formats.btn-xs,#map-button.btn-xs {
|
|
195
|
+
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
|
|
196
196
|
padding: 3px 5px;
|
|
197
197
|
font-size: 10px;
|
|
198
198
|
background-color: #93C3CD;
|
|
@@ -200,7 +200,7 @@ span.bmlt_tabs_group_count {
|
|
|
200
200
|
border-color: #C5C5C5;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
#bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover {
|
|
203
|
+
#bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover,#share-button.btn-xs:hover {
|
|
204
204
|
background-color: #F1F1F1;
|
|
205
205
|
}
|
|
206
206
|
|
|
@@ -372,6 +372,12 @@ span.bmlt_tabs_group_count {
|
|
|
372
372
|
border-radius: 0;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
+
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#share-button {
|
|
376
|
+
background-color: #fff !important;
|
|
377
|
+
color: #000;
|
|
378
|
+
border-radius: 0;
|
|
379
|
+
}
|
|
380
|
+
|
|
375
381
|
#bmlt-tabs .nav-tabs > li > a {
|
|
376
382
|
border-radius: 0 !important;
|
|
377
383
|
margin-right: 0 !important;
|
|
@@ -417,12 +423,12 @@ span.bmlt_tabs_group_count {
|
|
|
417
423
|
height: auto;
|
|
418
424
|
}
|
|
419
425
|
|
|
420
|
-
#bmlt-formats.btn-xs,#map-button.btn-xs {
|
|
426
|
+
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
|
|
421
427
|
padding: 2px 7px !important;
|
|
422
428
|
font-size: 12px !important;
|
|
423
429
|
}
|
|
424
430
|
|
|
425
|
-
#map-button.btn-xs {
|
|
431
|
+
#map-button.btn-xs,#share-button.btn-xs {
|
|
426
432
|
display: -webkit-inline-box;
|
|
427
433
|
}
|
|
428
434
|
|