From 0ca4af10d097e337ca4cd6d648e9916a4457faaa Mon Sep 17 00:00:00 2001 From: beedauchon Date: Sat, 13 Sep 2003 14:56:58 +0000 Subject: [PATCH] maj support css --- htdocs/product/fiche.php | 6 +++--- htdocs/theme/monochrome/monochrome.css | 28 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index cd4ca8dcc65..175922762dd 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -165,7 +165,7 @@ if ($action == 'create') print ''."\n"; print '
Nouveau '.$types[$type].'

'."\n"; - print ''; + print '
'; print ''; print ''; print "".''; @@ -378,7 +378,7 @@ else /* */ /* ************************************************************************** */ -print '
Référence
Libellé
'; +print '
'; if ($action == '') { if ($user->rights->produit->modifier || $user->rights->produit->creer) @@ -509,7 +509,7 @@ if ($id && $action == '' && $product->envente) { $num = $db->num_rows(); $i = 0; - print '
'; + print '
'; $var=True; while ($i < $num) { diff --git a/htdocs/theme/monochrome/monochrome.css b/htdocs/theme/monochrome/monochrome.css index d015446c027..3f620b98c43 100755 --- a/htdocs/theme/monochrome/monochrome.css +++ b/htdocs/theme/monochrome/monochrome.css @@ -176,6 +176,34 @@ tr.impair { border-bottom: 1px dashed #777777; border-left: 1px dashed #666666; } + +/* + * + */ + +.tablefprod { + background: #444444; + font-family: Helvetica, Verdana; + font-size: 1.0em; + color: #eeeeee; + border-top: 1px dashed #555555; + border-right: 1px dashed #888888; + border-bottom: 1px dashed #777777; + border-left: 1px dashed #666666; + } + +.tableab { + background: #444444; + font-family: Helvetica, Verdana; + font-size: 1.0em; + color: #eeeeee; + border-top: 1px dashed #555555; + border-right: 1px dashed #888888; + border-bottom: 1px dashed #777777; + border-left: 1px dashed #666666; + } + + /* * */