diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-11 13:58:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-11 13:58:10 +0200 |
commit | ee231759e56db548bc9eb27dbf98db3d3167fb82 (patch) | |
tree | b61b6d0f95934bc790cc06f32c549808fa449b3e /core/css | |
parent | 75ec1541e4df0e48e588412724856d7475fc9423 (diff) | |
download | nextcloud-server-ee231759e56db548bc9eb27dbf98db3d3167fb82.tar.gz nextcloud-server-ee231759e56db548bc9eb27dbf98db3d3167fb82.zip |
update styles of log in
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ae1459af9d4..d7b7a6d0b9b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -398,7 +398,6 @@ label.infield { position: relative; margin: 0; padding: 14px; - padding-left: 28px; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; @@ -420,6 +419,8 @@ label.infield { #body-login #remember_login:hover+label, #body-login #remember_login:focus+label, +#body-login #forgot-password:hover, +#body-login #forgot-password:focus, #body-login p.info a:hover, #body-login p.info a:focus { opacity: .6; @@ -596,7 +597,6 @@ label.infield { #body-login input.login { width: 269px; background-position: right 16px center; - border-radius: 50px; } #body-login input[type="submit"] { padding: 10px 20px; /* larger log in and installation buttons */ @@ -605,9 +605,15 @@ label.infield { margin: 18px 5px 0 16px !important; } #body-login .remember-login-container { + display: inline-block; margin: 10px 0; text-align: center; } +#body-login #forgot-password { + padding: 11px; + float: right; + color: #fff; +} /* Sticky footer */ #body-login .wrapper { |