Affichage annulation historique

- Les infos d'annulations apparaissent sur les historiques (K-Psul et
  standard)
- Les infos de validation apparaissent sur l'historique standard si la
  personne est de l'équipe
- Si la ligne contenant les données d'une opération est trop longue,
  celle-ci est scrollable (exemple : opé annulée sur K-Psul)
This commit is contained in:
Aurélien Delobelle 2016-08-22 17:39:07 +02:00
parent 170a827e99
commit 9a574941f0
3 changed files with 32 additions and 2 deletions

View file

@ -49,6 +49,7 @@
line-height:24px;
font-size:12px;
padding-left:15px;
overflow:auto;
}
#history .ope .amount {
@ -65,6 +66,10 @@
padding-left:15px;
}
#history .ope .canceled {
padding-left:20px;
}
#history div.general.ui-selected, #history div.general.ui-selecting,
#history div.ope.ui-selected, #history div.ope.ui-selecting {
background-color:rgba(200,16,46,0.6);