From 537bb9398269106ca05aed7062a1da3e318b6d67 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 6 May 2014 07:47:24 +0200 Subject: [PATCH] fix logo IE10+ is not displayed correct --- plugins/Zeitgeist/stylesheets/ui/_header.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/Zeitgeist/stylesheets/ui/_header.less b/plugins/Zeitgeist/stylesheets/ui/_header.less index fae0e8988a5..6522fb42fe7 100644 --- a/plugins/Zeitgeist/stylesheets/ui/_header.less +++ b/plugins/Zeitgeist/stylesheets/ui/_header.less @@ -26,6 +26,16 @@ text-decoration: none; } } + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + #root #logo { + width: 80px; + } + #root #logo img.default-piwik-logo { + width: 100%; + } +} + #javascriptDisabled, #javascriptDisabled a { font-weight: bold;