From 2ca562e151fc0f4811b77fdd384696b5a0e681de Mon Sep 17 00:00:00 2001 From: laury Date: Fri, 22 Dec 2017 14:38:29 -0500 Subject: [PATCH] Fixed some button hover colors, removed loginWidget file (unused) --- css/front.css | 20 ++++++++- views/front/registrations/accountHeader.html | 8 +--- views/front/registrations/loginWidget.html | 45 -------------------- 3 files changed, 19 insertions(+), 54 deletions(-) delete mode 100644 views/front/registrations/loginWidget.html diff --git a/css/front.css b/css/front.css index 1665863..23b8199 100644 --- a/css/front.css +++ b/css/front.css @@ -333,7 +333,7 @@ padding: .4rem; margin: .4rem; background-color: lightgrey; - max-width: 425px; + max-width: auto; } .glm-reg-level-registrant span { padding: .3rem 1rem .3rem .2rem; @@ -471,6 +471,10 @@ body .glm-reg-proceed-to-checkout{ border-radius: 3px; background-color: #55b776; } +.new-reg .button.add-new-registrant:hover, +.glm-add-new-account:hover { + background-color: #41a364; +} .new-reg h4 { font-size: 22px; } @@ -1060,9 +1064,12 @@ span.glm-error { text-decoration: none; } -#glm-reg-cart-continue, .glm-reg-checkout,#regSubmitButton{ +#glm-reg-cart-continue, .glm-reg-checkout,#regSubmitButton { background-color: #55b776; } +#glm-reg-cart-continue:hover, .glm-reg-checkout:hover,#regSubmitButton:hover { + background-color: #41a364; +} .glm-reg-cart-container { clear: both; border: solid 1px black; @@ -1122,3 +1129,12 @@ span.glm-error { background-color: yellowgreen; width: 33.3%; }*/ + +#glm-login-form { + float: left; + width: 100%; +} +/* for the login form title */ +#ui-id-1.ui-dialog-title { + line-height: 1; +} \ No newline at end of file diff --git a/views/front/registrations/accountHeader.html b/views/front/registrations/accountHeader.html index 8e1b246..b28b1b2 100644 --- a/views/front/registrations/accountHeader.html +++ b/views/front/registrations/accountHeader.html @@ -68,15 +68,9 @@ Logged in as {$loggedIn.fname} {$loggedIn.lname} {else} - + Login - Create an Account? diff --git a/views/front/registrations/loginWidget.html b/views/front/registrations/loginWidget.html deleted file mode 100644 index e53d8fd..0000000 --- a/views/front/registrations/loginWidget.html +++ /dev/null @@ -1,45 +0,0 @@ -
- - - -
-
- -
- \ No newline at end of file -- 2.17.1