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-01 20:05:21 +0300
committerRobin Appelman <robin@icewind.nl>2017-05-01 20:05:21 +0300
commitfa52f906e3817b4eedcece5008cd70de7251242f (patch)
tree9f2bfdd702647d2e344a02dd7bb8534630ef565e /core/css
parent18b5e2fced13f0e7a00910029eeaad60ca8c78e6 (diff)
show non landscape icons bigger on the login page
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 e6e194f6417..02af5d3e0cf 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: 300px;
margin: 0 auto;
}
+
+#header .logo img {
+ opacity: 0;
+ max-width: 100%;
+ max-height: 300px;
+}
.wrapper {
min-height: 100%;
margin: 0 auto -70px;