From a9255f2c66a0e4c077245011f972d5d71f17163a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Mar 2014 20:11:22 -0400 Subject: [PATCH] Add hover & popup classes to payment links --- css/civicrm.css | 8 ++++---- templates/CRM/Contribute/Page/PaymentInfo.tpl | 2 +- templates/CRM/Event/Form/ParticipantFeeSelection.tpl | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index f6982f96df..add263391f 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2646,7 +2646,7 @@ div.grippie { } /* Icon hover-buttons */ -.crm-container a.crm-hover-button { +.crm-container .crm-hover-button { display: inline-block; border: 1px solid transparent; text-decoration: none; @@ -2655,13 +2655,13 @@ div.grippie { padding: 1px 2px 1px 0; opacity: .7; } -.crm-container .crm-accordion-header a.crm-hover-button { +.crm-container .crm-accordion-header .crm-hover-button { opacity: 1; position: relative; top: -4px; } -.crm-container a.crm-hover-button:hover, -.crm-container a.crm-hover-button:active { +.crm-container .crm-hover-button:hover, +.crm-container .crm-hover-button:active { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ccc)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #ccc 100%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #ccc 100%); diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index c09daaf24e..c953dbde2e 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -56,7 +56,7 @@ cj(function($){ {$paymentInfo.total|crmMoney} {if $paymentInfo.paid > 0} - {$paymentInfo.paid|crmMoney}
>> view payments
+ {$paymentInfo.paid|crmMoney}
» view payments
{/if} {$paymentInfo.balance|crmMoney} diff --git a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl index 12f61d243f..31383cad3e 100644 --- a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl +++ b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl @@ -129,7 +129,7 @@ cj(function(){
{ts}Updated Fee(s){/ts}
{ts}Total Paid{/ts}
- @@ -144,7 +144,7 @@ cj(function(){ {ts}Send Confirmation{/ts} {$form.send_receipt.html}
- {ts 1=$email'}Automatically email a confirmation to %1?{/ts} + {ts 1=$email}Automatically email a confirmation to %1?{/ts} @@ -217,4 +217,4 @@ cj(function($){ }); }); -{/literal} \ No newline at end of file +{/literal} -- 2.25.1