Bläddra i källkod

Alineación en el detalle

Celestino Rey 8 månader sedan
förälder
incheckning
8ed46dd7aa
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      src/templates/repostajes/detalle_vehiculo.html

+ 6 - 6
src/templates/repostajes/detalle_vehiculo.html

@@ -52,12 +52,12 @@
                         <tr>
                             <td class="cell"><a href="{% url 'repostajes:detalle_repostaje' repostaje.id %}">{{ repostaje.fecha }}</a></td>
                             <td class="cell">{{ repostaje.kms | no_currency }}</td>
-                            <td class="cell">{{ repostaje.litros | no_currency }}</td>
-                            <td class="cell">{{ repostaje.importe | currency_euros  }}</td>
-                            <td class="cell">{{ repostaje.descuento | currency_euros  }}</td>
-                            <td class="cell">{{ repostaje.precioxlitro | currency_euros  }}</td>
-                            <td class="cell">{{ repostaje.kmsrecorridos | no_currency }}</td>
-                            <td class="cell">{{ repostaje.consumo | no_currency }}</td>
+                            <td class="text-end">{{ repostaje.litros | no_currency }}</td>
+                            <td class="text-end">{{ repostaje.importe | currency_euros  }}</td>
+                            <td class="text-end">{{ repostaje.descuento | currency_euros  }}</td>
+                            <td class="text-end">{{ repostaje.precioxlitro | currency_euros  }}</td>
+                            <td class="text-end">{{ repostaje.kmsrecorridos | no_currency }}</td>
+                            <td class="text-end">{{ repostaje.consumo | no_currency }}</td>
                         </tr>
                         {% endfor %}	
                     </tbody>