From: Anthony Talarico Date: Thu, 21 Dec 2017 16:43:27 +0000 (-0500) Subject: adding background to terms and conditions X-Git-Tag: v1.0.0^2~149 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=491ad2f02c253cb83764c2d0a03cdc66e16bd3a3;p=WP-Plugins%2Fglm-member-db-registrations.git adding background to terms and conditions adding white background to the terms and conditions area --- diff --git a/css/front.css b/css/front.css index d5b6a75..2a667db 100644 --- a/css/front.css +++ b/css/front.css @@ -2,9 +2,7 @@ /*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */ -.glm-reg-event-terms{ - padding: 0 0 0 20px; -} + .glm-reg-event-profile-details { } .glm-reg-image-container { @@ -146,6 +144,10 @@ } .glm-reg-terms-conditions{ border: 1px solid darkgrey; + background-color: white; +} +.glm-reg-event-terms{ + padding: 0 0 0 20px; } .glm-reg-contact-email{ word-wrap: break-word;