annulation d'une facture non paye

darcs-hash:20061025182958-f46e9-c88fbf735adede3d119ff412ccd27aafe7131dae.gz
This commit is contained in:
gdetrez 2006-10-25 20:29:58 +02:00
parent 1fea392dae
commit ffc73b0296
4 changed files with 53 additions and 25 deletions

View file

@ -70,6 +70,16 @@ td, tr {
}
.actions {
display:block;
float:right;
font-size:0.9em;
font-weight:normal;
}
.actions a {
margin:2px 10px;
}
/********************************************
* <!-- factures - details -->
********************************************/
@ -110,7 +120,7 @@ table.factureDetails td {
margin:3px;
font-weight:normal;
}
span.note {
.note {
color:#666
}
@ -142,4 +152,4 @@ table#historique_sous th {
background:#fff7D7;
padding:5px;
text-decoration:underline;
}
}