SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bbd1b9a500be73f894139e2e05ea1490e24d4c8d
parent c3cf5168cf7c054736512a89ad96b5c23e529971
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Sat, 10 Jul 2021 17:27:40 +1000

Change donate amount field style

Diffstat:
Mstatic/style.css | 7+++++++
Mtemplates/donate.html | 4++--
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -93,6 +93,13 @@ h1 { transform: scale(3); } +#amountenter { + background-color: black; + color: white; + font-size: 16px; + border-radius:5px; +} + #qrImage { float: right; /* margin: auto; */ diff --git a/templates/donate.html b/templates/donate.html @@ -4,7 +4,7 @@ <title>Donate Bitcoin</title> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - + <script src="//code.jquery.com/jquery-1.12.4.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/3.0.4/socket.io.js"></script> <!-- <script src="{{ url_for('static', filename='server_connection.js') }}"></script> --> @@ -49,7 +49,7 @@ <center> <form id="pay" action='/pay' style="margin:0;padding0;"> <h2 style="margin:0;padding0;">Amount: - <input style="display:inline" size="4" type="float" name="amount" id="amount" placeholder="USD" required> + <input id="amountenter" style="display:inline" size="4" type="float" name="amount" id="amount" placeholder="USD" required> </h2> <br> <input class="button button1" style="width:40%" type="submit" value="Donate">