Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
30
www/extras/wobject/ProjectManager/taskEdit.css
Normal file
30
www/extras/wobject/ProjectManager/taskEdit.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue