From 3ed0cf6a7564d295ee8d034a47c0a1fafb43dec4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 22 Mar 2015 22:25:26 +0100 Subject: [PATCH] css fix --- htdocs/theme/eldy/style.css.php | 2 +- htdocs/theme/md_dev/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4744f7b630c..a6de7baa28d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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 diff --git a/htdocs/theme/md_dev/style.css.php b/htdocs/theme/md_dev/style.css.php index 7d171d25c3a..927a0c35266 100644 --- a/htdocs/theme/md_dev/style.css.php +++ b/htdocs/theme/md_dev/style.css.php @@ -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 { -- GitLab