summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/public_accounts.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-14 16:20:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-14 16:20:56 +0100
commitef8ed3481ee02e13659099ae54ff7eae6090aebe (patch)
tree0972f110ed7b0c59904ffc3d9920e455d3edcb09 /talerbank/app/templates/public_accounts.html
parent39d772e9fb0fdc78301bf2784a39280acb394888 (diff)
downloadbank-ef8ed3481ee02e13659099ae54ff7eae6090aebe.tar.gz
bank-ef8ed3481ee02e13659099ae54ff7eae6090aebe.tar.bz2
bank-ef8ed3481ee02e13659099ae54ff7eae6090aebe.zip
table style / heading fix
Diffstat (limited to 'talerbank/app/templates/public_accounts.html')
-rw-r--r--talerbank/app/templates/public_accounts.html8
1 files 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>