Skip to content

Commit

Permalink
Merge pull request #17 from nusratsharmin03/master
Browse files Browse the repository at this point in the history
Update css and html
  • Loading branch information
nusratsharmin03 authored Aug 17, 2020
2 parents 0d02c1f + 9824b11 commit fdf1dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion fb-newsfeed-filter/assets/styles/covid19.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
line-height: 2em;
cursor: pointer;
float: right;
width: 54%;
width: 50%;
float: left;
margin-left: 8px;
background: #77A653 !important;
border-radius: 10px;
height: auto;
Expand Down
4 changes: 2 additions & 2 deletions fb-newsfeed-filter/scripts/covid19.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $(document).ready(function() {

//str += '<b>Verification Link:</b><br/><a href="' + data.verification_link + '">'+ data.verification_link+'</a>';

str += '<div><b class="mis-info-text-font" style="color:green;">তথ্যসূত্র:</b><br/><div class="misinfo-marker-info-truth-link" ><a style="color:white;" href="' + data.verification_link + '">' + 'এসংক্রান্ত তথ্য প্রমাণ জানতে এখানে ক্লিক করুন' + '</a></div></div>';
str += '<div><b class="mis-info-text-font" style="color:green;">তথ্যসূত্র:</b><br/><div class="misinfo-marker-info-truth-link" ><a target="_blank" style="color:white;" href="' + data.verification_link + '">' + 'এসংক্রান্ত তথ্য প্রমাণ জানতে এখানে ক্লিক করুন' + '</a></div></div>';


var info = $('<div></div>').html(str);
Expand Down Expand Up @@ -563,4 +563,4 @@ $(document).ready(function() {
loop();
}
})();
});
});

0 comments on commit fdf1dc7

Please sign in to comment.