commit 93a78bfe14f053a8999d42c8d71ab4f901417512
parent 6f959cf386a2c05fee4dbb1804f10b39949ec2fd
Author: tg(x) <*@tg-x.net>
Date: Tue, 11 Oct 2016 19:33:27 +0200
wallet: move wallet status box up
Diffstat:
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/wallet.html b/wallet.html
@@ -116,6 +116,18 @@ document.addEventListener('DOMContentLoaded', onLoad);
</div>
<div class="row">
+ <div class="col-lg-12">
+ <p class="greenbox" id="box-present" style="display:none">
+ Congratulations, you have installed the Taler wallet.
+ Check out the <a href="https://demo.taler.net/">demo</a>.
+ </p>
+ <p class="bluebox" id="box-not-present" style="display:none">
+ You don't have a wallet installed yet.
+ </p>
+ </div> <!-- /col-lg-12 -->
+ </div> <!-- /row -->
+
+ <div class="row">
<div class="col-lg-6">
<h2>Google Chrome / Chromium 49+</h2>
@@ -168,15 +180,8 @@ document.addEventListener('DOMContentLoaded', onLoad);
<div class="col-lg-6">
<h2>Other browsers</h2>
<p>Wallets for other browsers will be provided in the near future.</p>
- <p class="greenbox" id="box-present" style="display:none">
- Congratulations, you have installed the Taler wallet.
- Check out the <a href="https://demo.taler.net/">demo</a>.
- </p>
- <p class="bluebox" id="box-not-present" style="display:none">
- You don't have a wallet installed yet.
- </p>
-
</div> <!-- /col-lg-6 -->
+
</div> <!-- /row -->
<!--# include file="common/footer.inc" -->