From c9ac55d051beb5a0ff3b293ee8fe0e7cd1c6a28e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 Aug 2004 14:21:32 +0000 Subject: [PATCH] =?UTF-8?q?Theme:=20Ajout=20d'un=20div=20class=3Dvmenuplus?= =?UTF-8?q?fiche=20pour=20encapsuler=20le=20div=20class=3Dvmenu=20(menu)?= =?UTF-8?q?=20et=20le=20div=20class=3Dfiche=20afin=20que=20la=20partie=20d?= =?UTF-8?q?e=20gauche=20(menu)=20soit=20dans=20le=20m=EAme=20div=20que=20l?= =?UTF-8?q?a=20partie=20droite=20(fiche)=20de=20mani=E8re=20a=20avoir=20un?= =?UTF-8?q?=20comportement=20sur=20le=20dimensionnement=20qui=20soit=20ide?= =?UTF-8?q?ntique=20entre=20IE=20et=20Mozilla.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 8 ++++ htdocs/theme/eldy/eldy.css | 83 ++++++++++++++++++++++++-------------- 2 files changed, 60 insertions(+), 31 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 40c06f345cd..14468c33c64 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -531,6 +531,7 @@ function top_menu($head, $title="", $target="") print "\n"; + } @@ -545,6 +546,8 @@ function left_menu($menu, $help_url='', $form_search='', $author='') { global $user, $conf, $langs; + print '
'."\n"; + /* * Colonne de gauche * @@ -637,6 +640,8 @@ function left_menu($menu, $help_url='', $form_search='', $author='') print "
\n"; print "\n"; + print ''."\n"; + print '
'."\n"; print '
'."\n"; @@ -670,6 +675,9 @@ function printSearchForm($urlaction,$urlobject,$title,$htmlmodesearch='search',$ function llxFooter($foot='') { global $dolibarr_auto_user; + + print '
'."\n"; + print "\n".'
'."\n"; print ''."\n"; print "\n\n"; diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 4cc34b635a2..11335d3e671 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -56,49 +56,52 @@ div.body margin-bottom: 0; margin-right: 3px; margin-left: 3px; - display:block; - padding:0px; - font-family:arial,tahoma,verdana,helvetica; - font-size:12px; + display:block; + padding:0px; + font-family:arial,tahoma,verdana,helvetica; + font-size:12px; } - div.tmenu { - white-space: nowrap; - display:block; - border:0; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - padding: 3px 1em 0em; - margin: 0em 0em 0.2em 0em; - font-weight:bold; - font-size:12px; - height: 18px; - background: #b3c5cc; - color: #000000; - text-decoration: none; + float: top; + display:block; + white-space: nowrap; + border:0; + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + padding: 3px 1em 0em; + margin: 0em 0em 0.2em 0em; + font-weight:bold; + font-size:12px; + height: 18px; + background: #b3c5cc; + color: #000000; + text-decoration: none; +} + +div.vmenuplusfiche +{ + float: left; } div.vmenu { - float: left; -/* background: #dee7ec; */ - display:block; - margin-right: 10px; - padding: 0px; - padding-bottom: 0px; - width: 158px; + display:block; + float: left; + margin-right: 8px; + padding: 0px; + padding-bottom: 0px; + width: 158px; } div.fiche { - display: block; - float: none; - position: absolute; - top: 28px; - left: 168px; - margin-right: 10px; + position: absolute; + display: block; + float: left; + top: 29px; + margin-right: 2px; } @@ -361,6 +364,12 @@ border-collapse: collapse; border: 0px } +table.liste { +border-collapse: collapse; +border: 0px; +width: 100%; +} + table.noborder td { border-collapse: collapse; border: 0px @@ -388,6 +397,18 @@ border-bottom: 1px solid #FFFFFF; white-space: nowrap; } +th { +background: #7699A9; +color: #334444; +font: helvetica, verdana, arial, sans-serif; +font-weight: bold; +border-left: 1px solid #FFFFFF; +border-right: 1px solid #FFFFFF; +border-top: 1px solid #FFFFFF; +border-bottom: 1px solid #FFFFFF; +white-space: nowrap; +} + td.border { border-top: 1px solid #000000; border-right: 1px solid #000000;