Skip to content
Snippets Groups Projects
Commit 4b1b4e3d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Fix in style

parent 6afe8962
No related branches found
No related tags found
No related merge requests found
......@@ -183,8 +183,8 @@ div.fiche {
<?php
if (! empty($conf->browser->phone))
{
$minwidthtmenu=0;
$heightmenu=19;
$minwidthtmenu=70;
$heightmenu=39;
}
else
{
......@@ -227,9 +227,11 @@ div.mainmenu {
height: <?php echo ($heightmenu-19); ?>px;
margin-left: 0px;
}
*/
<?php if (empty($conf->browser->phone)) { ?>
/*
div.mainmenu.home{
background-image: url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/menus/home.png' ?>);
}
......@@ -337,7 +339,6 @@ foreach($mainmenuusedarray as $key => $val)
?>
<?php
} // End test if not phone
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment