From adf67e70220a2c5643bee3fe6ec623c5b6df7409 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Aug 2006 23:04:21 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Am=E9lioration=20look?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/freelug/freelug.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 6f178d9c3ea..9593d99fd6d 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -765,10 +765,33 @@ td.delete { font-weight: bold; } -td.valid { - background: #DC9999; - font-weight: bold; - } + +/* ============================================================================== */ +/* Formulaire confirmation */ +/* ============================================================================== */ + +table.valid { + border-top: solid 1px #E6E6E6; + border-left: solid 1px #E6E6E6; + border-right: solid 1px #444444; + border-bottom: solid 1px #555555; + padding-top: 0px; + padding-left: 0px; + padding-right: 0px; + padding-bottom: 0px; + margin: 0px 0px; + background: #DC9999; +} + +.validtitre { + background: #DC9999; + font-weight: bold; +} + +.valid { +} + + td.small { font-size: 0.8em;