From: Bjoern Schiessle Date: Fri, 12 May 2017 11:00:43 +0000 (+0200) Subject: add some spacing between the logo and the content of the page X-Git-Tag: v12.0.0RC1~3^2~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=baa8490f44b18ef10c46a117f2143b80f18455bb;p=nextcloud-server.git add some spacing between the logo and the content of the page Signed-off-by: Bjoern Schiessle --- diff --git a/core/css/login/authpicker.css b/core/css/login/authpicker.css index 85016ee6a0e..3603a7906e4 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;