diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
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; |
