2009-05-13 18:57:49 +02:00
|
|
|
.logo {
|
2009-08-05 17:08:32 +02:00
|
|
|
background-image: url("../img/v3/blue_ga.jpg");
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
float: left;
|
|
|
|
|
clear: both;
|
|
|
|
|
position: absolute;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-07-10 10:44:45 +02:00
|
|
|
.headings { /* height:90px; */
|
2009-08-05 17:08:32 +02:00
|
|
|
height: 90px;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
2009-08-05 17:08:32 +02:00
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
border: 0px;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.errorbox {
|
2009-08-05 17:08:32 +02:00
|
|
|
margin: 40px;
|
|
|
|
|
padding: 40px;
|
|
|
|
|
border: solid 1px red;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Forms */
|
2009-08-05 17:08:32 +02:00
|
|
|
.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;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-07-10 10:44:45 +02:00
|
|
|
.zk .z-button-cm,.z-button-cm {
|
2009-08-05 17:08:32 +02:00
|
|
|
color: #007bbe;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
background-image: none;
|
|
|
|
|
border: 2px solid #007bbe;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-07-10 10:44:45 +02:00
|
|
|
.zk .z-button,.zk .z-button-br,.zk .z-button-tr {
|
2009-08-05 17:08:32 +02:00
|
|
|
background-image: none;
|
2009-06-10 20:05:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-tr {
|
2009-08-05 17:08:32 +02:00
|
|
|
background-image: none !important;
|
2009-06-10 20:05:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-br {
|
2009-08-05 17:08:32 +02:00
|
|
|
background-image: none !important;
|
2009-06-10 20:05:52 +02:00
|
|
|
}
|
2009-06-17 17:30:10 +02:00
|
|
|
|
2009-09-02 10:15:28 +02:00
|
|
|
.sub_menu .z-button-cm {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
border: 0px;
|
|
|
|
|
color: #EDF2F7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sub_menu .z-button-cm:hover {
|
|
|
|
|
text-decoration:underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vertical_separator {
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-top:4px;
|
|
|
|
|
background-image: url("../img/sub_separacion.gif");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2009-06-17 17:30:10 +02:00
|
|
|
.footer {
|
2009-08-05 17:08:32 +02:00
|
|
|
clear: both;
|
|
|
|
|
margin: 20px;
|
|
|
|
|
font-size: 12px;
|
2009-06-17 17:30:10 +02:00
|
|
|
}
|
2009-07-10 08:21:33 +02:00
|
|
|
|
2009-07-10 10:44:45 +02:00
|
|
|
/* ------------- order element tree ------------- */
|
|
|
|
|
.orderTree input {
|
2009-08-05 17:08:32 +02:00
|
|
|
height: 18px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
font-size: 12px;
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Allows tasknumber span to have fixed width */
|
|
|
|
|
.orderTree .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree td {
|
|
|
|
|
padding: 0px !important;
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
2009-07-10 08:21:33 +02:00
|
|
|
|
2009-07-10 10:44:45 +02:00
|
|
|
/* These constants may be reviewed when testing with 3 digit tasknumbers */
|
2009-07-10 08:21:33 +02:00
|
|
|
.orderTree .depth_1 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 460px !important;
|
2009-07-10 08:21:33 +02:00
|
|
|
}
|
2009-07-10 10:44:45 +02:00
|
|
|
|
2009-07-10 08:21:33 +02:00
|
|
|
.orderTree .depth_2 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 430px !important; /* prev - 30 px */
|
2009-07-10 08:21:33 +02:00
|
|
|
}
|
2009-07-10 10:44:45 +02:00
|
|
|
|
2009-07-10 08:21:33 +02:00
|
|
|
.orderTree .depth_3 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 400px !important; /* prev - 30 px */
|
2009-07-10 08:21:33 +02:00
|
|
|
}
|
2009-07-10 10:44:45 +02:00
|
|
|
|
2009-07-10 08:21:33 +02:00
|
|
|
.orderTree .depth_4 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 370px !important; /* prev - 30 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_5 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 340px !important; /* prev - 30 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_6 input {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 310px !important; /* prev - 30 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_1 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 25px;
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_2 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 37px; /* prev + 12 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_3 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 49px; /* prev + 12 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_4 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 61px; /* prev + 12 px */
|
2009-07-10 08:21:33 +02:00
|
|
|
}
|
2009-07-10 10:44:45 +02:00
|
|
|
|
|
|
|
|
.orderTree .depth_5 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 73px; /* prev + 12 px */
|
2009-07-10 10:44:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .depth_6 .tasknumber {
|
2009-08-05 17:08:32 +02:00
|
|
|
width: 85px; /* prev + 12 px */
|
2009-09-16 19:05:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Cleaning window borders */
|
|
|
|
|
.z-window-embedded-tr, .z-window-embedded-tl {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
.z-window-embedded-hl, .z-window-embedded-hm {
|
|
|
|
|
background-image:none;
|
|
|
|
|
}
|
|
|
|
|
.z-window-embedded-hr {
|
|
|
|
|
background:none;
|
|
|
|
|
}
|
|
|
|
|
.z-window-embedded-header {
|
|
|
|
|
color: #009900;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-size:1.2em;
|
|
|
|
|
}
|