From c8f8e830b6cb923ce28bb8346886c6d37827ca79 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 5 Oct 2011 08:49:27 +0200 Subject: [PATCH] Fix size problem with new Listbox of assignment function in resource allocation pop-up FEA: ItEr75S23FixAllocationModel --- .../org/navalplanner/web/planner/allocation/AllocationRow.java | 1 + .../taskpanels/_tabPanelNonLimitingResourceAllocation.zul | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AllocationRow.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AllocationRow.java index 320e6f8a1..1220b33ff 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AllocationRow.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AllocationRow.java @@ -351,6 +351,7 @@ public abstract class AllocationRow { assignmentFunctionListbox = new Listbox(); assignmentFunctionListbox.setMold("select"); + assignmentFunctionListbox.setStyle("font-size: 10px"); updateAssignmentFunctionListbox(); } diff --git a/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul b/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul index 1aa8ecc37..32f09f6a3 100644 --- a/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul +++ b/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul @@ -95,7 +95,7 @@ -