d0a025ee by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent dfd196f0
...@@ -20222,7 +20222,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20222,7 +20222,7 @@ ul.sf_date_field .sf-datepicker {
20222 font-weight: normal; 20222 font-weight: normal;
20223 display: inline-block; 20223 display: inline-block;
20224 text-decoration: none !important; 20224 text-decoration: none !important;
20225 margin-top: 14px; 20225 margin-top: 8px;
20226 } 20226 }
20227 .article-card .content .author-name { 20227 .article-card .content .author-name {
20228 font-size: 0.875rem; 20228 font-size: 0.875rem;
......
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.
...@@ -26217,7 +26217,7 @@ ...@@ -26217,7 +26217,7 @@
26217 li += "<div class='image large'><div class='scale-wrapper'><img src='" + post_obj['img_src'] + "' /></div></div>"; 26217 li += "<div class='image large'><div class='scale-wrapper'><img src='" + post_obj['img_src'] + "' /></div></div>";
26218 } 26218 }
26219 if (post_obj['title'].length > 100) { 26219 if (post_obj['title'].length > 100) {
26220 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span><span class='anchor-dots'></span></div>"; 26220 li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span></div>";
26221 } else { 26221 } else {
26222 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>"; 26222 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
26223 } 26223 }
...@@ -26227,7 +26227,7 @@ ...@@ -26227,7 +26227,7 @@
26227 if (post_obj['date']) { 26227 if (post_obj['date']) {
26228 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>"; 26228 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
26229 } 26229 }
26230 li += "<span class='anchor-dots'></span></div></a></li>"; 26230 li += "</div></a></li>";
26231 } else { 26231 } else {
26232 li += "<li class='article-card sm'><a href='" + post_obj['href'] + "'>"; 26232 li += "<li class='article-card sm'><a href='" + post_obj['href'] + "'>";
26233 if (post_obj['img_src']) { 26233 if (post_obj['img_src']) {
...@@ -26253,7 +26253,7 @@ ...@@ -26253,7 +26253,7 @@
26253 if (post_obj['date']) { 26253 if (post_obj['date']) {
26254 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>"; 26254 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
26255 } 26255 }
26256 li += "<span class='anchor-dots'></span>"; 26256 li += "";
26257 li += "</div></li>"; 26257 li += "</div></li>";
26258 } 26258 }
26259 mobile_article_list.push(li); 26259 mobile_article_list.push(li);
......
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.
...@@ -10,7 +10,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) { ...@@ -10,7 +10,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
10 li += "<div class='image large'><div class='scale-wrapper'><img src='"+post_obj['img_src']+"' /></div></div>"; 10 li += "<div class='image large'><div class='scale-wrapper'><img src='"+post_obj['img_src']+"' /></div></div>";
11 } 11 }
12 if(post_obj['title'].length > 100) { 12 if(post_obj['title'].length > 100) {
13 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span><span class='anchor-dots'></span></div>"; 13 li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span></div>";
14 } else { 14 } else {
15 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>"; 15 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
16 } 16 }
...@@ -20,7 +20,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) { ...@@ -20,7 +20,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
20 if(post_obj['date']) { 20 if(post_obj['date']) {
21 li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>"; 21 li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>";
22 } 22 }
23 li += "<span class='anchor-dots'></span></div></a></li>"; 23 li += "</div></a></li>";
24 } else { 24 } else {
25 li += "<li class='article-card sm'><a href='"+post_obj['href']+"'>"; 25 li += "<li class='article-card sm'><a href='"+post_obj['href']+"'>";
26 if(post_obj['img_src']) { 26 if(post_obj['img_src']) {
...@@ -46,7 +46,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) { ...@@ -46,7 +46,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
46 if(post_obj['date']) { 46 if(post_obj['date']) {
47 li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>"; 47 li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>";
48 } 48 }
49 li += "<span class='anchor-dots'></span>"; 49 li += "";
50 li += "</div></li>"; 50 li += "</div></li>";
51 } 51 }
52 mobile_article_list.push(li); 52 mobile_article_list.push(li);
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
202 font-weight: normal; 202 font-weight: normal;
203 display: inline-block; 203 display: inline-block;
204 text-decoration: none !important; 204 text-decoration: none !important;
205 margin-top: 14px; 205 margin-top: 8px;
206 } 206 }
207 .author-name { 207 .author-name {
208 font-size:0.875rem; 208 font-size:0.875rem;
......
...@@ -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.27 5 Version: 1.0.28
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......