From e85c400c0f9ddf264145f172f44c46712ca307f8 Mon Sep 17 00:00:00 2001 From: hjust Date: Wed, 26 Aug 2009 16:27:41 +0000 Subject: [PATCH] Display end edit of deliverables git-svn-id: https://dev.finn.de/svn/cockpit/trunk@57 7926756e-e54e-46e6-9721-ed318f58905e --- assets/stylesheets/costs.css | 10 ++++++++-- lang/en.yml | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/costs.css b/assets/stylesheets/costs.css index b16e242ed1..925ac535b6 100644 --- a/assets/stylesheets/costs.css +++ b/assets/stylesheets/costs.css @@ -7,8 +7,13 @@ } table.deliverable_costs, -table.deliverable_rates { - width 99%; +table.deliverable_hours { + width: 99%; +} + +.deliverable_costs td, +.deliverable_hours td { + text-align: center; } tr.cost-entry { @@ -31,3 +36,4 @@ td.cost_units { padding: 5px 0 8px 180px; } +table.progress td.exceeded { background: #E1B9B9 none repeat scroll 0%; } diff --git a/lang/en.yml b/lang/en.yml index f4a3bc1a55..5abfbb3f91 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -58,5 +58,6 @@ field_unit_price: "Unit price" field_units: "Units" field_overall_costs: "Overall costs" field_kind: "Type" +field_fixed_date: "Fixed Date" field_project_manager_signoff: "Project manager signoff" field_client_signoff: "Client signoff"