FEA: ItEr02S03MigracionZK5

Fixed tree header visualization problems on Chrome

FEA: ItEr62S05BugFixing
This commit is contained in:
Lorenzo Tilve 2010-11-08 13:01:35 +01:00 committed by Farruco Sanjurjo
parent bc674149eb
commit 4c77814d7b
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -1254,4 +1254,8 @@ body .perspectives-column {
.advanced-allocation-layout {
height: 100%;
}
div.z-grid-header .second_level_ tr {
overflow: visible;
}