Fix: Fix in style
This commit is contained in:
parent
6afe8962bf
commit
4b1b4e3db5
@ -183,8 +183,8 @@ div.fiche {
|
|||||||
<?php
|
<?php
|
||||||
if (! empty($conf->browser->phone))
|
if (! empty($conf->browser->phone))
|
||||||
{
|
{
|
||||||
$minwidthtmenu=0;
|
$minwidthtmenu=70;
|
||||||
$heightmenu=19;
|
$heightmenu=39;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -227,9 +227,11 @@ div.mainmenu {
|
|||||||
height: <?php echo ($heightmenu-19); ?>px;
|
height: <?php echo ($heightmenu-19); ?>px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
<?php if (empty($conf->browser->phone)) { ?>
|
<?php if (empty($conf->browser->phone)) { ?>
|
||||||
|
|
||||||
|
/*
|
||||||
div.mainmenu.home{
|
div.mainmenu.home{
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/menus/home.png' ?>);
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/menus/home.png' ?>);
|
||||||
}
|
}
|
||||||
@ -337,7 +339,6 @@ foreach($mainmenuusedarray as $key => $val)
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
} // End test if not phone
|
} // End test if not phone
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user