From 491ad2f02c253cb83764c2d0a03cdc66e16bd3a3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Dec 2017 11:43:27 -0500 Subject: [PATCH] adding background to terms and conditions adding white background to the terms and conditions area --- css/front.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; -- 2.17.1