From 1eb2282badb64b57f8343dac2e99d8ef2fb8d27a Mon Sep 17 00:00:00 2001 From: cdelambert Date: Mon, 30 Apr 2007 08:39:55 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20des=20probl=C3=A8me=20avec=20IE6,?= =?UTF-8?q?=20IE7=20Le=20div=20class=20vmenuplusfiche=20en=20doublon=20ne?= =?UTF-8?q?=20rentrait=20pas=20dans=20la=20logique=20de=20la=20page.=20Les?= =?UTF-8?q?=20feuilles=20de=20style=20modifi=C3=A9es=20on=20permis=20de=20?= =?UTF-8?q?r=C3=A9tablir=20un=20bon=20fonctionnement=20sur=20les=20navigat?= =?UTF-8?q?eurs=20:=20Firefox,=20IE6,=20IE7,=20Safari?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 5 ---- htdocs/theme/dev/dev.css | 43 ++++++++++++++++++------------ htdocs/theme/dolibarr/dolibarr.css | 22 ++++++++++----- htdocs/theme/eldy/eldy.css.php | 30 +++++++++------------ htdocs/theme/rodolphe/rodolphe.css | 23 +++++++++++----- htdocs/theme/yellow/yellow.css | 22 ++++++++++----- 6 files changed, 85 insertions(+), 60 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 3515aa575a0..9ed7bc3e376 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -711,11 +711,6 @@ function left_menu($menu_array, $help_url='', $form_search='') print "\n"; print "\n"; print "\n"; - - print "\n"; - print ''."\n"; - print '
'."\n"; - print "\n"; print ''."\n"; print '
'."\n"; diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 0ea0de8ed65..f7406b69c0b 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -42,29 +42,38 @@ div.body background: #dee7ec; } -div.fiche -{ - display: block; - position: absolute; - background: #dee7ec; - top: 28px; - margin-right: 6px; -} - div.vmenuplusfiche { - float: left; - margin-right: 6px; + top: auto; + left: auto; + display: block; + margin-right: 13px; + margin-left: 1px; + margin-top: 10px; + } div.vmenu { - float: left; - display: block; - margin-right: 2px; - padding: 0px; - padding-bottom: 6px; - width: 160px; + float: left; + margin-right: 2px; + padding: 0px; + padding-bottom: 0px; + width: 160px; +} + +div.fiche +{ + float: right top; + display: block; + + margin-left: 180px; + width:auto; +} + +* html div.fiche +{ + width:800px; } a diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index ed2aef96ddb..3fc6d48d0fa 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -70,13 +70,17 @@ div.body div.vmenuplusfiche { - float: left; - margin-right: 6px; + top: auto; + left: auto; + display: block; + margin-right: 13px; + margin-left: 1px; + margin-top: 10px; + } div.vmenu { - display:block; float: left; margin-right: 2px; padding: 0px; @@ -86,13 +90,17 @@ div.vmenu div.fiche { - position: absolute; + float: right top; display: block; - top: 28px; - margin-right: 6px; - margin-top: 0px; + + margin-left: 180px; + width:auto; } +* html div.fiche +{ + width:800px; +} /* * Menu superieur et 1ere ligne tableau diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 5d023573ec8..6755781f0bd 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -113,20 +113,16 @@ div.vmenuplusfiche { top: auto; left: auto; - position: static; - float: left; display: block; - margin-right: 6px; + margin-right: 13px; margin-left: 1px; + margin-top: 10px; + } div.vmenu { - top: auto; - left: auto; - position: relative; - float: top; - display: block; + float: left; margin-right: 2px; padding: 0px; padding-bottom: 0px; @@ -135,16 +131,16 @@ div.vmenu div.fiche { - top: 28px; - left: auto; - - float: top; + float: right top; display: block; - margin-right: 6px; - margin-top: 0px; + + margin-left: 180px; + width:auto; +} + +* html div.fiche +{ + width:800px; } diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 61e29590931..922cf9779cf 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -94,13 +94,17 @@ div.body div.vmenuplusfiche { - float: left; - margin-right: 6px; + top: auto; + left: auto; + display: block; + margin-right: 13px; + margin-left: 1px; + margin-top: 10px; + } div.vmenu { - display:block; float: left; margin-right: 2px; padding: 0px; @@ -110,11 +114,16 @@ div.vmenu div.fiche { - position: absolute; + float: right top; display: block; - top: 28px; - margin-right: 6px; - margin-top: 0px; + + margin-left: 180px; + width:auto; +} + +* html div.fiche +{ + width:800px; } diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 4b7f8345ae5..f7f48e99723 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -88,13 +88,17 @@ select.flat div.vmenuplusfiche { - float: left; - margin-right: 6px; + top: auto; + left: auto; + display: block; + margin-right: 13px; + margin-left: 1px; + margin-top: 10px; + } div.vmenu { - display:block; float: left; margin-right: 2px; padding: 0px; @@ -104,13 +108,17 @@ div.vmenu div.fiche { - position: absolute; + float: right top; display: block; - top: 28px; - margin-right: 6px; - margin-top: 0px; + + margin-left: 180px; + width:auto; } +* html div.fiche +{ + width:800px; +} /* * Menu superieur et 1ere ligne tableau