From: Anthony Talarico Date: Fri, 15 Dec 2017 14:20:48 +0000 (-0500) Subject: adding border to the bottom of the times and rates in registration X-Git-Tag: v1.0.0^2~203 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bb66e823e327422affd2b395a6f8a81c151fce78;p=WP-Plugins%2Fglm-member-db-registrations.git adding border to the bottom of the times and rates in registration registration view file, adding bottom separator beneath times and rates --- diff --git a/css/front.css b/css/front.css index ae6e0f0..6eee614 100644 --- a/css/front.css +++ b/css/front.css @@ -550,6 +550,9 @@ span.glm-error { float: right; padding: 10px; } +#accountHeader .glm-reg-header-btn{ + font-size: 16px; +} #accountHeader { background: -webkit-linear-gradient(top, #f2f2f2 45%, #FFFFFF 100%); background: -moz-linear-gradient(center top, #f2f2f2 45%, #FFFFFF 100%); @@ -589,6 +592,7 @@ span.glm-error { width: 100%; } #registrations-cart-link-title { + font-size: 16px; border-bottom: 1px solid lightgrey; padding: 0 1.25rem 0 1.25rem; width: 100%; @@ -665,12 +669,16 @@ span.glm-error { } .reg-class-time { - padding: 5px; + padding: 5px 5px 15px; width: 100%; float: left; + /* -moz-column-count: 2; column-count: 2; -webkit-column-count: 2;*/ } + .reg-class-time:not(:last-child){ + border-bottom: 1px solid lightgrey; + } } \ No newline at end of file diff --git a/views/front/registrations/accountHeader.html b/views/front/registrations/accountHeader.html index f1a0876..d9a7238 100644 --- a/views/front/registrations/accountHeader.html +++ b/views/front/registrations/accountHeader.html @@ -1,15 +1,15 @@
-