From 23a24909e31820f6a21d333f0f0c581e40b9e3a5 Mon Sep 17 00:00:00 2001 From: Grand Philippe Date: Sat, 11 May 2013 17:00:47 +0200 Subject: [PATCH] fix: center bloc was going under left menu --- htdocs/theme/eldy/style.css.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 1fbca3e51a0..3a6311db946 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -870,6 +870,8 @@ img.login, img.printer, img.entity { div.vmenu, td.vmenu { margin-: 2px; + position: relative; + float: left; padding: 0px; padding-bottom: 0px; padding-top: 1px;