Major enhancement: add multiple-resource support for tasks in the project

management asset.  This should still integrate with the time tracker
properly, and the data migration across the schema change should be handled
by the upgrade script.
This commit is contained in:
Drake 2006-09-06 22:37:00 +00:00
parent bed0c9130f
commit 5e7565d8df
13 changed files with 1345 additions and 36 deletions

View file

@ -0,0 +1,30 @@
#taskEdit_resourceList_div {
overflow: auto;
width: 100%;
height: 100px;
font-family: arial;
font-size: 10pt;
border: solid #CACACA 1px;
}
* html #taskEdit_resourceList_div {
overflow: hidden;
overflow-y: auto;
}
#taskEdit_resourceList_div img {
padding-right: 10px;
padding-left: 10px;
}
#taskEdit_resourceList_div td {
background-color: #F2F2F2;
border-top: solid #F9F9F9 1px;
border-bottom: solid #E0E0E0 1px;
text-align: left;
vertical-align: top;
}
#taskEdit_resourceList_div tr.odd td {
background-color: #EAEAEA;
}