commit d05da0f267d22963616b5f7cc241541e62419cf1
parent badebf29d32252eab52dd743e5f66bf8e8861bc3
Author: Florian Dold <florian@dold.me>
Date: Wed, 18 Aug 2021 16:02:09 +0200
cosmetic fixes for merchant HTML pages
Diffstat:
3 files changed, 8 insertions(+), 51 deletions(-)
diff --git a/contrib/offer_refund.en.must b/contrib/offer_refund.en.must
@@ -28,14 +28,6 @@
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
-.taler::before {
- content: "❬";
- color: #aa3939;
-}
-.taler::after {
- content: "❭";
- color: #aa3939;
-}
.talerbar {
text-align: center;
}
@@ -61,16 +53,6 @@
.qrtext:hover {
font-size: 1em;
}
-.talerbar {
- margin: 0;
- bottom: 0;
- background-color: #033;
- color: white;
- width: 100%;
- padding: 1em;
- overflow: auto;
-}
-
body {
overflow-y: scroll;
}
@@ -127,9 +109,9 @@ body {
</script>
-<h1><span class="taler">Taler</span> refund available</h1>
+<h1>Taler refund available</h1>
-<div class="taler-installed-hide">
+<div>
<p>
Please select your Taler wallet to obtain the refund.
</p>
@@ -152,7 +134,7 @@ body {
<div class="talerbar">
<p>You can learn more about GNU Taler on our <a href="https://taler.net/">website</a>.<br>
- Copyright © 2014—2020 Taler Systems SA</p>
+ Copyright © 2014—2021 Taler Systems SA</p>
</div>
</body>
</html>
diff --git a/contrib/offer_tip.en.must b/contrib/offer_tip.en.must
@@ -28,14 +28,6 @@
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
-.taler::before {
- content: "❬";
- color: #aa3939;
-}
-.taler::after {
- content: "❭";
- color: #aa3939;
-}
.talerbar {
text-align: center;
}
@@ -119,7 +111,7 @@ body {
</script>
-<h1><span class="taler">Taler</span> tip available</h1>
+<h1>Taler tip available</h1>
<div class="taler-installed-hide">
<p>
@@ -144,7 +136,7 @@ body {
<div class="talerbar">
<p>You can learn more about GNU Taler on our <a href="https://taler.net/">website</a>.<br>
- Copyright © 2014—2020 Taler Systems SA</p>
+ Copyright © 2014—2021 Taler Systems SA</p>
</div>
</body>
</html>
diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
@@ -22,20 +22,12 @@
<noscript>
<meta http-equiv="refresh" content="1">
</noscript>
- <title>Payment required for {{order_summary}}</title>
+ <title>Payment requested for {{order_summary}}</title>
<link rel="stylesheet"
href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
-.taler::before {
- content: "❬";
- color: #aa3939;
-}
-.taler::after {
- content: "❭";
- color: #aa3939;
-}
.talerbar {
text-align: center;
}
@@ -61,15 +53,6 @@
.qrtext:hover {
font-size: 1em;
}
-.talerbar {
- margin: 0;
- bottom: 0;
- background-color: #033;
- color: white;
- width: 100%;
- padding: 1em;
- overflow: auto;
-}
body {
overflow-y: scroll;
@@ -152,7 +135,7 @@ body {
<section id="main" class="content">
-<h1><span class="taler">Taler</span> payment required</h1>
+<h1>Taler payment requested</h1>
<div class="taler-installed-hide">
<p>
@@ -180,7 +163,7 @@ body {
<div class="talerbar">
<p>You can learn more about GNU Taler on our <a href="https://taler.net/">website</a>.<br>
- Copyright © 2014—2020 Taler Systems SA</p>
+ Copyright © 2014—2021 Taler Systems SA</p>
</div>
</body>
</html>