aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-11 19:33:27 +0200
committertg(x) <*@tg-x.net>2016-10-11 19:33:27 +0200
commit93a78bfe14f053a8999d42c8d71ab4f901417512 (patch)
treeb57c27b3e553fa0b1733808a332837f4e192fb13
parent6f959cf386a2c05fee4dbb1804f10b39949ec2fd (diff)
downloadwww-93a78bfe14f053a8999d42c8d71ab4f901417512.tar.gz
www-93a78bfe14f053a8999d42c8d71ab4f901417512.zip
wallet: move wallet status box up
-rw-r--r--wallet.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/wallet.html b/wallet.html
index 9efdc0c1..924b4b60 100644
--- a/wallet.html
+++ b/wallet.html
@@ -116,6 +116,18 @@ document.addEventListener('DOMContentLoaded', onLoad);
116 </div> 116 </div>
117 117
118 <div class="row"> 118 <div class="row">
119 <div class="col-lg-12">
120 <p class="greenbox" id="box-present" style="display:none">
121 Congratulations, you have installed the Taler wallet.
122 Check out the <a href="https://demo.taler.net/">demo</a>.
123 </p>
124 <p class="bluebox" id="box-not-present" style="display:none">
125 You don't have a wallet installed yet.
126 </p>
127 </div> <!-- /col-lg-12 -->
128 </div> <!-- /row -->
129
130 <div class="row">
119 <div class="col-lg-6"> 131 <div class="col-lg-6">
120 132
121 <h2>Google Chrome / Chromium 49+</h2> 133 <h2>Google Chrome / Chromium 49+</h2>
@@ -168,15 +180,8 @@ document.addEventListener('DOMContentLoaded', onLoad);
168 <div class="col-lg-6"> 180 <div class="col-lg-6">
169 <h2>Other browsers</h2> 181 <h2>Other browsers</h2>
170 <p>Wallets for other browsers will be provided in the near future.</p> 182 <p>Wallets for other browsers will be provided in the near future.</p>
171 <p class="greenbox" id="box-present" style="display:none">
172 Congratulations, you have installed the Taler wallet.
173 Check out the <a href="https://demo.taler.net/">demo</a>.
174 </p>
175 <p class="bluebox" id="box-not-present" style="display:none">
176 You don't have a wallet installed yet.
177 </p>
178
179 </div> <!-- /col-lg-6 --> 183 </div> <!-- /col-lg-6 -->
184
180 </div> <!-- /row --> 185 </div> <!-- /row -->
181 186
182 <!--# include file="common/footer.inc" --> 187 <!--# include file="common/footer.inc" -->