diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-10-21 15:14:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 15:14:24 +0200 |
commit | 4b8bf7571abfeee90af24299bef933533d8ebc77 (patch) | |
tree | 880f0a4a9186b04132f44b21cf0a4db6a0b3a6a2 | |
parent | 0bef570fe9d06d97e5c9d05b689de26a06366e69 (diff) | |
parent | 6c5152e6ed1340ea88146f38c09baf80ec120206 (diff) | |
download | nextcloud-server-4b8bf7571abfeee90af24299bef933533d8ebc77.tar.gz nextcloud-server-4b8bf7571abfeee90af24299bef933533d8ebc77.zip |
Merge pull request #29355 from nextcloud/fix/carl/loging-button-arrow
Fix login button alignment
-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. |