summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-10 12:10:38 +0200
committerGitHub <noreply@github.com>2017-05-10 12:10:38 +0200
commitd84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec (patch)
tree13a2d9ca0f13e7eb991a95f7d5c221c8149a37fa /core
parent209b05489d442652fa4d7ce3a7b37568444b5ae4 (diff)
parent694c9ad49c21b074fac92c6b4eefb889d3468656 (diff)
downloadnextcloud-server-d84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec.tar.gz
nextcloud-server-d84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec.zip
Merge pull request #4771 from nextcloud/error-page-logo-css
use the same logo css for the error page as the login page
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index ed023fe36d2..358a08c4eef 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -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 */