]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"
authorVincent Petry <pvince81@owncloud.com>
Tue, 16 Sep 2014 09:22:54 +0000 (11:22 +0200)
committerVincent Petry <pvince81@owncloud.com>
Tue, 16 Sep 2014 09:22:54 +0000 (11:22 +0200)
This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e.

Reverting due to regression that breaks styles in error page, setup
page and others.

Fixes #10967

core/css/header.css
core/css/styles.css

index 0223f5f18b99c975d740c76b8d3affa3d9abf8c7..f83ef451ce60a52b5411c4003c4656c4284f4661 100644 (file)
@@ -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;
index ad320b1eeca0d3d84ff54ed37ad4b7c23d0744e3..ac381da480748ddc557b54d903c49d3e56fa3d43 100644 (file)
@@ -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;