fixing foundaiton 5 - 6 style issues, removing unused variable
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 21:22:49 +0000 (16:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 21:22:49 +0000 (16:22 -0500)
removing earliestDate, adding position relative to the reg event profiles details

css/front.css
views/admin/registrations/eventEditLevels.html
views/front/registrations/registration.html

index 1542918..43404c7 100644 (file)
 .glm-reg-contact-email{
     word-wrap: break-word;
 }
+.glm-reg-event-profile-details{
+    position: relative;
+}
 .glm-reg-event-profile-details:not(.glm-reg-contact-details){
     margin-bottom: 15px;
 }
index c6b25e6..b894918 100644 (file)
         var regEvent = '';
 
         jQuery(function($){
-               regEvent = new app.Models.Admin.RegEvent;
-            earliestDate = '{$earliestDate}';
+            regEvent = new app.Models.Admin.RegEvent;
             regEvent.setClasses({$regClassesJSON});
 //            regEvent.setTimes({$regTimesJSON});
             regEvent.set( {$regEventJSON} );
index 5bb9700..c78698b 100644 (file)
     <% if ( app.timeSpecific ) { %>
         <b><%= start_datetime.datetime %></b>
     <% } %>
-    <button class="glm-add-new-account">Add New {/literal}{$terms.reg_term_attendee_cap}{literal}</button>
+
+    <button class="glm-add-new-account button">Add New {/literal}{$terms.reg_term_attendee_cap}{literal}</button>
     <div class="glm-time-full" style="display:none;">There is no more availability for this time.</div>
+
     <div class="reg-class-accounts">
         <span class="reg-class-accounts-title">List of {/literal}{$terms.reg_term_attendee_plur}{literal}</span>
     </div>