diff --git a/www/%participant_id/history.html b/www/%participant_id/history.html index c20bddfcff..afdf5eac19 100644 --- a/www/%participant_id/history.html +++ b/www/%participant_id/history.html @@ -176,16 +176,16 @@ text-align: left; border-bottom: 1px solid #614C3E; } - TD.out { + TD.debit { color: red; } + .head TD.debit { + color: #614C3E; + } TD.note { text-align: left; } .fee { - border-left: 1px solid #614C3E; - } - .in-out { border-right: 1px solid #614C3E; text-align: right; } @@ -211,22 +211,22 @@

{{ participant_id == user.id and "Your" or "Their" }} balance is ({{ utils.dt2age(event['timestamp']) }}) - ← Outside - Inside Gittip → + ← Outside + Inside Gittip → Card Fee - In/Out - Tip + Credit + Debit Balance Note - - + + {{ event['balance'] }} @@ -234,8 +234,8 @@

{{ participant_id == user.id and "Your" or "Their" }} balance is - - + + {{ event['balance'] }} @@ -243,8 +243,8 @@

{{ participant_id == user.id and "Your" or "Their" }} balance is {{ event['amount'] + event['fee'] }} {{ event['fee'] }} - {{ event['amount'] }} - + {{ event['amount'] }} + {{ event['balance'] }} @@ -252,12 +252,13 @@

{{ participant_id == user.id and "Your" or "Their" }} balance is - {% if event['tippee'] == participant_id %} - {{ event['amount'] }} + {{ event['amount'] }} + {% else %} - {{ event['amount'] }} + + {{ event['amount'] }} {% end %} {{ event['balance'] }}