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
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-09-16 13:22:54 +0400
committerVincent Petry <pvince81@owncloud.com>2014-09-16 13:22:54 +0400
commite2b504e61d3c6b1c6684b0c06a37d45215d5f571 (patch)
tree02675bfe1d0daa4ed815ba18232b7b9673bbe1f4
parentdd70d1b88c004c06cd0a2f226b17f59e8651848c (diff)
Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"
This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
-rw-r--r--core/css/header.css3
-rw-r--r--core/css/styles.css1
2 files changed, 3 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 0223f5f18b9..f83ef451ce6 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -42,7 +42,8 @@
}
#header .logo {
- background: url(../img/logo.svg) no-repeat center;
+ background-image: url(../img/logo.svg);
+ background-repeat: no-repeat;
width: 252px;
height: 120px;
margin: 0 auto;
diff --git a/core/css/styles.css b/core/css/styles.css
index ad320b1eeca..ac381da4807 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -679,6 +679,7 @@ label.infield {
#body-login .wrapper {
min-height: 100%;
margin: 0 auto -70px;
+ width: 300px;
}
#body-login footer, #body-login .push {
height: 70px;