style update

pull/3/head
lalanza808 5 years ago
parent a655ab6a77
commit c6d661dc80

@ -1150,7 +1150,7 @@ New color: fd4e05
}
.ctr-light {
max-width: 600px;
max-width: 650px;
}
.wallet-text {
text-align: center;

@ -27,8 +27,10 @@
<p class="sale-info"><strong>Country</strong>: {{ shipping_address.country }}</p>
<p class="sale-info"><strong>Zip</strong>: {{ shipping_address.zip }}</p>
<br>
<p class="sale-info">If you have shipped the item, and <strong>only if you have shipped the item</strong>, please confirm by clicking this button:</p>
<p class="sale-info"><a href="{% url 'confirm_shipment' sale.id %}" class="button">Confirm Item Shipped</a></p>
<span class="wallet-text">
<p class="sale-info">If you have shipped the item, and <strong>only if you have shipped the item</strong>, please confirm by clicking this button:</p>
<p class="sale-info"><a href="{% url 'confirm_shipment' sale.id %}" class="button">Confirm Item Shipped</a></p>
</span>
{% else %}
<br>
<p><strong>The buyer has not provided a shipping address yet - check back later!</strong></p>

@ -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 }}!