gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: page style


From: gnunet
Subject: [taler-bank] branch master updated: page style
Date: Thu, 01 Oct 2020 19:43:38 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 583511d  page style
583511d is described below

commit 583511d860af5cae2e00e2bf6b189cbd6a61a060
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 19:43:30 2020 +0200

    page style
---
 talerbank/app/templates/withdraw_confirm.html | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/templates/withdraw_confirm.html 
b/talerbank/app/templates/withdraw_confirm.html
index e666b52..cd76866 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -39,14 +39,22 @@
     What is {{ question }} ?
   </p>
   <div>
-    <form method="post" action="{{ url('withdraw-confirm', withdraw_id) }}" 
class="pure-form">
+    <form
+        method="post"
+        action="{{ url('withdraw-confirm', withdraw_id) }}"
+        class="pure-form"
+        style="float: left;">
       <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" 
/>
       <input type="text" name="pin_0" value="" autocomplete="off" autofocus />
       <input type="hidden" name="pin_1" value="{{ hashed_answer }}" />
       <input type="hidden" name="question_url" value="{{ 
request.get_full_path() }}" />
       <input type="submit" value="Ok" class="pure-button pure-button-primary" 
/>
     </form>
-    <form method="post" action="{{ url('abort-withdrawal', 
withdraw_id=withdraw_id) }}" class="pure-form">
+    <form
+        method="post"
+        action="{{ url('abort-withdrawal', withdraw_id=withdraw_id) }}"
+        class="pure-form"
+        style="margin-left: 15%;">
       <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" 
/>
       <input type="submit" value="Abort" class="pure-button 
pure-button-primary" />
     </form>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]