adjusting styles for the add attendee section
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 14:53:15 +0000 (09:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 14:53:15 +0000 (09:53 -0500)
fixing bottom border for mobile, removing padding and margin from the new
attendee list in tablet and mobile view

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

index 6eee614..98c4410 100644 (file)
@@ -8,7 +8,7 @@
 .glm-reg-event-profile-details {
 }
 .glm-reg-image-container {
-    padding: 0 10px 0 0;
+/*    padding: 0 10px 0 10px;*/
     max-height: 350px;
     overflow: hidden;
     text-align: center;
@@ -576,6 +576,7 @@ span.glm-error {
     text-align: center;
 }
 #accountHeader #accountHeader-right {
+    padding: 0;
     float: right;
     text-align: right;
     margin-top: 12px;
@@ -601,6 +602,9 @@ span.glm-error {
     padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
     width: 100%;
 }
+.reg-class-time:not(:last-child){
+    border-bottom: 1px solid lightgrey;
+}
 @media(max-width: 1024px) {
     #accountHeader .accountHeader-section {
         margin-bottom: 10px;
@@ -610,6 +614,12 @@ span.glm-error {
         min-height: 0;
         border-width: 1px;
     }
+    .reg-class-accounts{
+        padding-left: 0;
+    }
+    .glm-reg-level-registrant{
+        margin-left: 0;
+    }
 }
 #accountHeader .button {
     border-radius: 3px;
@@ -620,9 +630,9 @@ span.glm-error {
     margin: 10px auto;
 }
 .glm-reg-image-container {
-        padding: 0;
-        margin-bottom: 10px;
-    }
+/*        padding: 0;*/
+    margin-bottom: 10px;
+}
 @media(max-width: 640px){
     #accountHeader .button {
         margin-bottom: 5px;
@@ -637,7 +647,7 @@ span.glm-error {
         width: auto;
         white-space: normal;
     }
-        #regApp {
+    #regApp {
 /*        padding: 0;*/
     }
     .glm-reg-classes {
@@ -658,10 +668,6 @@ span.glm-error {
         padding: 5px;
         width: 50%;
         float: right;
-    /*    -moz-column-count: 2;
-        column-count: 2;
-        -webkit-column-count: 2;*/
-    
     }
     .new-reg{
         float: left;
@@ -678,7 +684,5 @@ span.glm-error {
         -webkit-column-count: 2;*/
     
     }
-    .reg-class-time:not(:last-child){
-        border-bottom: 1px solid lightgrey;
-    }
+    
 }
\ No newline at end of file
index ab37a7b..6b35371 100644 (file)
             <div class="row glm-reg-event-details">
                 <span class="columns small-12 large-3 glm-reg-level-title glm-reg-level-info"><%= name %></span>
                 
-                <div class="columns small-12 large-2 glm-reg-level-info"> <%= reg_rate_name  %> </div>
+<!--                <div class="columns small-12 large-2 glm-reg-level-info"> <%= reg_rate_name  %> </div>-->
                 <% if( reg_rate_base_price ){ %>
                     <div class="columns small-12 large-2 glm-reg-level-info"> Base Rate: $<%= reg_rate_base_price %> </div>
                 <% } %>