diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-29 16:57:14 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-29 16:57:14 +0200 |
commit | e826108b6c68a0993cde670124f70b84b24db61a (patch) | |
tree | 01719a64489a493a055aa78e1ae79cd9032d057c | |
parent | 733673b39d42507441cd46e42a913f5754c790e8 (diff) | |
download | nextcloud-server-e826108b6c68a0993cde670124f70b84b24db61a.tar.gz nextcloud-server-e826108b6c68a0993cde670124f70b84b24db61a.zip |
Fix IE8 login logo
Added 175px logo to make it have the same size.
It's only used for IE8.
-rw-r--r-- | core/css/header.css | 4 | ||||
-rw-r--r-- | core/img/logo-icon-175px.png | bin | 0 -> 3821 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 369750251c4..b25823411f0 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -69,6 +69,10 @@ opacity: 1; } +.ie8 #header .logo { + background-image: url(../img/logo-icon-175px.png); +} + #header .logo { background-image: url(../img/logo-icon.svg); background-repeat: no-repeat; diff --git a/core/img/logo-icon-175px.png b/core/img/logo-icon-175px.png Binary files differnew file mode 100644 index 00000000000..dca833b7026 --- /dev/null +++ b/core/img/logo-icon-175px.png |