From 698166df4489d9b98a5e807b27ac9e2616e88e19 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Dec 2017 16:44:44 -0500 Subject: [PATCH] adding styles for the add attendee box resizing the add attendee box and adding some spacing between the buttons and links to make things less cluttered --- css/front.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/front.css b/css/front.css index dae5e8c..d6c34b0 100644 --- a/css/front.css +++ b/css/front.css @@ -348,6 +348,14 @@ label.registrant-label { .new-reg { margin-bottom: 20px; } +.new-reg .show-hide-address{ + display: inline-block; + margin-bottom: 20px; +} +.new-reg .add-new-registrant-cancel{ + display: inline-block; + margin-left: 10px; +} .new-reg, .reg-edit-form { padding: 10px; border: solid 1px black; @@ -648,6 +656,11 @@ span.glm-error { -webkit-column-count: 2;*/ } + .new-reg{ + float: left; + width: 450px; + } + .reg-class-time { padding: 5px; width: 100%; -- 2.17.1