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:
authorLukas Reschke <lukas@statuscode.ch>2017-05-08 13:11:15 +0300
committerGitHub <noreply@github.com>2017-05-08 13:11:15 +0300
commitfecf72fb70ee1d377f819cc146bd8b608aa0ac15 (patch)
tree2465fe635def3f71e6c9783f4758593980af11e1 /core/css
parent69c5bcd804ca9ed148892b566308413cdea61c0e (diff)
parentc50b7addc7282cb05f2b4a01b45bfde0a5a4e6fb (diff)
Merge pull request #4632 from nextcloud/login-logo-ratio
show non landscape logos bigger on the login page
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index be8b2a604c7..689eb45d65f 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -70,9 +70,16 @@ h3 {
background-size: 175px;
background-position: center;
width: 252px;
- height: 120px;
+ min-height: 120px;
+ max-height: 200px;
margin: 0 auto;
}
+
+#header .logo img {
+ opacity: 0;
+ max-width: 100%;
+ max-height: 200px;
+}
.wrapper {
min-height: 100%;
margin: 0 auto -70px;