From: twood8 Date: Fri, 15 Aug 2014 16:35:45 +0000 (-0400) Subject: improve logo flexibility to fix wide custom logo alignment, fix #9339 X-Git-Tag: v8.0.0alpha1~750^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=064e6951e1ef792422ff6cf24fce79c2320d4d5e;p=nextcloud-server.git improve logo flexibility to fix wide custom logo alignment, fix #9339 --- diff --git a/core/css/header.css b/core/css/header.css index d2645c6a7d5..e0080f55206 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -42,8 +42,7 @@ } #header .logo { - background-image: url(../img/logo.svg); - background-repeat: no-repeat; + background: url(../img/logo.svg) no-repeat center; width: 252px; height: 120px; margin: 0 auto; diff --git a/core/css/styles.css b/core/css/styles.css index 66af01ae3c5..19d58ad7c64 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -657,7 +657,6 @@ label.infield { #body-login .wrapper { min-height: 100%; margin: 0 auto -70px; - width: 300px; } #body-login footer, #body-login .push { height: 70px;