From 9f473f777f8d75f49a814c76fd7f5bc458873d0c Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Fri, 31 Jan 2020 14:56:20 +0100 Subject: 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(-) (limited to 'core') 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; } } -- cgit v1.2.3 From c97aa97814ec31234bd7edb8f57c8ecaca976b05 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Fri, 31 Jan 2020 17:38:39 +0100 Subject: Update guest.css --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/guest.css b/core/css/guest.css index 5f15998c44e..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; -- cgit v1.2.3