diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java index ac58fe60f..a021b36cd 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java @@ -329,15 +329,8 @@ public class CutyPrint { } String includeCSSLines = " body { width: " + width + "px; } \n"; if ((labels != null) && (labels.equals("all"))) { - includeCSSLines += " .task-labels { display: inline !important;} \n"; + includeCSSLines += " .task-labels { display: inline !important;} \n "; } - if ((advances != null) && (advances.equals("all"))) { - includeCSSLines += " .completion2 { display: inline !important;} \n"; - } - if ((reportedHours != null) && (reportedHours.equals("all"))) { - includeCSSLines += " .completion { display: inline !important;} \n"; - } - if ((resources != null) && (resources.equals("all"))) { includeCSSLines += " .task-resources { display: inline !important;} \n"; diff --git a/navalplanner-webapp/src/main/webapp/planner/css/print.css b/navalplanner-webapp/src/main/webapp/planner/css/print.css index 461ebb1c8..dbed5f94e 100644 --- a/navalplanner-webapp/src/main/webapp/planner/css/print.css +++ b/navalplanner-webapp/src/main/webapp/planner/css/print.css @@ -67,12 +67,10 @@ a.ruta, .border-container .taskgroup_start, .border-container .taskgroup_end { - margin-top: 6px; repeat-y: none; } #listtasks .milestone_end { - margin-top: 8px; repeat-y: none; }