]> source.dussan.org Git - nextcloud-server.git/commitdiff
add some spacing between the logo and the content of the page
authorBjoern Schiessle <bjoern@schiessle.org>
Fri, 12 May 2017 11:00:43 +0000 (13:00 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 18 May 2017 18:49:06 +0000 (20:49 +0200)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
core/css/login/authpicker.css

index 85016ee6a0e0382ee85cccb311419dad385e1f2b..3603a7906e45f62e818794aaf42d49525f9b77c6 100644 (file)
@@ -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;