From 0f1227a47b61524b2743241d916ffcad36a9d29a Mon Sep 17 00:00:00 2001 From: gerard Date: Thu, 26 Jul 2018 09:12:25 +0200 Subject: [PATCH] removed dummy buttons --- client/ticket/src/sale/editDiscount.html | 4 ---- client/ticket/src/sale/index.html | 4 ---- client/ticket/src/sale/style.scss | 8 +++++++- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/client/ticket/src/sale/editDiscount.html b/client/ticket/src/sale/editDiscount.html index ccc34e084..45dce2f8f 100644 --- a/client/ticket/src/sale/editDiscount.html +++ b/client/ticket/src/sale/editDiscount.html @@ -16,9 +16,5 @@

{{($ctrl.edit[0].quantity * $ctrl.edit[0].price) - (($ctrl.newDiscount * ($ctrl.edit[0].quantity * $ctrl.edit[0].price))/100) | currency:' €':2}}

- - \ No newline at end of file diff --git a/client/ticket/src/sale/index.html b/client/ticket/src/sale/index.html index ed63dafe6..23840afed 100644 --- a/client/ticket/src/sale/index.html +++ b/client/ticket/src/sale/index.html @@ -237,10 +237,6 @@

{{($ctrl.sale.quantity * $ctrl.editedPrice) - (($ctrl.sale.discount * ($ctrl.sale.quantity * $ctrl.editedPrice))/100) | currency:' €':2}}

- - diff --git a/client/ticket/src/sale/style.scss b/client/ticket/src/sale/style.scss index 6d70848bf..963cf7ebe 100644 --- a/client/ticket/src/sale/style.scss +++ b/client/ticket/src/sale/style.scss @@ -30,7 +30,13 @@ vn-ticket-sale { vn-dialog.edit { @extend vn-popover.edit; - + + &>div{ + padding: 0!important; + } + vn-textfield { + width: 100%; + } .buttons{ margin-top: 0!important; }