removing print statements and adding styles to the registration page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Dec 2017 21:24:28 +0000 (16:24 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Dec 2017 21:24:28 +0000 (16:24 -0500)
floating the new registration boxes to the right of the add attendee button

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

index 93de880..dae5e8c 100644 (file)
@@ -1,25 +1,7 @@
 /* Event Registration Edit Page */
 
 /*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */
-@media(max-width: 641px){
-    #regApp {
-/*        padding: 0;*/
-    }
-    .glm-reg-classes {
-/*        padding: 0;*/
-    }
-    .glm-reg-image-container {
-        padding: 0;
-        margin-bottom: 10px;
-    }
-    #glm-reg-event-name {
-        padding: 0;
-        line-height: 1.2;
-    }
-    .glm-reg-account-info,.glm-reg-billing-info {
-        padding: 0;
-    }
-}
+
 .glm-reg-event-terms{
     padding: 0;
 }
 }
 .glm-reg-level-info{
     padding: 0 2px;
-    font-size: 14px;
+    font-size: 18px;
     white-space: normal;
     line-height: 1.2;
     margin-bottom: 10px;
@@ -636,5 +618,43 @@ span.glm-error {
     #regApp #glm-reg-event-name {
         width: auto;
         white-space: normal;
+    }
+        #regApp {
+/*        padding: 0;*/
+    }
+    .glm-reg-classes {
+/*        padding: 0;*/
+    }
+    .glm-reg-image-container {
+        padding: 0;
+        margin-bottom: 10px;
+    }
+    #glm-reg-event-name {
+        padding: 0;
+        line-height: 1.2;
+    }
+    .glm-reg-account-info,.glm-reg-billing-info {
+        padding: 0;
+    }
+}
+
+@media(min-width: 1024px){
+    .reg-class-accounts {
+        padding: 5px;
+        width: 50%;
+        float: right;
+    /*    -moz-column-count: 2;
+        column-count: 2;
+        -webkit-column-count: 2;*/
+    
+    }
+    .reg-class-time {
+        padding: 5px;
+        width: 100%;
+        float: left;
+    /*    -moz-column-count: 2;
+        column-count: 2;
+        -webkit-column-count: 2;*/
+    
     }
 }
\ No newline at end of file
index b40bad9..62ba516 100644 (file)
@@ -33,7 +33,7 @@
                 
                     <div class="row">
                         <div class="small-12 columns glm-reg-event-profile-details glm-reg-date"> {$regEvent.first_datetime.timestamp|date_format:"%A, %B %e, %Y"}</div>
-<!--                        <pre>{$regEvent|@print_r}</pre>-->
+
                         {if $first_date.timestamp != $last_date.timestamp && !$time_specific}
                             <div class="small-12 columns glm-reg-event-profile-details glm-reg-time"> {$first_date.timestamp|date_format:"%l:%M %p"} - {$last_date.timestamp|date_format:"%l:%M %p"}</div>
                         {else}
                 
                 <% if ( app.timeSpecific ) { %>
                     <div class="glm-reg-warning show-for-medium-up">
-                        Please select a Date / Time!
-                        <img src="{/literal}{$assetUrl}{literal}/fingerRightRed.svg" style="height: 2em;">
+<!--                        Please select a Date / Time!
+                        <img src="{/literal}{$assetUrl}{literal}/fingerRightRed.svg" style="height: 2em;">-->
                     </div>
                     <div class="glm-reg-warning show-for-small-only">
-                        Please select a Date / Time!
-                        <img src="{/literal}{$assetUrl}{literal}/fingerDownRed.svg" style="height: 2em;">
+<!--                        Please select a Date / Time!
+                        <img src="{/literal}{$assetUrl}{literal}/fingerDownRed.svg" style="height: 2em;">-->
                     </div>
                 <% } %>
             </div>