From: Coleman Watts Date: Thu, 16 Oct 2014 21:32:49 +0000 (-0400) Subject: Remove redundant css class X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1b8aa7feafa664e9cb879cda06eb7db84c0e0709;p=civicrm-core.git Remove redundant css class --- diff --git a/css/civicrm.css b/css/civicrm.css index f05fdd1e3c..9b5b42b7a0 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -4501,7 +4501,6 @@ span.crm-status-icon { background-position: -101px -222px;background-image: url("../i/icons/jquery-ui-3E3E3E.gif"); } -.crm-container .survey-completed, .crm-container .strikethrough { text-decoration: line-through; } diff --git a/templates/CRM/Campaign/Form/Task/Interview.tpl b/templates/CRM/Campaign/Form/Task/Interview.tpl index 3b2a8c88cb..24d605a1ba 100644 --- a/templates/CRM/Campaign/Form/Task/Interview.tpl +++ b/templates/CRM/Campaign/Form/Task/Interview.tpl @@ -318,7 +318,7 @@ var surveyActivityIds = {/literal}{$surveyActivityIds}{literal}; //post data to create interview. CRM.$.post(dataUrl, data, function(interview) { if ( interview.status == 'success' ) { - CRM.$("#row_"+voterId+' td.name').attr('class', 'name survey-completed' ); + CRM.$("#row_"+voterId+' td.name').attr('class', 'name strikethrough' ); CRM.$('#restmsg_vote_' + voterId).fadeIn("slow").fadeOut("slow"); CRM.$('#interview_voter_button_' + voterId).html(updateVote); CRM.$('#release_voter_button_' + voterId).hide( );