FEA: ItEr02S03MigracionZK5
Fixed tree header visualization problems on Chrome FEA: ItEr62S05BugFixing
This commit is contained in:
parent
bc674149eb
commit
4c77814d7b
2 changed files with 6 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
<div>
|
||||
<tree id="tasksTree" fixedLayout="true" sclass="taskTreeCols">
|
||||
<treecols sizable="false" >
|
||||
<treecol label="${i18n:_('Name')}" sclass="tree-text" height="32px" />
|
||||
<treecols sizable="false" height="33px">
|
||||
<treecol label="${i18n:_('Name')}" sclass="tree-text" />
|
||||
<treecol label="${i18n:_('Start')}" width="76px" />
|
||||
<treecol label="${i18n:_('End')}" width="76px" />
|
||||
</treecols>
|
||||
|
|
|
|||
|
|
@ -1254,4 +1254,8 @@ body .perspectives-column {
|
|||
|
||||
.advanced-allocation-layout {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.z-grid-header .second_level_ tr {
|
||||
overflow: visible;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue