From 05c5b932ef445d3d1f88d62404d0680f6770e7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Mon, 29 Apr 2013 17:43:58 +0200 Subject: [PATCH] Fix excessive height on input boxes, which caused overflowing on some grid rows FEA: ItEr77S03Community --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 3 +-- 1 file changed, 1 insertion(+), 2 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 4efb10ac4..8b2ac1658 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -563,8 +563,7 @@ div.z-grid { .z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox, .z-listbox .z-longbox,.z-listbox .z-doublebox { - height: 22px; - vertical-align:center; + height: auto; border-collapse: collapse; }