6f104e8b by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ba7f3b00
......@@ -19147,8 +19147,8 @@ ul.sf_date_field .sf-datepicker {
margin-left: 0px;
margin-top: 24px;
text-align: left;
font-size: 1rem;
line-height: 1.5rem;
font-size: 18px;
line-height: 23px;
text-align: left;
color: #000;
text-decoration: none;
......@@ -20039,6 +20039,7 @@ ul.sf_date_field .sf-datepicker {
.news-and-stories-block ul {
flex-direction: row;
padding-left: 0px !important;
gap: 0px;
}
}
.news-and-stories-block ul .article-card {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -20686,7 +20686,7 @@
}, "100");
});
$(".searchandfilter ul li:contains('hidden')").hide();
if ($('html:lang(fr-FR)')) {
if ($('html:lang(fr-FR)').length) {
$('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="EFFACER TOUT" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child '));
} else {
$('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child '));
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -34,7 +34,7 @@ var Search = (function($) {
});
$(".searchandfilter ul li:contains('hidden')").hide();
if ($( 'html:lang(fr-FR)')) {
if ($('html:lang(fr-FR)').length) {
$('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="EFFACER TOUT" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) );
}else{
$('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) );
......
......@@ -88,13 +88,14 @@
margin-left: 0px;
margin-top: 24px;
text-align: left;
font-size: 1rem;
line-height: 1.5rem;
font-size: 18px;
line-height: 23px;
text-align: left;
color: #000;
text-decoration: none;
max-width: 320px;
}
.pdf_open,
......
......@@ -31,6 +31,7 @@
@media only screen and (max-width: 67.063rem) {
flex-direction: row;
padding-left: 0px !important;
gap: 0px;
}
.article-card {
min-height: 117px;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.10
Version: 1.0.11
*/
\ No newline at end of file
......