Skip to content

Commit

Permalink
Aligned currency on right in balance figures
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornua committed Aug 22, 2011
1 parent 0ad5e0c commit add672e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions static/css/main.css
Expand Up @@ -107,3 +107,6 @@ input.error {
#entriestable td:nth-child(5), #entriestable td:nth-child(6) {
white-space: nowrap;
}
#balancetable td:nth-child(2) {
text-align:right;
}
2 changes: 1 addition & 1 deletion templates/page/index.mako
Expand Up @@ -11,7 +11,7 @@
<p>
<a href=${escattr(urlfor("login.chpasswd_form"))}>Klik her for at skifte dit løsen</a>
</p>
<table>
<table id="balancetable">
<thead>
<tr>
<th>Navn</th>
Expand Down

0 comments on commit add672e

Please sign in to comment.