Look: Ajout style warning et error.
This commit is contained in:
parent
3658c82487
commit
e53ae1a339
@ -286,9 +286,15 @@ div.menus {
|
|||||||
border-left: 1px dashed #ccccb3;
|
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 }
|
a.normal:link { font-weight: normal }
|
||||||
@ -359,7 +365,7 @@ td.small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.nonpayed {
|
tr.nonpayed {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user