adding background to terms and conditions
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Dec 2017 16:43:27 +0000 (11:43 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Dec 2017 16:43:27 +0000 (11:43 -0500)
adding white background to the terms and conditions area

css/front.css

index d5b6a75..2a667db 100644 (file)
@@ -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 {
 }
 .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;