qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
12 changed files
with
10 additions
and
7 deletions
| ... | @@ -19147,8 +19147,8 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19147,8 +19147,8 @@ ul.sf_date_field .sf-datepicker { |
| 19147 | margin-left: 0px; | 19147 | margin-left: 0px; |
| 19148 | margin-top: 24px; | 19148 | margin-top: 24px; |
| 19149 | text-align: left; | 19149 | text-align: left; |
| 19150 | font-size: 1rem; | 19150 | font-size: 18px; |
| 19151 | line-height: 1.5rem; | 19151 | line-height: 23px; |
| 19152 | text-align: left; | 19152 | text-align: left; |
| 19153 | color: #000; | 19153 | color: #000; |
| 19154 | text-decoration: none; | 19154 | text-decoration: none; |
| ... | @@ -20039,6 +20039,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20039,6 +20039,7 @@ ul.sf_date_field .sf-datepicker { |
| 20039 | .news-and-stories-block ul { | 20039 | .news-and-stories-block ul { |
| 20040 | flex-direction: row; | 20040 | flex-direction: row; |
| 20041 | padding-left: 0px !important; | 20041 | padding-left: 0px !important; |
| 20042 | gap: 0px; | ||
| 20042 | } | 20043 | } |
| 20043 | } | 20044 | } |
| 20044 | .news-and-stories-block ul .article-card { | 20045 | .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 @@ | ... | @@ -20686,7 +20686,7 @@ |
| 20686 | }, "100"); | 20686 | }, "100"); |
| 20687 | }); | 20687 | }); |
| 20688 | $(".searchandfilter ul li:contains('hidden')").hide(); | 20688 | $(".searchandfilter ul li:contains('hidden')").hide(); |
| 20689 | if ($('html:lang(fr-FR)')) { | 20689 | if ($('html:lang(fr-FR)').length) { |
| 20690 | $('<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 ')); | 20690 | $('<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 ')); |
| 20691 | } else { | 20691 | } else { |
| 20692 | $('<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 ')); | 20692 | $('<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($) { | ... | @@ -34,7 +34,7 @@ var Search = (function($) { |
| 34 | }); | 34 | }); |
| 35 | 35 | ||
| 36 | $(".searchandfilter ul li:contains('hidden')").hide(); | 36 | $(".searchandfilter ul li:contains('hidden')").hide(); |
| 37 | if ($( 'html:lang(fr-FR)')) { | 37 | if ($('html:lang(fr-FR)').length) { |
| 38 | $('<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 ' ) ); | 38 | $('<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 ' ) ); |
| 39 | }else{ | 39 | }else{ |
| 40 | $('<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 ' ) ); | 40 | $('<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 @@ | ... | @@ -88,13 +88,14 @@ |
| 88 | margin-left: 0px; | 88 | margin-left: 0px; |
| 89 | margin-top: 24px; | 89 | margin-top: 24px; |
| 90 | text-align: left; | 90 | text-align: left; |
| 91 | font-size: 1rem; | 91 | font-size: 18px; |
| 92 | line-height: 1.5rem; | 92 | line-height: 23px; |
| 93 | text-align: left; | 93 | text-align: left; |
| 94 | color: #000; | 94 | color: #000; |
| 95 | text-decoration: none; | 95 | text-decoration: none; |
| 96 | max-width: 320px; | 96 | max-width: 320px; |
| 97 | 97 | ||
| 98 | |||
| 98 | } | 99 | } |
| 99 | 100 | ||
| 100 | .pdf_open, | 101 | .pdf_open, | ... | ... |
| ... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
| 31 | @media only screen and (max-width: 67.063rem) { | 31 | @media only screen and (max-width: 67.063rem) { |
| 32 | flex-direction: row; | 32 | flex-direction: row; |
| 33 | padding-left: 0px !important; | 33 | padding-left: 0px !important; |
| 34 | gap: 0px; | ||
| 34 | } | 35 | } |
| 35 | .article-card { | 36 | .article-card { |
| 36 | min-height: 117px; | 37 | min-height: 117px; | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | Theme Name: MSF CA Child | 2 | Theme Name: MSF CA Child |
| 3 | Author: Tenzing Communications | 3 | Author: Tenzing Communications |
| 4 | Template: msf-ca | 4 | Template: msf-ca |
| 5 | Version: 1.0.10 | 5 | Version: 1.0.11 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment