Display end edit of deliverables

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@57 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
hjust 15 years ago
parent 5add325bf0
commit e85c400c0f
  1. 10
      assets/stylesheets/costs.css
  2. 1
      lang/en.yml

@ -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%; }

@ -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"

Loading…
Cancel
Save