diff options
author | Marc Michalsky <m.michalsky@posteo.de> | 2020-01-31 14:56:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 14:56:20 +0100 |
commit | 9f473f777f8d75f49a814c76fd7f5bc458873d0c (patch) | |
tree | 876b7a82aaa4afdf6bcfa436a6e63f029577457e /core/css | |
parent | 4765f5b3db6e8e3d2acae19a0c00f616729c1155 (diff) | |
download | nextcloud-server-9f473f777f8d75f49a814c76fd7f5bc458873d0c.tar.gz nextcloud-server-9f473f777f8d75f49a814c76fd7f5bc458873d0c.zip |
Center Buttons
Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index acdc232f52a..5f15998c44e 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -193,7 +193,7 @@ form #datadirField legend { margin-top: 0; } #alternative-logins { - margin: 30px 15px 10px; + margin: auto; } } |