From 1211d12fe143c446f5814a43efd2f34ea4e52963 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Tue, 4 Jan 2011 15:37:48 +0100 Subject: [PATCH] [Bug #777] Fix bug on operations column FEA: ItEr67S04BugFixing --- .../webapp/common/css/project-templates.css | 22 +++++++++++++++++++ .../src/main/webapp/templates/templates.zul | 1 + 2 files changed, 23 insertions(+) create mode 100644 navalplanner-webapp/src/main/webapp/common/css/project-templates.css diff --git a/navalplanner-webapp/src/main/webapp/common/css/project-templates.css b/navalplanner-webapp/src/main/webapp/common/css/project-templates.css new file mode 100644 index 000000000..69d4fa5ba --- /dev/null +++ b/navalplanner-webapp/src/main/webapp/common/css/project-templates.css @@ -0,0 +1,22 @@ +/* + This file is part of NavalPlan + + Copyright (C) 2011 Igalia, S.L. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ + +.z-vbox .orderTree .operations { + width:180px; +} + diff --git a/navalplanner-webapp/src/main/webapp/templates/templates.zul b/navalplanner-webapp/src/main/webapp/templates/templates.zul index ccc9c73b7..f1cb517fa 100644 --- a/navalplanner-webapp/src/main/webapp/templates/templates.zul +++ b/navalplanner-webapp/src/main/webapp/templates/templates.zul @@ -22,6 +22,7 @@ +