diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-11-23 19:16:59 +0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-11-23 19:16:59 +0700 |
commit | 7edeac887bf1a1d8830582b8df9c6300aaa32ef6 (patch) | |
tree | 8dcce4d0d03431a45fe5394b9b31d41829c4d6bb /core/css/guest.css | |
parent | 4f2837017c95f063d99a05b6cd6a5e73ac388d75 (diff) | |
download | nextcloud-server-7edeac887bf1a1d8830582b8df9c6300aaa32ef6.tar.gz nextcloud-server-7edeac887bf1a1d8830582b8df9c6300aaa32ef6.zip |
Update style of log in page and header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index d9227124734..15bb83f576c 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -25,9 +25,10 @@ body { text-align: center; background-color: #0082c9; background-image: url('../img/background.png?v=2'); + background-image: url('../img/background.png?v=2'), linear-gradient(40deg, #0082c9 0%, rgba(28,175,255,1) 100%); background-position: 50% 50%; - background-repeat: no-repeat; - background-size: cover; + background-repeat: repeat; + background-size: 275px, contain; background-attachment: fixed; /* fix background gradient */ min-height: 100%; /* fix sticky footer */ height: auto; @@ -524,22 +525,24 @@ form .warning input[type='checkbox']+label { #remember_login { margin: 18px 5px 0 16px !important; } -.remember-login-container, .lost-password-container { display: inline-block; margin: 10px 0; text-align: center; width: 100%; - text-shadow: 0 0 2px rgba(0, 0, 0, .4); /* better readability on bright background */ } -.lost-password-container #lost-password, -.lost-password-container #lost-password-back { +#lost-password, +#lost-password-back, +#reset-password-wrapper + a { display: inline-block; - font-weight: normal; + font-weight: normal !important; padding: 12px; - margin-top: -6px; color: #fff; cursor: pointer; + text-shadow: 0 0 2px rgba(0, 0, 0, .4); /* better readability on bright background */ +} +#lost-password { + margin-top: -6px; } #forgot-password { padding: 11px; |