Fixed limiting resources planning header issue in chrome
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
181d68c7c6
commit
518c17e1f7
2 changed files with 2 additions and 9 deletions
|
|
@ -84,15 +84,12 @@
|
|||
splittable="true" autoscroll="true">
|
||||
|
||||
<borderlayout >
|
||||
<north border="0" height="35px" flex="true" collapsible="true">
|
||||
<vbox pack="top" align="center">
|
||||
<north border="0" height="31px" flex="true" collapsible="true">
|
||||
<tree fixedLayout="true">
|
||||
<treecols>
|
||||
<treecol label="${i18n:_('Name')}" height="29px"/>
|
||||
<treecol label="${i18n:_('Name')}" height="26px"/>
|
||||
</treecols>
|
||||
</tree>
|
||||
|
||||
</vbox>
|
||||
</north>
|
||||
<center border="0" style="overflow-x:scroll">
|
||||
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
|
||||
|
|
|
|||
|
|
@ -763,10 +763,6 @@ tr.z-vbox-sep {
|
|||
height: 35px;
|
||||
}
|
||||
|
||||
.limitingresources .z-tree-body {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
.limitingresources td.z-treecell {
|
||||
paddding-top: 2px;
|
||||
border-bottom: 1px dotted #CCCCCC;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue