From 1b8aa7feafa664e9cb879cda06eb7db84c0e0709 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 16 Oct 2014 17:32:49 -0400 Subject: [PATCH] Remove redundant css class --- css/civicrm.css | 1 - templates/CRM/Campaign/Form/Task/Interview.tpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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( ); -- 2.25.1