ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Removed empty left column outside planner layout

This commit is contained in:
Lorenzo Tilve 2009-12-06 20:45:02 +01:00 committed by Javier Moran Rua
parent a4cf5ec392
commit 162e549fe5
2 changed files with 12 additions and 1 deletions

View file

@ -952,4 +952,8 @@ tr.z-tree-row-seld, tr.z-list-item-seld,
.z-panel-body {
padding: 10px;
/* border-color: #0F3B82; */
}
}
.perspectives-column {
display:none;
}

View file

@ -706,3 +706,10 @@ div.z-tree {
url("/navalplanner-webapp/zkau/web/ganttz/img/deadline2.png");
}
body .perspectives-column {
display:inline;
}
.perspectives-column .z-west-body {
width: 200px !important;
}