150 lines
No EOL
2.2 KiB
CSS
150 lines
No EOL
2.2 KiB
CSS
/* Planificator specific styles */
|
|
|
|
/*** Tasks ***/
|
|
#listtasks {
|
|
position:relative;
|
|
width:600px;
|
|
top:70px;
|
|
}
|
|
|
|
.listdetails {
|
|
width:280px;
|
|
float:left;
|
|
margin-top:46px;
|
|
border-bottom: 1px solid #86A4BE;
|
|
font-size:10px !important;
|
|
}
|
|
|
|
.taskdetail_grid table {
|
|
height:30px;
|
|
width:280px;
|
|
}
|
|
|
|
.listdetails img {
|
|
display:none;
|
|
}
|
|
|
|
.listdetails td {
|
|
padding-left:0px; /* 3 */
|
|
}
|
|
|
|
.listdetails input {
|
|
width: 80px;
|
|
font-size:10px !important;
|
|
border-bottom:0px;
|
|
border-right:0px;
|
|
height:17px;
|
|
}
|
|
|
|
.task_title {
|
|
width: 120px !important;
|
|
}
|
|
|
|
.listdetails .z-datebox-inp {
|
|
font-family:"Verdana,Tahoma,Arial,Helvetica,sans-serif";
|
|
font-size:10px !important;
|
|
border-bottom:0px;
|
|
border-right:0px;
|
|
}
|
|
|
|
/* Task box properties */
|
|
.yui-resize, .box {
|
|
border: 1px solid;
|
|
text-align:center;
|
|
vertical-align: middle;
|
|
z-index:10;
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
}
|
|
|
|
/* Task lane properties */
|
|
.row {
|
|
height: 9px; /* 19 */
|
|
border-bottom: dotted 1px #CCCCCC;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
width: 1800px;
|
|
}
|
|
|
|
|
|
/*** Dependencies ***/
|
|
#listdependencies {
|
|
position:relative;
|
|
width:400px;
|
|
float:left;
|
|
top:0px;
|
|
}
|
|
|
|
.dependence {
|
|
z-index:1;
|
|
position: absolute;
|
|
}
|
|
|
|
.end, .start, .mid, .arrow {
|
|
position:absolute;
|
|
padding:4px;
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.end, .start {
|
|
height:1px;
|
|
}
|
|
|
|
.mid {
|
|
width:1px;
|
|
}
|
|
|
|
/* Width: ganttpanel constant,
|
|
Height: is recalculated on number of tasks */
|
|
#ganttpanel {
|
|
height:800px;
|
|
width: 900px;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
#ganttpanel table {
|
|
float:left;
|
|
padding:0;
|
|
margin:0;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#ganttpanel table td {
|
|
padding:0;
|
|
}
|
|
|
|
.fake_column.timetracker_column_even {
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.timetracker_fake_row {
|
|
height: 80px;
|
|
}
|
|
|
|
table {
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
}
|
|
|
|
.completion {
|
|
display: none;
|
|
width: 30%;
|
|
margin-top:0px;
|
|
height: 10px;
|
|
background-color: #FFCC99;
|
|
z-index:5;
|
|
border:0px;
|
|
}
|
|
|
|
.row span {
|
|
display:none;
|
|
position:relative;
|
|
z-index:5;
|
|
color:#BBBBBB;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.zk #ganttpanel .z-button-cm {
|
|
border: 0px;
|
|
} |