From c6d661dc8086ec8717fdd798d86d83530ea90920 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Tue, 14 Jan 2020 09:52:38 -0800 Subject: [PATCH] style update --- web/static/css/style.css | 2 +- .../sales/get_sale/payment_received_not_shipped.html | 6 ++++-- web/templates/sales/notify/sale_completed/seller/body.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index 241771e..0f6ec93 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -1150,7 +1150,7 @@ New color: fd4e05 } .ctr-light { - max-width: 600px; + max-width: 650px; } .wallet-text { text-align: center; diff --git a/web/templates/sales/get_sale/payment_received_not_shipped.html b/web/templates/sales/get_sale/payment_received_not_shipped.html index 59896d5..465dacc 100644 --- a/web/templates/sales/get_sale/payment_received_not_shipped.html +++ b/web/templates/sales/get_sale/payment_received_not_shipped.html @@ -27,8 +27,10 @@

Country: {{ shipping_address.country }}

Zip: {{ shipping_address.zip }}


-

If you have shipped the item, and only if you have shipped the item, please confirm by clicking this button:

-

Confirm Item Shipped

+ +

If you have shipped the item, and only if you have shipped the item, please confirm by clicking this button:

+

Confirm Item Shipped

+
{% else %}

The buyer has not provided a shipping address yet - check back later!

diff --git a/web/templates/sales/notify/sale_completed/seller/body.txt b/web/templates/sales/notify/sale_completed/seller/body.txt index 5a435e2..0f64ee9 100644 --- a/web/templates/sales/notify/sale_completed/seller/body.txt +++ b/web/templates/sales/notify/sale_completed/seller/body.txt @@ -2,6 +2,6 @@ Congratulations {{ sale.item.owner }}, The sale of your item, "{{ sale.item.name }}" (#{{ sale.item.id }}), has concluded. The agreed upon bid price minus any network fees has been transferred to the payout address provided when posting the item. -In a few more minutes post-processing will complete, the platform will receive it's fees, and the sale, item, and bids will all be removed from the system. If your fees were waived, please consider donating to the development fund. The address is at the bottom of the {{ site_name }} site pages. +In a few more minutes post-processing will complete, the platform will collect any fees, and the sale, item, and bids will all be removed from the system. If you had a good experience, please consider donating to the development fund. The address can be found at the bottom of the {{ site_name }} site pages. Thanks for using {{ site_name }}!