Skip to content
Extraits de code Groupes Projets
Valider 47cf5a6d rédigé par Benjamin's avatar Benjamin
Parcourir les fichiers

modif tableau graph

parent dd7ff0f7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -62,4 +62,4 @@ canvas { width: 100%; } ...@@ -62,4 +62,4 @@ canvas { width: 100%; }
/*Legend*/ /*Legend*/
.table-legend { width: 100%; max-width: 100%; margin: 10px 0; border-collapse: separate; border-spacing: 8px; font-size: 11px; } .table-legend { width: 100%; max-width: 100%; margin: 10px 0; border-collapse: separate; border-spacing: 8px; font-size: 11px; }
.table-legend .nb { text-align: right; } .table-legend .nb { text-align: right; }
.table-legend-total td { border-top: 1px solid #eee; font-weight: 700; padding: 2px 0; } .table-legend-total td { border-top: 1px solid #eee; border-bottom: : 1px solid #eee; font-weight: 700; padding: 2px 0; }
...@@ -156,8 +156,12 @@ ...@@ -156,8 +156,12 @@
<td class="nb"><t t-esc="widget.render_percent(widget.total)"></t></td> <td class="nb"><t t-esc="widget.render_percent(widget.total)"></t></td>
<td class="nb"><t t-esc="widget.render_keur(widget.total2)"></t></td> <td class="nb"><t t-esc="widget.render_keur(widget.total2)"></t></td>
</tr> </tr>
</table> <tr>
<table class="table-legend"> <td style="width: 20px;"></td>
<td></td>
<td class="nb"></td>
<td class="nb"></td>
</tr>
<tr> <tr>
<td style="background-color: #F6ACA2; width: 20px;"></td> <td style="background-color: #F6ACA2; width: 20px;"></td>
<td>Pipe</td> <td>Pipe</td>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter