From c354200025f196d1ae1c340419e13cc2437e22d0 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 17 Jan 2011 16:29:32 +0000 Subject: [PATCH] correct wrong position of left frame --- htdocs/theme/bureau2crea/style.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 289abb3045d..47ee6379965 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -231,7 +231,7 @@ td.vmenu { div.vmenu { position: relative; float: left; - margin: 0px; + margin: 0px 0px 0px -12px; width: 220px; } @@ -250,7 +250,7 @@ div.fiche { /* ============================================================================== */ .ui-layout-resizer-west-open { - left: 240px !important; + left: 228px !important; } /* ============================================================================== */