From 9f25b457ad5365c293d8499f1fea22063c78d260 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Aug 2013 05:23:15 +0200 Subject: [PATCH] Fix: CSS --- htdocs/theme/eldy/style.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index bd898deb487..ba895840b87 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -489,11 +489,13 @@ if (! empty($conf->dol_optimize_smallscreen)) { $minwidthtmenu=0; $heightmenu=19; + $heightmenu2=19; } else { $minwidthtmenu=66; $heightmenu=52; + $heightmenu2=40; } ?> @@ -501,8 +503,7 @@ div#tmenu_tooltip { display:none; - height: 40px; - /* margin-bottom: 24px; */ + height: px; padding-right: 100px; background: ; box-shadow: 0 0 6px rgba(0, 0, 0, .4) !important;