diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-02-04 21:55:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 21:55:28 +0100 |
commit | 7bc14ae1df0a9dd3bc6b2023d8633a6f7eb4d8fe (patch) | |
tree | ccd0edc2154183d286850a7f62397c231d0fca6b | |
parent | dfe200bd4efd24184c9a7d8dde9c774779d1f593 (diff) | |
parent | 8fafb40dc983e31c70a64529471f786252639a3b (diff) | |
download | nextcloud-server-7bc14ae1df0a9dd3bc6b2023d8633a6f7eb4d8fe.tar.gz nextcloud-server-7bc14ae1df0a9dd3bc6b2023d8633a6f7eb4d8fe.zip |
Merge pull request #19271 from nextcloud/backport/19238/stable18
[stable18] Center Buttons
-rw-r--r-- | core/css/guest.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index acdc232f52a..03fa08955ac 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -156,7 +156,7 @@ form #datadirField legend { } #alternative-logins { - margin: 30px 15px 20px; + margin: auto; display: block; min-width: 260px; max-width: 400px; @@ -193,7 +193,7 @@ form #datadirField legend { margin-top: 0; } #alternative-logins { - margin: 30px 15px 10px; + margin: auto; } } |