From cc0fd54a2f271ad099e0385997dc3d2c3b528464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Thu, 17 Nov 2011 14:34:31 +0100 Subject: [PATCH] [Bug #1268] Removed display property causing progress-types combobox issues FEA: ItEr75S04BugFixing --- .../src/main/webapp/common/css/libreplan_zk.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 4bb42a23e..4b7d14691 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1463,7 +1463,7 @@ display:none; } .progress-types { - margin-left:-10px; + margin-left:-12px; } .progress-types.z-combobox .z-combobox-inp { @@ -1475,11 +1475,11 @@ display:none; border: 0; border-width: 0; outline: none; - text-indent: -200px; + width: 0; } .progress-types.z-combobox input { - display: none; + font-size: 0; } .show-advances img {