diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-10-21 12:00:58 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-10-21 12:00:58 +0200 |
commit | 6c5152e6ed1340ea88146f38c09baf80ec120206 (patch) | |
tree | 8e160ea9302a3d851bea20d1e83c244564ec9064 | |
parent | c5405befcfeb5dcc0d8cce85d5ea8466fed3c268 (diff) | |
download | nextcloud-server-6c5152e6ed1340ea88146f38c09baf80ec120206.tar.gz nextcloud-server-6c5152e6ed1340ea88146f38c09baf80ec120206.zip |
Fix login button alignment
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
-rw-r--r-- | core/css/guest.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index df38675c66c..77e1cc4cc24 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -208,7 +208,6 @@ form #datadirField legend { #submit-wrapper .submit-icon, #reset-password-wrapper .submit-icon { position: absolute; - top: 22px; right: 24px; transition: right 100ms ease-in-out; pointer-events: none; /* The submit icon is positioned on the submit button. |