diff --git a/docker/ploughshares/static/css/custom.css b/docker/ploughshares/static/css/custom.css index 720ed96..68c01b7 100644 --- a/docker/ploughshares/static/css/custom.css +++ b/docker/ploughshares/static/css/custom.css @@ -130,7 +130,7 @@ label { } td.amount-cell { - text-align: right; + text-align: left; } /* Version display */ diff --git a/docker/ploughshares/templates/view_transaction.html b/docker/ploughshares/templates/view_transaction.html index 4826f04..4b5c5d7 100644 --- a/docker/ploughshares/templates/view_transaction.html +++ b/docker/ploughshares/templates/view_transaction.html @@ -135,15 +135,15 @@ - + - + - + - + - + - + - + - + - + - + - + - + - +
Transaction Type:Transaction Type {{ transaction['transaction_type'] }}
Company/Division:Company/Division {{ transaction['company_division'] }}
Address:Address {{ transaction['address_1'] }}
{% if transaction['address_2'] %}{{ transaction['address_2'] }}
{% endif %} @@ -152,43 +152,43 @@
Primary:Primary {{ 'Yes' if transaction['is_primary'] else 'No' }}
Source Date:Source Date {{ transaction['source_date'].strftime('%Y-%m-%d') if transaction['source_date'] else 'N/A' }}
Source Description:Source Description {{ transaction['source_description'] }}
Grant Type:Grant Type {{ transaction['grant_type'] }}
Description:Description {{ transaction['description'] }}
Amount:Amount {{ transaction['amount']|currency }}
Recipient:Recipient {{ transaction['recipient'] }}
Commodity Class:Commodity Class {{ transaction['commodity_class'] }}
Contract Number:Contract Number {{ transaction['contract_number'] }}
Comments:Comments {{ transaction['comments'] }}