From b425eda91311de30df6f14c47dc0778acb694d56 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 17 Nov 2017 14:42:36 -0500 Subject: [PATCH] Update the grid styles for the login and registration page use glm-grid. --- css/front.css | 7 ++-- views/front/registrations/login.html | 49 ++++++++++++++++++++----- views/front/registrations/register.html | 47 ++++++++++++------------ 3 files changed, 68 insertions(+), 35 deletions(-) diff --git a/css/front.css b/css/front.css index 059a96f..8759c24 100644 --- a/css/front.css +++ b/css/front.css @@ -182,8 +182,9 @@ label.reg-time { div.glm-reg-login { background-color: white; border: solid 1px black; - padding: 2rem; - width: 30rem; + padding: 1rem; + margin: 1rem; + /* width: 30rem; */ } div.glm-reg-login h4 { color: black; @@ -198,7 +199,7 @@ div.glm-reg-forgot { background-color: white; border: solid 1px black; padding: 2rem; - width: 30rem; + /* width: 30rem; */ } div.glm-reg-forgot h4 { color: black; diff --git a/views/front/registrations/login.html b/views/front/registrations/login.html index 9732584..588cd11 100644 --- a/views/front/registrations/login.html +++ b/views/front/registrations/login.html @@ -2,14 +2,45 @@
-