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.
30 lines
542 B
CSS
30 lines
542 B
CSS
#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;
|
|
}
|