Removed extra border in resources load

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-11-20 22:47:57 +01:00
parent fb69b2a73d
commit 73b25fe077
2 changed files with 5 additions and 4 deletions

View file

@ -58,11 +58,11 @@ resourcesLoadPanel = self;
<center border="0">
<borderlayout sclass="resourcesload">
<west size="250px" flex="true" collapsible="true"
splittable="true" autoscroll="false">
<borderlayout >
splittable="true" autoscroll="false" border="0">
<borderlayout>
<north border="0" height="35px" flex="true" collapsible="true">
<vbox pack="top" align="center">
<tree fixedLayout="true" hflex="true">
<tree fixedLayout="true" hflex="true" sclass="resourceloaddetailsContainer">
<treecols>
<treecol label="${ganttzk_i18n:_('Name')}" height="29px"/>
</treecols>

View file

@ -1013,7 +1013,8 @@ span.perspective, span.perspective-active {
display: none;
}
.taskdetailsContainer {
.taskdetailsContainer,
.resourceloaddetailsContainer {
border-left:0;
border-top:0;
}