diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index 0d8f21e1f..bb66831f8 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -6,44 +6,51 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + +

Subtotal {{$ctrl.subTotal | currency: 'EUR':2}}

+

VAT {{$ctrl.VAT | currency: 'EUR':2}}

+

Total {{$ctrl.total | currency: 'EUR':2}}

+
+
@@ -142,21 +149,6 @@ No results -
-

- Subtotal - {{$ctrl.subTotal | currency: 'EUR':2}} -

-

- VAT - {{$ctrl.VAT | currency: 'EUR':2}} -

-

- Total - {{$ctrl.total | currency: 'EUR':2}} -

-
p { - margin: 0; - margin-top: 1em; + font-size: 1.2em; + margin: .2em; } } } \ No newline at end of file