Fix: IE
This commit is contained in:
parent
e671e234ca
commit
ffada89b25
@ -374,7 +374,9 @@ div#tmenu_tooltip {
|
|||||||
background: rgb(<?php echo $colorback1 ?>);
|
background: rgb(<?php echo $colorback1 ?>);
|
||||||
/* background: #305582; *//* 2C68A3 */
|
/* background: #305582; *//* 2C68A3 */
|
||||||
<?php
|
<?php
|
||||||
} ?>
|
}
|
||||||
|
?>
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tmenudiv {
|
div.tmenudiv {
|
||||||
@ -496,24 +498,31 @@ div.tmenuleft
|
|||||||
div.tmenucenter
|
div.tmenucenter
|
||||||
{
|
{
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-right: 5px;
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
height: <?php print $heightmenu; ?>px;
|
height: <?php print $heightmenu; ?>px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.mainmenuaspan
|
||||||
|
{
|
||||||
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.mainmenu {
|
div.mainmenu {
|
||||||
position : relative;
|
position : relative;
|
||||||
color: white;
|
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:center top;
|
background-position:center top;
|
||||||
height: <?php echo ($heightmenu-19); ?>px;
|
height: <?php echo ($heightmenu-19); ?>px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php if (empty($conf->browser->phone)) { ?>
|
<?php if (empty($conf->browser->phone)) { ?>
|
||||||
|
|
||||||
div.mainmenu.home{
|
div.mainmenu.home{
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/eldy/img/menus/home.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/eldy/img/menus/home.png',1) ?>);
|
||||||
|
background-position-x: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.accountancy {
|
div.mainmenu.accountancy {
|
||||||
@ -1369,7 +1378,7 @@ span.butAction, span.butActionDelete {
|
|||||||
#undertopmenu {
|
#undertopmenu {
|
||||||
/* background-image: url("<?php echo dol_buildpath($path.'/theme/eldy/img/gradient.gif',1) ?>"); */
|
/* background-image: url("<?php echo dol_buildpath($path.'/theme/eldy/img/gradient.gif',1) ?>"); */
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
margin-top: 12px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user