testing visibility of duplicate charges column
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:04:57 +0000 (10:04 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:04:57 +0000 (10:04 -0500)
removing all charges labels except for the first one at the top

css/front.css
views/front/registrations/cartSummary.html

index 46de5bb..3e30aa0 100644 (file)
@@ -5,6 +5,9 @@
 .glm-bold{
     font-weight: bold;
 }
+glm-reg-cart-charges-col:not(:first-child){
+    visibility: hidden;
+}
 .glm-reg-event-profile-details {
 }
 .reg-cart-summary-edit{
index 23c7ee1..cdc4c30 100644 (file)
@@ -44,7 +44,7 @@
                 <div class="glm-small-8 glm-column reg-cart-class-name">
                     <span>Registration Level:</span> {$class.class_name}
                 </div>
-                <div class="glm-small-4 glm-column text-right reg-cart-class-name glm-bold">
+                <div class="glm-small-4 glm-column text-right reg-cart-class-name glm-bold glm-reg-cart-charges-col">
                     Charges
                 </div>
             </div>