diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-26 10:46:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 10:46:13 +0200 |
commit | cc5ddcf537d03c3f2f4cdc6817e02e098f8e8edb (patch) | |
tree | 6318ea36cdf99dc3a3d590462349696fb06cd588 /core/css | |
parent | 3b6bba09d47354aa937adac2ba72916622a6d67e (diff) | |
parent | d58ff6853173680e4156c482f6eb335586c8bb13 (diff) | |
download | nextcloud-server-cc5ddcf537d03c3f2f4cdc6817e02e098f8e8edb.tar.gz nextcloud-server-cc5ddcf537d03c3f2f4cdc6817e02e098f8e8edb.zip |
Merge pull request #525 from nextcloud/fix-theme-logo-position
Fix theme logo position and shape
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 91c6639deec..6078008f91f 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -71,7 +71,7 @@ background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; background-size: 175px; - background-position: center 30px; + background-position: center; width: 252px; height: 120px; margin: 0 auto; @@ -82,6 +82,7 @@ display: inline-block; background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; + background-position: center center; width: 62px; height: 34px; } |