]> source.dussan.org Git - nextcloud-server.git/commitdiff
improve logo flexibility to fix wide custom logo alignment, fix #9339
authortwood8 <ted.wood@gtri.gatech.edu>
Fri, 15 Aug 2014 16:35:45 +0000 (12:35 -0400)
committertwood8 <ted.wood@gtri.gatech.edu>
Fri, 15 Aug 2014 16:35:45 +0000 (12:35 -0400)
core/css/header.css
core/css/styles.css

index d2645c6a7d5ff26434d5722ea24bfe278b37fe43..e0080f55206bbc94b3eb2f76b5b140559819bc40 100644 (file)
@@ -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;
index 66af01ae3c57fb0dfa69348d36901d1aecd5b021..19d58ad7c6424b8724be18812b30cdb87eb0bd56 100644 (file)
@@ -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;