This commit is contained in:
Laurent Destailleur 2015-03-22 22:25:26 +01:00
parent 2632b8e25b
commit 3ed0cf6a75
2 changed files with 2 additions and 2 deletions

View File

@ -682,7 +682,7 @@ div.tmenuleft
<?php if (empty($conf->dol_optimize_smallscreen)) { ?>
width: 5px;
height: <?php print $heightmenu+4; ?>px;
background: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menutab-r.png',1); ?>) 0 0 no-repeat;
background: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menutab-r.png',1); ?>) 0 -6px no-repeat;
<?php } ?>
}
div.tmenucenter

View File

@ -1998,7 +1998,7 @@ div.liste_titre .tagtd {
vertical-align: middle;
}
div.liste_titre {
min-height: 26px !important;
min-height: 26px !important; /* We cant use height because it's a div and it should be higher if content is more. but min-height doe not work either for div */
}
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr
{