From acb8ca982f28e7cf848661dd6a556eaa82b03f95 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 5 Apr 2019 09:50:41 +0200 Subject: [PATCH] fix malformed html in pos + align price/button to card bottom --- .../Views/AppsPublic/ViewPointOfSale.cshtml | 370 ++++++++++-------- 1 file changed, 202 insertions(+), 168 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 9b3fa5f29..4fe792a0a 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -12,7 +12,7 @@ @Model.Title - + @@ -20,20 +20,20 @@ - + @if (Model.CustomCSSLink != null) { - + } - + - @if (Model.EnableShoppingCart) + @if (Model.EnableShoppingCart) { - + } + + - - @if (Model.EnableShoppingCart) - { -