ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Improved borderlayout styles in advanced allocation tab

This commit is contained in:
Lorenzo Tilve 2009-10-16 00:31:47 +02:00 committed by Óscar González Fernández
parent a50dab7dc3
commit ff1023e73f
2 changed files with 37 additions and 5 deletions

View file

@ -46,9 +46,18 @@
splittable="true" autoscroll="true">
<borderlayout >
<north border="0" height="14px" flex="true" collapsible="true" sclass="advancedassignmentdetails">
<north border="0" height="0px" flex="true" collapsible="true">
<vbox pack="center" align="center">
<!-- tree fixedLayout="false">
<treecols sizable="false">
<treecol label="Name" height="30px" />
<treecol label="Hours" />
<treecol label="Function" />
</treecols>
</tree-->
</vbox>
</north>
<center border="0">
<center border="0" sclass="advancedassignmentdetails">
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
</center>
</borderlayout>
@ -56,7 +65,7 @@
<center sclass="taskspanel">
<borderlayout>
<north border="0"><div sclass="timetrackergap" height="33px" id="insertionPointTimetracker"></div></north>
<north border="0"><div sclass="timetrackergap" height="31px" id="insertionPointTimetracker"></div></north>
<center autoscroll="true" border="0" sclass="rightpanellayout">
<div id="insertionPointRightPanel" sclass="taskspanelgap"></div>
</center>

View file

@ -574,7 +574,7 @@ div.z-tree {
}
.advancedallocationlayout .leftpanelgap .z-grid-header {
padding-bottom: 3px;
/* padding-bottom: 3px; */
border-bottom: solid 1px #DDDDDD;
background: #FFFFFF;
}
@ -629,4 +629,27 @@ div.z-tree {
.taskheaderscontainer, .leftpanelgap, .plannergraph div,
.resourcesloadgraph div {
position:relative;
}
}
.advancedassignmentdetails .z-grid-header table {
height:30px;
}
/* Advanced assignment */
.advancedallocationlayout #timeTracker .z-vbox table {
height:15px;
}
.advancedallocationlayout #timeTracker .z-vbox .z-grid-body {
display:none;
}
.advancedassignmentdetails .z-row, .advancedallocationlayout .taskspanelgap .z-row {
height: 20px;
}
.advancedallocationlayout .taskspanelgap td.z-row-inner {
padding:1px;
padding-left: 3px;
padding-right: 3px;
}