From e53ae1a339b982acee13647105a63f94cd54fe0b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 15 May 2004 16:21:40 +0000 Subject: [PATCH] Look: Ajout style warning et error. --- htdocs/theme/eldy/eldy.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index e4a01c6dc55..f57c0509dae 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -286,9 +286,15 @@ div.menus { border-left: 1px dashed #ccccb3; } +/* + * Normal, warning, erreurs + */ +.warning { color: #777711; } +.error { color: #550000; } + /* - * Payes/Non payes + * Liens Payes/Non payes */ a.normal:link { font-weight: normal } @@ -359,7 +365,7 @@ td.small { } tr.nonpayed { - font-weight: bold; + font-weight: bold; }