Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-05-09 19:14:33 +0300
committerRobin Appelman <robin@icewind.nl>2017-05-09 19:14:33 +0300
commit694c9ad49c21b074fac92c6b4eefb889d3468656 (patch)
treedd8893d18fef7096ff2adc299e8b6cfe85f20a82 /core/css
parent6acae94a021a6e961a00fe2c33e5468461e65893 (diff)
use the same logo css for the error page as the login page
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 50d270a6ff9..4f252f08b47 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 */
@@ -538,4 +544,4 @@ nav {
li.hidden {
display: none;
}
-} \ No newline at end of file
+}