From 42ebf52a037e7338696cf93d073d6f4db16a4bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Wed, 12 Dec 2012 17:46:50 +0100 Subject: [PATCH] Fix left padding issue on company view project names FEA: ItEr77S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 4 ++++ 1 file changed, 4 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 3284891af..1807a6ddc 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1013,6 +1013,10 @@ span.perspective, span.perspective-active { border-top:0; } +.taskdetail-company-view .clickable-rows { + margin-left: 5px; +} + .z-button.perspective .z-button-cm, .z-button.perspective-active .z-button-cm { white-space:normal;