From 73b25fe0779bec1a36bbd6a3b9abe830faf15616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Sun, 20 Nov 2011 22:47:57 +0100 Subject: [PATCH] Removed extra border in resources load FEA: ItEr75S04BugFixing --- .../main/resources/web/ganttz/zul/resourcesLoadLayout.zul | 6 +++--- .../src/main/webapp/common/css/libreplan_zk.css | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul index 7a977d820..9d050bd2a 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul @@ -58,11 +58,11 @@ resourcesLoadPanel = self;
- + splittable="true" autoscroll="false" border="0"> + - + diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index 475ced781..cdfe61537 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1013,7 +1013,8 @@ span.perspective, span.perspective-active { display: none; } -.taskdetailsContainer { +.taskdetailsContainer, +.resourceloaddetailsContainer { border-left:0; border-top:0; }