From 1610aaab0498db97e96e467d557d6917f447f48c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Dec 2017 12:55:36 -0500 Subject: [PATCH] increasing width of new reg box in reg page the new attendee box is too narrow, increasing to 450px in large view --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 6bda288..8330734 100644 --- a/css/front.css +++ b/css/front.css @@ -733,7 +733,7 @@ span.glm-error { } .new-reg{ float: left; -/* width: 450px;*/ + width: 450px; } .reg-class-time { -- 2.17.1