From 058bd1bdaa82ede86c1388aa8d393ad7103520a0 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Wed, 5 Aug 2009 17:08:32 +0200 Subject: [PATCH] ItEr20S06XestionDaComunidadeItEr19S06: CSS minor fixes in oder task list --- .../main/webapp/common/css/navalpro_zk.css | 91 ++++++++++--------- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/common/css/navalpro_zk.css b/navalplanner-webapp/src/main/webapp/common/css/navalpro_zk.css index 337848ea8..15e4a19f2 100644 --- a/navalplanner-webapp/src/main/webapp/common/css/navalpro_zk.css +++ b/navalplanner-webapp/src/main/webapp/common/css/navalpro_zk.css @@ -1,117 +1,122 @@ .logo { - background-image: url("../img/v3/blue_ga.jpg"); - height: 50px; - width: 300px; - height: 100px; - float: left; - clear: both; - position: absolute; + background-image: url("../img/v3/blue_ga.jpg"); + height: 50px; + width: 300px; + height: 100px; + float: left; + clear: both; + position: absolute; } .headings { /* height:90px; */ - height: 90px; + height: 90px; } table { - margin: 0px; - padding: 0px; - border: 0px; + margin: 0px; + padding: 0px; + border: 0px; } .errorbox { - margin: 40px; - padding: 40px; - border: solid 1px red; + margin: 40px; + padding: 40px; + border: solid 1px red; } /* Forms */ -.z-button-tl,.z-button-tm,z-button-tr,.z-button-cl,.z-button-cr,.z-button-bl,.z-button-bm,z-button-br - { - display: none; +.z-button-tl,.z-button-tm,z-button-tr, +.z-button-cl,.z-button-cr,.z-button-bl, +.z-button-bm,z-button-br { + display: none; } .zk .z-button-cm,.z-button-cm { - color: #007bbe; - background-color: #FFFFFF; - background-image: none; - border: 2px solid #007bbe; + color: #007bbe; + background-color: #FFFFFF; + background-image: none; + border: 2px solid #007bbe; } .zk .z-button,.zk .z-button-br,.zk .z-button-tr { - background-image: none; + background-image: none; } .z-button-tr { - background-image: none !important; + background-image: none !important; } .z-button-br { - background-image: none !important; + background-image: none !important; } .footer { - clear: both; - margin: 20px; - font-size: 12px; + clear: both; + margin: 20px; + font-size: 12px; } /* ------------- order element tree ------------- */ .orderTree input { - height: 18px; - border-bottom: 0px; - font-size: 12px; + height: 18px; + border-bottom: 0px; + font-size: 12px; } /* Allows tasknumber span to have fixed width */ .orderTree .tasknumber { - display: inline-block; + display: inline-block; +} + +.orderTree td { + padding: 0px !important; } /* These constants may be reviewed when testing with 3 digit tasknumbers */ .orderTree .depth_1 input { - width: 470px !important; + width: 460px !important; } .orderTree .depth_2 input { - width: 440px !important; /* prev - 30 px */ + width: 430px !important; /* prev - 30 px */ } .orderTree .depth_3 input { - width: 410px !important; /* prev - 30 px */ + width: 400px !important; /* prev - 30 px */ } .orderTree .depth_4 input { - width: 380px !important; /* prev - 30 px */ + width: 370px !important; /* prev - 30 px */ } .orderTree .depth_5 input { - width: 350px !important; /* prev - 30 px */ + width: 340px !important; /* prev - 30 px */ } .orderTree .depth_6 input { - width: 320px !important; /* prev - 30 px */ + width: 310px !important; /* prev - 30 px */ } .orderTree .depth_1 .tasknumber { - width: 25px; + width: 25px; } .orderTree .depth_2 .tasknumber { - width: 37px; /* prev + 12 px */ + width: 37px; /* prev + 12 px */ } .orderTree .depth_3 .tasknumber { - width: 49px; /* prev + 12 px */ + width: 49px; /* prev + 12 px */ } .orderTree .depth_4 .tasknumber { - width: 61px; /* prev + 12 px */ + width: 61px; /* prev + 12 px */ } .orderTree .depth_5 .tasknumber { - width: 73px; /* prev + 12 px */ + width: 73px; /* prev + 12 px */ } .orderTree .depth_6 .tasknumber { - width: 85px; /* prev + 12 px */ + width: 85px; /* prev + 12 px */ } \ No newline at end of file