From d7b60a649d9a2ad8b8d96c7b83601a59cce0e63c Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 11 Jan 2015 20:07:50 +0200 Subject: wip - login page styling3 --- res/client/css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 7bba5ba6..b1a3d889 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -194,6 +194,7 @@ table { .login-input:focus { outline: none; } .login-input[type="submit"] { + width: 100%; cursor: pointer; background: #ee3654; border-radius: 3px; @@ -201,20 +202,25 @@ table { float: right; font-weight: bold; margin-top: 20px; + margin-bottom: 15px; padding: 12px 20px; } .login-input[type="submit"]:hover { background: #d10a40; } .login-input[type="email"] { + background: url(../img/mail-icon.png) no-repeat scroll 20px 15px; border: 1px solid #dcdcdc; padding: 12px 10px; width: 100%; - border-radius: 3px 3px 0 0; } + border-radius: 3px 3px 0 0; + padding-left: 60px; } .login-input[type="password"] { + background: url(../img/password-icon.png) no-repeat scroll 20px 15px; border: 1px solid #dcdcdc; padding: 12px 10px; width: 100%; border-top: none; - border-radius: 0px 0px 3px 3px; } + border-radius: 0px 0px 3px 3px; + padding-left: 60px; } .forgot-password { color: #919095; -- cgit v1.3.1