From baa8490f44b18ef10c46a117f2143b80f18455bb Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 12 May 2017 13:00:43 +0200 Subject: [PATCH] add some spacing between the logo and the content of the page Signed-off-by: Bjoern Schiessle --- core/css/login/authpicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/login/authpicker.css b/core/css/login/authpicker.css index 85016ee6a0..3603a7906e 100644 --- a/core/css/login/authpicker.css +++ b/core/css/login/authpicker.css @@ -1,7 +1,7 @@ .picker-window { display: block; padding: 10px; - margin-bottom: 20px; + margin: 20px 0; background-color: rgba(0,0,0,.3); color: #fff; border-radius: 3px;