From 5a3b9b69b82d5fb00ebd414489eb053ec82ad0dd Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Tue, 17 Feb 2015 10:34:26 +0200 Subject: Login: Added forgot password btn and fixed create account button --- res/client/css/style.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index ae58ef0e..12466a9b 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -185,7 +185,7 @@ table { clear: both; } .login-form { - width: 70%; + width: 80%; margin-left: auto; margin-right: auto; } @@ -272,15 +272,18 @@ table { width: 100%; } .login-form_button:hover { background-color: #d10a40; } + .login-form_button:focus { + background-color: #d10a40; } -.create-account-button { - color: #919095; - background: none; - margin: 12px auto 12px auto; - width: 70%; } - .create-account-button:hover { - color: #363636; - background: none; } +#login-page_forgot-password-button { + margin-top: 12px; } + +#login-page_create-account-button { + color: #f5f5fa; + background-color: #919095; + padding: 12px 0; } + #login-page_create-account-button:hover { + background-color: #363636; } .btn-regular { cursor: pointer; -- cgit v1.3.1