diff --git a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul index 2a232f828..d7fde1e90 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul @@ -4,15 +4,6 @@ planner = self; ]]> - - - - Registered items insertion point - - - -
- @@ -78,6 +69,4 @@ planner = self;
-
-
diff --git a/navalplanner-webapp/src/main/webapp/common/css/perspectives.css b/navalplanner-webapp/src/main/webapp/common/css/perspectives.css new file mode 100644 index 000000000..efd5ffb8c --- /dev/null +++ b/navalplanner-webapp/src/main/webapp/common/css/perspectives.css @@ -0,0 +1,18 @@ +/* + * perspectives.css Layout for scheduling perspectives + * + * The purpose of this stylesheet is to declare common classes and objects + * for all the pages managed by the scheduling layout. + * It might contain references to ZK Style Guides [http://www.zkoss.org/doc/styleguide] + * if needed within the scheduler. + */ + +.main-layout { + margin-top: 3px; + height: 550px; + border-top:solid 1px red; +} + +perspectives-column { + width: 90px; +} \ No newline at end of file diff --git a/navalplanner-webapp/src/main/webapp/common/layout/template.zul b/navalplanner-webapp/src/main/webapp/common/layout/template.zul index b625bc178..86a5e7742 100644 --- a/navalplanner-webapp/src/main/webapp/common/layout/template.zul +++ b/navalplanner-webapp/src/main/webapp/common/layout/template.zul @@ -21,6 +21,7 @@ + @@ -51,10 +52,25 @@ - + -
+ + + + + + + + +
+
+
+
+ +
+ +