diff --git a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul
index 5f3588459..6848fc21b 100644
--- a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul
+++ b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul
@@ -1,32 +1,7 @@
-
-
-
-
-
-
-
+
+
@@ -73,7 +48,7 @@ planner = self;
-
+
@@ -90,8 +65,7 @@ planner = self;
+ id="graphics" onOpen="planner.changeChartVisibility(event.open);" height="200px">
-
-
+
\ No newline at end of file
diff --git a/navalplanner-webapp/src/main/webapp/common/css/navalplan_zk.css b/navalplanner-webapp/src/main/webapp/common/css/navalplan_zk.css
index 20cb54a28..4bb7465c0 100644
--- a/navalplanner-webapp/src/main/webapp/common/css/navalplan_zk.css
+++ b/navalplanner-webapp/src/main/webapp/common/css/navalplan_zk.css
@@ -1129,7 +1129,7 @@ span.z-dottree-line {
}
.main-area > .z-center-body:first-child {
- height: auto !important;
+/* height: auto !important; */
width: auto !important;
}
diff --git a/navalplanner-webapp/src/main/webapp/common/layout/template.zul b/navalplanner-webapp/src/main/webapp/common/layout/template.zul
index 4eee16e31..62bcd0726 100644
--- a/navalplanner-webapp/src/main/webapp/common/layout/template.zul
+++ b/navalplanner-webapp/src/main/webapp/common/layout/template.zul
@@ -98,7 +98,7 @@
-
+
@@ -108,9 +108,7 @@
-
-
-
+
diff --git a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css
index 78e29530f..1d4b59a24 100644
--- a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css
+++ b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css
@@ -772,8 +772,13 @@ div.z-tree {
}
.plannerlayout, .resourcesloadlayout, .advancedallocationlayout {
- height:550px;
+/* height: 100%; */
}
+
+.temp-class {
+height: 100%
+}
+
.orderslayout {
height:550px;
}
@@ -1185,3 +1190,7 @@ body .perspectives-column {
.subcontracted-task .completion2 {
background-color: #484e4d;
}
+
+.main-area .z-center-body > span {height: 100%;}
+.main-area .z-center-body > span > div { height: 100%;}
+.main-area .z-center-body > span > div > span { height: 100%;}
\ No newline at end of file