diff --git a/web/static/css/style-small.css b/web/static/css/style-small.css index fcea8f8..b33b5cb 100644 --- a/web/static/css/style-small.css +++ b/web/static/css/style-small.css @@ -59,13 +59,13 @@ /* Footer */ - #footer { - padding: 4em 0em 4em; - } + /* #footer { + padding: 4em 0em q4em; + } */ #footer .copyright li { border-left: 0; margin-left: 0; padding-left: 0; display: block; - } \ No newline at end of file + } diff --git a/web/static/css/style-xsmall.css b/web/static/css/style-xsmall.css index 7d55cf4..74a4010 100644 --- a/web/static/css/style-xsmall.css +++ b/web/static/css/style-xsmall.css @@ -53,5 +53,5 @@ input[type="submit"], input[type="reset"], input[type="button"] { - padding: 0; - } \ No newline at end of file + padding: 0 1em 0 1em; + } diff --git a/web/static/css/style.css b/web/static/css/style.css index 06c908c..faa9db3 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -1056,7 +1056,11 @@ New color: fd4e05 #footer { background: #202222; color: #888; - padding: 2em 0em 4em; + position: relative; + width: 100%; + bottom: 0; + /* height: 100px; */ + margin-top: 1em; } #footer h2, #footer h3, #footer h4 { @@ -1087,7 +1091,7 @@ New color: fd4e05 #footer .copyright { font-size: 0.9em; - margin: 2em 0 0 0; + margin: .5em 0 0 0; padding: 0; text-align: center; } @@ -1106,6 +1110,11 @@ New color: fd4e05 padding-left: 0; } + footer .container { + padding-top: .2em; + padding-bottom: 1em; + } + ul.pagination { cursor: default; list-style: none; @@ -1120,6 +1129,7 @@ New color: fd4e05 p.sale-info { margin: 0 0 .5em 0; + overflow-wrap: break-word; } .red { @@ -1137,3 +1147,13 @@ New color: fd4e05 .network-stats { box-sizing: border-box; } + +.sale-qrcode { + display: block; + margin: 0 auto; +} + +html { + background-color: #202222; + min-height: 100%; +} diff --git a/web/templates/sales/get_sale.html b/web/templates/sales/get_sale.html index 8268b0e..750e444 100644 --- a/web/templates/sales/get_sale.html +++ b/web/templates/sales/get_sale.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load static %} {% block content %} @@ -13,7 +14,16 @@

The seller accepted your bid and the sale process was initiated. Please send funds to the below Monero escrow address (or use the QR code).

Expected Payment (XMR): {{ sale.expected_payment_xmr }}

Escrow Address: {{ sale.escrow_address }}

- + +
+

Need a Wallet?

+

Try out these popular Monero wallet projects:

+ + {% endif %} {% endif %} {% if request.user == sale.item.owner %} @@ -26,6 +36,7 @@ {% endif %} {% if site_meta.debug %}
+

Debug Info

Item: {{ sale.item }}

Payout Address: {{ sale.item.payout_address }}