Look: Ajout style warning et error.

This commit is contained in:
Laurent Destailleur 2004-05-15 16:21:40 +00:00
parent 3658c82487
commit e53ae1a339

View File

@ -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;
}