Project

General

Profile

Actions

Bug #78592

closed

Wrong skaling of SVG logo for backend login in IE11

Added by Bernd Wilke over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2016-11-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

We have a SVG image for customer logo, which is shown at the BE login.

When displaying the SVG only you can find pseudo tags with width="885.024px" height="217.696px".
So the logo is to wide for the login box it is scaled down to a with of 290px.

And so the CSS says height:auto; the display height used is 217px in IE (FF and chrome display it correct)

.typo3-login-logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

Changing the backend.css (in the debugger) to height:100%; fixes the display for me.

TYPO3 7.6.11
IE 11.0.9600.18499 (11.0.36)

Actions

Also available in: Atom PDF