Navigation Menu

Skip to content

Commit

Permalink
[BUGFIX] Fixing login logo height in IE
Browse files Browse the repository at this point in the history
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://review.typo3.org/57320
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Fabien Udriot <fabien.udriot@ecodev.ch>
Tested-by: Fabien Udriot <fabien.udriot@ecodev.ch>
Reviewed-by: Robert Vierke <robert.vierke+typo3@gmail.com>
Reviewed-by: Maik Peuser <maik.peuser@verdure.de>
Reviewed-by: Daniel Goerz <ervaude@gmail.com>
Tested-by: Daniel Goerz <ervaude@gmail.com>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
Roberto Presedo authored and bmack committed Jul 4, 2018
1 parent aa5ccf0 commit e128cca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -259,7 +259,7 @@ protected function createLoginLogoutForm(ServerRequestInterface $request): strin
$logo = 'EXT:backend/Resources/Public/Images/typo3_orange.svg';
}
$this->getDocumentTemplate()->inDocStylesArray[] = '
.typo3-login-logo .typo3-login-image { max-width: 150px; }
.typo3-login-logo .typo3-login-image { max-width: 150px; height:100%;}
';
}
$logo = $this->getUriForFileName($logo);
Expand Down

0 comments on commit e128cca

Please sign in to comment.