diff --git a/bin/frontend/controls/SimpleCheckout.js b/bin/frontend/controls/SimpleCheckout.js index 4d9a00c45bd83dac2bde185a33ce5b0ef6f87d32..8027ece5819e911fd2d7dcd07815a20238496c80 100644 --- a/bin/frontend/controls/SimpleCheckout.js +++ b/bin/frontend/controls/SimpleCheckout.js @@ -718,6 +718,10 @@ define('package/quiqqer/order-simple-checkout/bin/frontend/controls/SimpleChecko moofx(ListNode).animate({ height: InnerNode.offsetHeight, opacity: 1 + }, { + callback: () => { + ListNode.style.height = null; + } }); }, diff --git a/src/QUI/ERP/Order/SimpleCheckout/Basket.css b/src/QUI/ERP/Order/SimpleCheckout/Basket.css index eab6b0fd1b9d3b173cbde5215d7cca4dfba5d9c1..d84aa2fed5147926eade674530d871193f89e2e1 100644 --- a/src/QUI/ERP/Order/SimpleCheckout/Basket.css +++ b/src/QUI/ERP/Order/SimpleCheckout/Basket.css @@ -156,7 +156,7 @@ ul.articleData__fields { .articles-sum { border: none; - float: none; + width: 100%; text-align: right; margin-bottom: 0; font-size: 1rem; diff --git a/src/QUI/ERP/Order/SimpleCheckout/Checkout.css b/src/QUI/ERP/Order/SimpleCheckout/Checkout.css index 36d55a9e39a8be0c05420f2adb4e7ff7804c8259..7e742583c01ef6b3c7af592adf9fcb23062942ce 100644 --- a/src/QUI/ERP/Order/SimpleCheckout/Checkout.css +++ b/src/QUI/ERP/Order/SimpleCheckout/Checkout.css @@ -134,6 +134,8 @@ display: flex; cursor: pointer; align-items: baseline; + border: none; + padding: 0; } .quiqqer-simple-checkout-basket__pay :where(.quiqqer-order-step-checkout-notice label) {