From: Anthony Talarico Date: Thu, 14 Dec 2017 21:44:44 +0000 (-0500) Subject: adding styles for the add attendee box X-Git-Tag: v1.0.0^2~207 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=698166df4489d9b98a5e807b27ac9e2616e88e19;p=WP-Plugins%2Fglm-member-db-registrations.git 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 --- 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%;