From d13982c818f14c4f8973ee40e74910ac453da875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Tue, 11 Dec 2012 19:54:04 +0100 Subject: [PATCH] Fix extra vertical padding issue on WBS tree rows FEA: ItEr77S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 3 +++ 1 file changed, 3 insertions(+) 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 ebde77841..3284891af 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -853,6 +853,9 @@ div.z-listbox-pgi-b { font-weight: bold; margin: 4px 3px 2px 0; padding: 1px 5px; + height: 14px; + font-size: 9px; + width: 5px; }