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: minor UI issues


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: minor UI issues
Date: Thu, 01 Jun 2017 14:14:03 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new a9e99ef  minor UI issues
a9e99ef is described below

commit a9e99efdc2e062e3e432ac49b8d89f603148126b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 1 14:13:00 2017 +0200

    minor UI issues
---
 talerbank/app/static/bank.css             | 10 ++++++++++
 talerbank/app/templates/base.html         |  1 +
 talerbank/app/templates/profile_page.html |  8 +++++---
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/static/bank.css b/talerbank/app/static/bank.css
new file mode 100644
index 0000000..c01fc13
--- /dev/null
+++ b/talerbank/app/static/bank.css
@@ -0,0 +1,10 @@
+h1.nav {
+  width: 92%;
+  display: inline-block;
+}
+
+a.pure-button {
+  position: absolute;
+  right: 20px;
+  top: 23px;
+}
diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index c4d0efd..9a6cda5 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -22,6 +22,7 @@
   <head>
     <title>{{ settings_value("TALER_CURRENCY") }} Bank - Taler Demo</title>
     <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ static('bank.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" />
     <script src="{{ static('web-common/taler-wallet-lib.js') }}" 
type="application/javascript"></script>
diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index 1a016f1..9627be8 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -31,13 +31,15 @@
   <script src="{{ static('chrome-store-link.js') }}" 
type="application/javascript"></script>
 {% endblock head %}
 {% block headermsg %}
-  <h1 class="nav">Welcome <em>{{ name }}</em>!</h1>
+  <div>
+    <h1 class="nav">Welcome <em>{{ name }}</em>!</h1>
+    <a href="{{ url('logout') }}" class="pure-button">[Logout]</a><br>
+  </div>
 {% endblock headermsg %}
 {% block content %}
   <section id="menu">
-    <a href="{{ url('logout') }}" class="pure-button">[Logout]</a><br>
     <p>Account: # {{ account_no }}</p>
-    <p>Current balance: {{ balance }} {{ currency }}</p>
+    <p>Current balance: <b>{{ balance }} {{ currency }}</b></p>
   </section>
   <section id="main">
     <article>

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



reply via email to

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