Ready for 7.10.29 development.

This commit is contained in:
Colin Kuskie 2013-03-20 21:38:23 -07:00
commit c806f99b7b
4236 changed files with 1217679 additions and 0 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;
}