Browse Source

add some spacing between the logo and the content of the page

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/4704/head
Bjoern Schiessle 9 years ago
committed by Lukas Reschke
parent
commit
baa8490f44
No known key found for this signature in database GPG Key ID: B9F6980CF6E759B1
  1. 2
      core/css/login/authpicker.css

2
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;

Loading…
Cancel
Save