From 9f473f777f8d75f49a814c76fd7f5bc458873d0c Mon Sep 17 00:00:00 2001 From: Marc Michalsky <m.michalsky@posteo.de> Date: Fri, 31 Jan 2020 14:56:20 +0100 Subject: [PATCH] Center Buttons Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore. --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- GitLab