ItEr24S08CUAsignacionGrupoRecursosAPlanificacionItEr23S10: Aligning tables
This commit is contained in:
parent
38b4a0218c
commit
c16d9838a0
3 changed files with 6 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ public class TimeTrackedTableWithLeftPane<A, B> extends Div {
|
|||
dataForTimeTracker(dataSource), cellRendererForTimeTracker,
|
||||
timeTracker, "timetrackedtable");
|
||||
leftPane = new Grid();
|
||||
leftPane.setSclass("leftPaneOfTimeTrackedTable");
|
||||
zoomLevelListener = new IZoomLevelChangedListener() {
|
||||
@Override
|
||||
public void zoomLevelChanged(ZoomLevel detailLevel) {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
<div id="${self.uuid}" class="timetrackedTableWithLeftPane"
|
||||
z.type="ganttz.timetrackedTableWithLeftPane.TimeTrackedTableWithLeftPane"
|
||||
${self.outerAttrs}">
|
||||
${z:redraw(self.leftPane, null)}
|
||||
<div class="leftPaneOfTimeTrackedTable">
|
||||
${z:redraw(self.leftPane, null)}
|
||||
</div>
|
||||
${z:redraw(self.timeTrackedTable, null)}
|
||||
</div>
|
||||
|
|
@ -414,9 +414,12 @@ tr.z-vbox-sep {
|
|||
width: 1000px;
|
||||
}
|
||||
.leftPaneOfTimeTrackedTable {
|
||||
margin-top: 45px;
|
||||
width: 390px;
|
||||
float: left;
|
||||
}
|
||||
#timetrackedtable {
|
||||
float: right;
|
||||
width: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue