ItEr28S09CUCreacionProxectoPlanificacionItEr27S09: Applied spreadsheet appearance for taskdetails list

This commit is contained in:
Lorenzo Tilve 2009-10-03 23:42:01 +02:00 committed by Javier Moran Rua
parent d4dadd2263
commit 281eb9b4c0
2 changed files with 38 additions and 23 deletions

View file

@ -1,3 +1,11 @@
/*
* navalpro_zk.css ###PROJECT_NAME###
*
* This stylesheet contains declarations for ZK overriden components
* according to the ZK Style Guides [http://www.zkoss.org/doc/styleguide]
* to integrate the custom appearance of the web application.
*/
.logo {
background-image: url("../img/v3/blue_ga.jpg");
height: 50px;
@ -8,7 +16,7 @@
position: absolute;
}
.headings { /* height:90px; */
.headings {
height: 90px;
}
@ -310,7 +318,7 @@ button.z-button {
padding-bottom: 0;
}
.z-textbox,.z-decimalbox,.z-intbox,.z-longbox,.z-doublebox {
.z-textbox,.z-decimalbox,.z-intbox,.z-longbox,.z-doublebox, .z-datebox {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
@ -382,6 +390,5 @@ div.z-grid {
.z-tree .z-textbox,.z-tree .z-decimalbox,.z-tree .z-intbox,.z-tree .z-longbox,.z-tree .z-doublebox
{
width: 100%;
height: 22px;
height: 17px;
}

View file

@ -1,6 +1,11 @@
/*
* ganttz.css Ganttz specific styles
* /
* ganttz.css Ganttz specific styles
*
* The purpose of this stylesheet is to declare custom classes and objects
* will be positioned inside scheduler components.
* It might contain references to ZK Style Guides [http://www.zkoss.org/doc/styleguide]
* if needed within the scheduler.
*/
The next constants are used within the planner styling:
@ -49,30 +54,38 @@ zkTasklist.GANTT_PANEL_LEFT = 300
font-size: 10px !important;
border-bottom: 0px;
border-right: 0px;
height: 17px;
border-top: 0px;
border-left: 1px dotted #86A4BE;
height: 16px;
padding-left:2px;
}
#listdetails_container .z-datebox-inp,
#listdetails_container div.z-tree-col-cnt {
font-family: "Verdana,Tahoma,Arial,Helvetica,sans-serif";
font-size: 10px !important;
font-size: 9px !important;
border-bottom: 0px;
border-right: 0px;
}
.depth_1 .task_title {
width: 121px !important;
.listdetails input
.listdetails input {
min-width: 90px;
height: 19px;
}
.depth_2 .task_title {
width: 104px !important;
.listdetails .depth_1 input.task_title {
width: 121px;
}
.depth_3 .task_title {
.listdetails .depth_2 input.task_title {
width: 104px;
}
.listdetails .depth_3 .task_title {
width: 85px;
}
.depth_4 .task_title {
.listdetails .depth_4 .task_title {
width: 64px;
}
@ -271,7 +284,7 @@ table {
}
#scroll_container {
margin-top: 49px;
margin-top: 47px;
float: left;
position: absolute;
}
@ -494,11 +507,6 @@ tr.z-vbox-sep {
padding: 0px;
}
.listdetails .z-tree .z-textbox,
.listdetails .z-tree .z-decimalbox,
.listdetails .z-tree .z-intbox,
.listdetails .z-tree .z-longbox,
.listdetails .z-tree .z-doublebox {
width: 100%;
height: 18px;
.listdetails td {
border-bottom: 1px dotted #86A4BE !important;
}