Fix: Try a fix for IE9 (need to be tested with IE 8, 7 and 10)

This commit is contained in:
Laurent Destailleur 2013-03-04 17:36:20 +01:00
parent c0d2ee19f5
commit f86cad0580

View File

@ -327,7 +327,7 @@ div.tmenu {
right:0;
white-space:nowrap;
height:36px;
line-height:36px;
<?php if ($conf->browser->name != 'ie') echo "line-height:36px; /* disabled for ie9 */ \n"; ?>
background:#333333;
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);