From 500428c54f59ad0e10cdb8a37bae3229dea4532d Mon Sep 17 00:00:00 2001 From: beedauchon Date: Tue, 16 Sep 2003 17:44:59 +0000 Subject: [PATCH] alignement des champs du formulaire --- htdocs/compta/sociales/index.php | 6 +++--- htdocs/theme/monochrome/monochrome.css | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/index.php index 35c8e72e54f..7449a17d109 100644 --- a/htdocs/compta/sociales/index.php +++ b/htdocs/compta/sociales/index.php @@ -110,11 +110,11 @@ else * * */ -print '
'; +print ''; print ''; print ''; -print ''; $sql = "SELECT c.id, c.libelle as nom FROM c_chargesociales as c"; @@ -134,7 +134,7 @@ if ( $db->query($sql) ) } print ''; -print ''; +print ''; print ''; print '
'; diff --git a/htdocs/theme/monochrome/monochrome.css b/htdocs/theme/monochrome/monochrome.css index 342f4944576..467f2f0817b 100755 --- a/htdocs/theme/monochrome/monochrome.css +++ b/htdocs/theme/monochrome/monochrome.css @@ -264,10 +264,13 @@ tr.total { 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; + } + +tr.form { + background: #444444; + font-family: Helvetica, Verdana; + font-size: 1.0em; + color: #eeeeee; }