Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-10-21 13:00:58 +0300
committerCarl Schwan <carl@carlschwan.eu>2021-10-21 13:00:58 +0300
commit6c5152e6ed1340ea88146f38c09baf80ec120206 (patch)
tree8e160ea9302a3d851bea20d1e83c244564ec9064 /core/css
parentc5405befcfeb5dcc0d8cce85d5ea8466fed3c268 (diff)
Fix login button alignment
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css1
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.