gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: style


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: style
Date: Tue, 06 Feb 2018 01:15:15 +0100

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

dold pushed a commit to branch master
in repository bank.

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

commit 7704bdb1e74f62e40f42d796dbc6603c38f5acb5
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 6 01:15:08 2018 +0100

    style
---
 talerbank/app/templates/base.html         | 2 +-
 talerbank/app/templates/profile_page.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index 56d736f..fc33ca3 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -21,10 +21,10 @@
 <html data-taler-nojs="true">
   <head>
     <title>{{ settings_value("TALER_CURRENCY") }} Bank - Taler Demo</title>
-    <link rel="stylesheet" type="text/css" href="{{ static('bank.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/demo.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
+    <link rel="stylesheet" type="text/css" href="{{ static('bank.css') }}" />
     {% block head %} {% endblock %}
   </head>
   <body>
diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index e528243..e5f9abc 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -90,7 +90,7 @@
               <option value="{{ currency }}:15.00">15.00</option>
               <option value="{{ currency }}:20.00">20.00</option>
           </select><!--
-            --><input type="text" readonly class="currency-indicator" size="{{ 
currency|length }}" value="{{ currency }}">
+            --><input type="text" readonly class="currency-indicator" size="{{ 
currency|length }}" tabindex="-1" value="{{ currency }}">
 
           <input id="select-exchange"
                  class="taler-installed-show pure-button pure-button-primary"
@@ -117,7 +117,7 @@
           <div class="fieldbox">
             <label class="fieldlabel" for="id_amount">Amount to 
transfer:</label>
             {{ wt_form.amount }}<!--
-            --><input type="text" readonly name="currency-indicator" size="{{ 
currency|length }}" value="{{ currency }}">
+            --><input type="text" readonly class="currency-indicator" size="{{ 
currency|length }}" tabindex="-1" value="{{ currency }}">
           </div>
             
           <div class="fieldbox">

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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