Merge pull request #4771 from nextcloud/error-page-logo-css

use the same logo css for the error page as the login page
This commit is contained in:
Joas Schilling 2017-05-10 12:10:38 +02:00 committed by GitHub
commit d84a6ec3f3
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@
width: 252px;
height: 120px;
margin: 0 auto;
img {
opacity: 0;
max-width: 100%;
max-height: 200px;
}
}
.logo-icon {
/* display logo so appname can be shown next to it */