From 5c83c6e41d36132fd81ccfc803c5ff7e27238832 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Sun, 17 Oct 2010 11:19:08 +0200 Subject: [PATCH] Avoided cell break in order tree description field FEA: ItEr62S05BugFixing --- .../src/main/webapp/planner/css/ganttzk.css | 36 +++++++++++++++++-- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css index 5658be6fb..9814b4b22 100644 --- a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css +++ b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css @@ -73,6 +73,19 @@ padding-left:2px; } +.listdetails input.task_title { + width: auto; +} + +.listdetails div.z-tree-cell-cnt { + width: 500px; !important; +} + +/*.listdetails input { + width: 80%; !important; +} */ + + #listdetails_container .z-datebox-inp, #listdetails_container div.z-tree-col-cnt { font-size: 9px !important; @@ -92,17 +105,34 @@ } .listdetails .depth_2 input.task_title { - width: 69.5%; + width: 78%; } .listdetails .depth_3 .task_title { - width: 57.5%; + width: 74%; } .listdetails .depth_4 .task_title { - width: 45%; + width: 70%; } +.listdetails .depth_5 .task_title { + width: 66%; +} + +.listdetails .depth_6 .task_title { + width: 62%; +} + +.listdetails .depth_7 .task_title { + width: 58%; +} + +.listdetails .depth_8 .task_title { + width: 54%; +} + + .listdetails { min-width:200px; }