From 0ae053391018b2ec3c76b1bd47ca3cd432bdee26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Oct 2022 20:17:24 +0200 Subject: nicer buttons --- static/styles.css | 14 ++++++++++++++ template/wallet.html.j2 | 10 +++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/static/styles.css b/static/styles.css index b8493bde..44274f50 100644 --- a/static/styles.css +++ b/static/styles.css @@ -19,6 +19,20 @@ ul nav { background-color: #A5C663; } +.wallet-teaser-text { + padding-bottom: 2em; +} + +.install-button { + border: none; + padding: 8px 8px; + background-color: #0042b3; + color: #fff; +} + +.extension.row > .col-lg-6 { + padding-bottom: 2em; +} a, a:link, diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 index 8edd7c7d..77f2a53f 100644 --- a/template/wallet.html.j2 +++ b/template/wallet.html.j2 @@ -121,7 +121,7 @@ document.addEventListener('DOMContentLoaded', onLoad); -
+
{% trans %} Install the wallet for your browser below, then check out the @@ -138,11 +138,11 @@ document.addEventListener('DOMContentLoaded', onLoad); {% trans %} directory {% endtrans %} - .
+ .
-
+

Google Chrome / Chromium 51+

@@ -172,7 +172,7 @@ document.addEventListener('DOMContentLoaded', onLoad);

-