diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2015-02-17 10:34:26 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2015-02-17 10:34:26 +0200 |
| commit | 5a3b9b69b82d5fb00ebd414489eb053ec82ad0dd (patch) | |
| tree | 39da67865d5e4a19f6dd9056e22368edca2e4459 /res/client/css/style.css | |
| parent | 05677dbc35f5b14665b55c49fa910699ae6a8887 (diff) | |
Login: Added forgot password btn and fixed create account button
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 21 |
1 files changed, 12 insertions, 9 deletions
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; |
