diff options
author | kondou <kondou@ts.unde.re> | 2013-04-08 07:11:35 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-23 12:31:13 +0200 |
commit | f1bcf6ef0289504f1f00e1265ad8ad88aa2302db (patch) | |
tree | 62a9e7d03eba51565e1b9b1694eddf9825cc958a /core/css | |
parent | 05ab9d2de7f2c5181eda2174a2e2adb1cc214196 (diff) | |
download | nextcloud-server-f1bcf6ef0289504f1f00e1265ad8ad88aa2302db.tar.gz nextcloud-server-f1bcf6ef0289504f1f00e1265ad8ad88aa2302db.zip |
Improve the password reset screen.
Fixing #2752
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 4dfa3f64a37..6eea2be433d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -220,6 +220,8 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } } #login #databaseField .infield { padding-left:0; } #login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; } +#login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } +#login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;} /* Show password toggle */ #show, #dbpassword { position:absolute; right:1em; top:.8em; float:right; } |