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: table style / heading f


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: table style / heading fix
Date: Tue, 14 Mar 2017 16:20:58 +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 ef8ed34  table style / heading fix
ef8ed34 is described below

commit ef8ed3481ee02e13659099ae54ff7eae6090aebe
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:20:56 2017 +0100

    table style / heading fix
---
 talerbank/app/templates/public_accounts.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index 94e3e20..69599f0 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -30,11 +30,11 @@
           <ul class="pure-menu-list">
           {% for account in public_accounts %}
             {% if account.account_no == selected_account.number %}
-            <li class="pure-menu-item">
-            {% else %}
             <li class="pure-menu-item pure-menu-selected">
+            {% else %}
+            <li class="pure-menu-item pure-menu">
             {% endif %}
-              <a href="{{ url("public-accounts", name=account.user.username) 
}}">
+              <a href="{{ url("public-accounts", name=account.user.username) 
}}" class="pure-menu-link">
                 {{ account.user.username }}
               </a>
             </li>
@@ -44,7 +44,7 @@
 
       <div id="transactions-history">
         {% if selected_account.history %}
-         <table class="history">
+         <table class="pure-table-striped">
             <thead>
               <th style="text-align:center">Date</th>
               <th style="text-align:center">Amount</th>

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



reply via email to

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