Formatted the cells. #1268

This commit is contained in:
Eric Davis
2008-06-03 16:10:23 -07:00
parent f21bc2480b
commit df6d9af808
2 changed files with 11 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ table.list.deliverables { margin-top: 10px; }
tr.deliverable { text-align: center; white-space: nowrap; }
tr.deliverable td.subject, tr.deliverable td.category { white-space: normal; }
tr.deliverable td.subject { text-align: left; }
tr.deliverable td.score { text-align: right; padding-right: 10px;}
tr.deliverable td.budget { text-align: right; }
tr.deliverable td.spent { text-align: right; }
tr.deliverable td.due_date { text-align: center; }
tr.deliverable td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
tr.deliverable-details p { text-align:left; }