TASKPM/navalplanner-webapp/src/main/webapp/common/css/navalpro.css

195 lines
2.7 KiB
CSS
Raw Normal View History

/* ProductionManagement Global Styles */
/*** Tasks ***/
#listtasks {
position:relative;
width:400px; /** Constants */
top:100px;
}
.listdetails {
width:200px;
float:left;
margin-top:80px;
}
.listdetails table {
height:30px;
}
.listdetails td {
padding-left:3px;
}
.listdetails input {
width: 90px;
}
.z-datebox-inp {
width:100px;
}
/* Task box properties */
.yui-resize {
border: 1px solid;
text-align:center;
vertical-align: middle;
font-size:0.8em;
z-index:10;
cursor: pointer;
cursor: hand;
}
/* Task lane properties */
.row {
height: 19px;
border-bottom: dotted 1px #CCCCCC;
margin-bottom: 10px;
margin-top: 10px;
width: 1800px;
}
/*** Dependencies ***/
#listdependencies {
position:relative;
width:400px;
float:left;
top:0px; /* Should be -60, recalc. redrawing deps. */
}
.dependence {
z-index:1;
position: absolute;
}
.end, .start, .mid, .arrow {
position:absolute;
padding:4px;
cursor: crosshair;
}
.end, .start {
height:1px;
}
.mid {
width:1px;
}
.footer {
clear:both;
margin:20px;
font-size: 12px;
}
/* Width: ganttpanel constant,
Height: is recalculated on number of tasks */
#ganttpanel {
/* border: 1px solid; */
height:400px;
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;
}
/*
.extra_padding {
padding: 6px;
} */
.logo {
background-image: url("../img/v3/blue_ga.jpg");
height:50px;
width:300px;
height:100px;
float:left;
clear:both;
position:absolute;
}
.vision {
}
.headings {
/* height:90px; */
height:90px;
}
table {
margin:0px;
padding:0px;
border:0px;
}
.completion {
display: none;
width: 80%;
top: -16px;
margin-top:0px;
height: 20px;
background-color: #FFCC99;
z-index:5;
border:0px;
}
.row span {
position:relative;
z-index:5;
color:#BBBBBB;
white-space:nowrap;
}
.errorbox {
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;
}
.zk .z-button-cm, .z-button-cm {
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;
}
.z-button-tr {
background-image: none !important;
}
.z-button-br {
background-image: none !important;
}