Remove redundant css class
authorColeman Watts <coleman@civicrm.org>
Thu, 16 Oct 2014 21:32:49 +0000 (17:32 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 16 Oct 2014 21:32:49 +0000 (17:32 -0400)
css/civicrm.css
templates/CRM/Campaign/Form/Task/Interview.tpl

index f05fdd1e3cd8da14cd71666d97ebfaaf87767579..9b5b42b7a05a948d00f7ddfeb62095ac3f8f544c 100644 (file)
@@ -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;
 }
index 3b2a8c88cb4b61dd6b1ffb2105762dba977549fe..24d605a1ba5c84ab205bf1c53f08e92e56444376 100644 (file)
@@ -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( );