From 9aae412b5966dc47cedc7ef8f7ef65c16abdf08a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 17 Jan 2011 17:15:59 +0000 Subject: [PATCH] Fix: bad position with layout --- htdocs/theme/auguria/style.css.php | 7 +++++++ htdocs/theme/bureau2crea/style.css.php | 16 ++-------------- htdocs/theme/eldy/style.css.php | 8 ++++++++ 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f660a3675a2..c97a599876b 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -622,6 +622,13 @@ td.photo { border: 1px solid #b3c5cc; } +/* ============================================================================== */ +/* Barre de redmiensionnement menu */ +/* ============================================================================== */ + +.ui-layout-resizer-west-open { + left: 168px !important; +} /* ============================================================================== */ /* Panes for Main */ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 47ee6379965..072cf8b442a 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -219,10 +219,7 @@ td.showDragHandle { /* Styles de positionnement des zones */ /* ============================================================================== */ -div.leftContent { - margin-left: 20px !important; - width: 220px !important; -} + td.vmenu { width: 220px; @@ -231,7 +228,7 @@ td.vmenu { div.vmenu { position: relative; float: left; - margin: 0px 0px 0px -12px; + margin: 0px; width: 220px; } @@ -244,15 +241,6 @@ div.fiche { height: auto; } - -/* ============================================================================== */ -/* Barre de redmiensionnement menu */ -/* ============================================================================== */ - -.ui-layout-resizer-west-open { - left: 228px !important; -} - /* ============================================================================== */ /* Menu top et 1ere ligne tableau */ /* ============================================================================== */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 78b34145dd2..45d82416681 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -607,6 +607,14 @@ td.photo { border: 1px solid #b3c5cc; } +/* ============================================================================== */ +/* Barre de redmiensionnement menu */ +/* ============================================================================== */ + +.ui-layout-resizer-west-open { + left: 174px !important; +} + /* ============================================================================== */ /* Panes for Main */ /* ============================================================================== */