summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authortwood8 <ted.wood@gtri.gatech.edu>2014-08-15 12:35:45 -0400
committertwood8 <ted.wood@gtri.gatech.edu>2014-08-15 12:35:45 -0400
commit064e6951e1ef792422ff6cf24fce79c2320d4d5e (patch)
treea1443e3d486b3073d03fdbc18606621748744529 /core/css
parentea756a12b0dfdffe7b1bf9a69fb658ebf69db89a (diff)
downloadnextcloud-server-064e6951e1ef792422ff6cf24fce79c2320d4d5e.tar.gz
nextcloud-server-064e6951e1ef792422ff6cf24fce79c2320d4d5e.zip
improve logo flexibility to fix wide custom logo alignment, fix #9339
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.css3
-rw-r--r--core/css/styles.css1
2 files changed, 1 insertions, 3 deletions
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;