2009-10-03 23:42:01 +02:00
|
|
|
/*
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
|
|
|
|
|
2009-12-08 03:36:09 +01:00
|
|
|
body {
|
|
|
|
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
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-10-03 23:42:01 +02:00
|
|
|
.headings {
|
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
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* --- START -- Buttons styles ---
|
|
|
|
|
=================================================== */
|
|
|
|
|
|
|
|
|
|
/* Enabled borders for standard buttons */
|
2009-11-22 21:59:56 +01: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 {
|
2009-12-03 01:44:01 +01:00
|
|
|
display: none;
|
2009-11-22 21:59:54 +01:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* Hide icon borders */
|
2009-11-22 21:59:56 +01:00
|
|
|
.icono .z-button-tl, .icono .z-button-tm, .icono .z-button-tr,
|
|
|
|
|
.icono .z-button-cl, .icono .z-button-cr,
|
|
|
|
|
.icono .z-button-bl, .icono .z-button-bm, .icono .z-button-br {
|
2009-08-05 17:08:32 +02:00
|
|
|
display: none;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
body .z-window-embedded .icono .z-button-cm,
|
|
|
|
|
body .z-window-modal .icono .z-button-cm {
|
|
|
|
|
color: #007bbe;
|
|
|
|
|
background-color: transparent;
|
2009-11-22 21:59:58 +01:00
|
|
|
background-image: none;
|
2009-11-26 20:07:06 +01:00
|
|
|
border: 0px solid #007bbe;
|
|
|
|
|
padding: 0px;
|
2009-11-22 21:59:58 +01:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
.z-button {
|
|
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: bold;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-06-10 20:05:52 +02:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* Bugfix for default clicked z-button center borders */
|
|
|
|
|
.z-button-clk .z-button-cr {
|
|
|
|
|
background-position: -21px 0;
|
|
|
|
|
}
|
|
|
|
|
.z-button-clk .z-button-cl {
|
|
|
|
|
background-position: -18px 0;
|
2009-06-10 20:05:52 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* Bugfix for default clicked z-button corners */
|
|
|
|
|
/* 'btn-corner.gif' updated to add the 4th state */
|
|
|
|
|
.z-button-clk .z-button-br {
|
|
|
|
|
background-position: -21px -3px;
|
|
|
|
|
}
|
|
|
|
|
.z-button-clk .z-button-tr {
|
|
|
|
|
background-position: -21px 0;
|
|
|
|
|
}
|
|
|
|
|
.z-button-clk .z-button-bl {
|
|
|
|
|
background-position: -18px -3px;
|
|
|
|
|
}
|
|
|
|
|
.z-button-clk .z-button-tl {
|
|
|
|
|
background-position: -18px 0px;
|
2009-06-10 20:05:52 +02:00
|
|
|
}
|
2009-06-17 17:30:10 +02:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* Global custom styles
|
|
|
|
|
--------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
/* Custom 3D background images */
|
|
|
|
|
.z-button .z-button-tm, .z-button .z-button-bm {
|
|
|
|
|
background-image:url("../img/btn-x.gif");
|
2009-09-02 10:15:28 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
.z-button .z-button-cl, .z-button .z-button-cr {
|
|
|
|
|
background-image:url("../img/btn-y.gif");
|
2009-09-02 10:15:28 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
.z-button .z-button-tl, .z-button .z-button-tr,
|
|
|
|
|
.z-button .z-button-bl, .z-button .z-button-br {
|
|
|
|
|
background-image:url("../img/btn-corner.gif");
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
table.z-button {
|
|
|
|
|
table-layout: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.z-button {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Disable grey degradation */
|
|
|
|
|
.z-button .z-button-cm {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:01 +01:00
|
|
|
/* #E4F3D9; /* green0 (normal background) */
|
|
|
|
|
/* #C3EAAF; /* green1 (hover background) */
|
|
|
|
|
/* #A1D586; /* green2 (active background) */
|
|
|
|
|
/* #58A758; /* green3 (text color) */
|
|
|
|
|
/* #87bd32; /* green4 (border color) */
|
|
|
|
|
/* #3F5917; /* green5 (top left shade) */
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-button-cm {
|
2009-12-03 01:44:01 +01:00
|
|
|
background-color: #E4F3D9; /* green0 (normal background) */
|
|
|
|
|
color: #58A758; /* green3 (text) */
|
|
|
|
|
border: 1px solid #439e32; /* green4 (border) */
|
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
|
-webkit-border-radius: 3px;
|
2009-11-26 20:07:05 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-button-cm:hover {
|
2009-12-03 01:44:01 +01:00
|
|
|
background-color: #C3EAAF; /* green1 (hover background) */
|
2009-11-22 21:59:56 +01:00
|
|
|
background-image: none;
|
2009-11-26 20:07:05 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-button-cm:active {
|
2009-12-03 01:44:01 +01:00
|
|
|
background-color: #A1D586; /* green2 (active background)*/
|
|
|
|
|
border-right: 1px solid #439e32;
|
|
|
|
|
border-bottom: 1px solid #439e32;
|
2009-12-03 01:44:13 +01:00
|
|
|
border-top: 2px solid #3f5917;
|
2009-12-03 01:44:01 +01:00
|
|
|
border-left: 2px solid #3f5917;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-button.z-button-disd .z-button-cm {
|
2009-12-03 01:44:01 +01:00
|
|
|
background-color: #EAEAEA;
|
|
|
|
|
color: #A0A0A0;
|
|
|
|
|
border-color: #A0A0A0;
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-window-embedded .z-button-cm,
|
|
|
|
|
.z-window-modal .z-button-cm {
|
|
|
|
|
padding: 2px 18px;
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
.z-window-embedded .z-button-cm:active,
|
|
|
|
|
.z-window-modal .z-button-cm:active {
|
|
|
|
|
padding: 2px 17px 1px 18px;
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
/* Perspective and planner buttons
|
2009-11-26 20:07:06 +01:00
|
|
|
--------------------------------------------------- */
|
2009-12-03 01:44:14 +01:00
|
|
|
|
|
|
|
|
.planner-icon, .planner-command {
|
|
|
|
|
padding: 2px;
|
2009-12-03 01:44:13 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:14 +01:00
|
|
|
.planner-icon .z-button-cm {
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
2009-12-03 01:44:13 +01:00
|
|
|
.planner-icon .z-button-cm:active {
|
|
|
|
|
padding: 2px 1px 1px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-07 11:50:54 +01:00
|
|
|
.planner-command .z-button-cm,
|
|
|
|
|
.advancedallocationlayout .z-north-body .z-button-cm {
|
2009-12-06 20:45:03 +01:00
|
|
|
height: 24px;
|
|
|
|
|
padding: 2px;
|
2009-12-03 01:44:14 +01:00
|
|
|
}
|
|
|
|
|
.planner-command .z-button-cm:active {
|
2009-12-06 20:45:03 +01:00
|
|
|
padding: 2px 1px 1px 2px;
|
2009-12-03 01:44:13 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-08 03:36:08 +01:00
|
|
|
.planner-command.clicked .z-button-cm {
|
|
|
|
|
background-color: #A1D586; /* green2 (active background)*/
|
|
|
|
|
border-right: 1px solid #439e32;
|
|
|
|
|
border-bottom: 1px solid #439e32;
|
|
|
|
|
border-top: 2px solid #3f5917;
|
|
|
|
|
border-left: 2px solid #3f5917;
|
|
|
|
|
padding: 2px 1px 1px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:14 +01:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
.sub_menu .z-button-cm {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
border: 0px;
|
|
|
|
|
color: #EDF2F7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sub_menu_active.z-button {
|
|
|
|
|
color: #3b89b7;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
padding:2px;margin:2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sub_menu .z-button-cm:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sub_menu_active.z-button td,
|
|
|
|
|
.sub_menu.z-button td {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:14 +01:00
|
|
|
/*
|
2009-11-22 21:59:56 +01:00
|
|
|
.plannerlayout .z-button-tl, .plannerlayout .z-button-tm, .plannerlayout .z-button-tr,
|
|
|
|
|
.plannerlayout .z-button-cl, .plannerlayout .z-button-cr,
|
|
|
|
|
.plannerlayout .z-button-bl, .plannerlayout .z-button-bm, .plannerlayout .z-button-br {
|
2009-11-26 20:07:06 +01:00
|
|
|
display: visible;
|
2009-12-03 01:44:14 +01:00
|
|
|
}*/
|
2009-11-22 21:59:56 +01:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* Global action button styles
|
|
|
|
|
--------------------------------------------------- */
|
|
|
|
|
.global-action.z-button {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-action.z-button .z-button-cm {
|
2009-12-03 01:44:01 +01:00
|
|
|
padding: 4px 25px;
|
|
|
|
|
background-position: 5px;
|
2009-12-07 09:36:53 +01:00
|
|
|
background-repeat: no-repeat;
|
2009-12-03 01:44:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-action.z-button .z-button-cm:active {
|
|
|
|
|
padding: 4px 21px 3px 28px;
|
|
|
|
|
background-position: 7px 4px;
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.save-button.z-button .z-button-cm {
|
2009-12-07 09:36:53 +01:00
|
|
|
background-image: url(../img/bt_ok.png);
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.create-button.z-button .z-button-cm {
|
2009-12-07 09:36:53 +01:00
|
|
|
background-image: url(../img/bt_create.png);
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:01 +01:00
|
|
|
.saveandcontinue-button.z-button .z-button-cm {
|
2009-12-07 09:36:53 +01:00
|
|
|
background-image: url(../img/bt_ok_continue.png);
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.cancel-button.z-button .z-button-cm {
|
|
|
|
|
background-image: url(../img/bt_cancel.png);
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.back-button.z-button .z-button-cm {
|
|
|
|
|
background-image: url(../img/bt_back.png);
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-04 14:04:02 +01:00
|
|
|
/* Embed tabbpanels button destyling */
|
|
|
|
|
.z-tabpanel .global-action.z-button .z-button-cm {
|
|
|
|
|
background-image: none;
|
|
|
|
|
padding: 2px 18px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
2009-11-22 21:59:56 +01:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
/* --- END -- Button styles --
|
|
|
|
|
=================================================== */
|
2009-11-22 21:59:56 +01:00
|
|
|
|
2009-09-02 10:15:28 +02:00
|
|
|
.vertical_separator {
|
2009-10-02 18:28:56 +02:00
|
|
|
width: 14px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
background-image: url("../img/sub_separacion.gif");
|
2009-09-02 10:15:28 +02:00
|
|
|
}
|
|
|
|
|
|
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;
|
2009-10-04 17:45:44 +02:00
|
|
|
border-top: 0px;
|
2009-10-04 17:45:45 +02:00
|
|
|
font-size: 12px; /* 11px */
|
2009-10-04 17:45:44 +02:00
|
|
|
border-left: 1px dotted #7EAAC6;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-top: 2px;
|
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-11-17 22:15:35 +01:00
|
|
|
.orderTree .depth_1 input,
|
|
|
|
|
.orderTree .depth_2 input,
|
|
|
|
|
.orderTree .depth_3 input,
|
|
|
|
|
.orderTree .depth_4 input,
|
|
|
|
|
.orderTree .depth_5 input,
|
|
|
|
|
.orderTree .depth_6 input
|
|
|
|
|
{
|
2009-10-04 17:45:44 +02:00
|
|
|
border-right: 0px;
|
2009-07-10 08:21:33 +02:00
|
|
|
}
|
2009-07-10 10:44:45 +02:00
|
|
|
|
2009-09-16 19:05:18 +02:00
|
|
|
/* Cleaning window borders */
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-window-embedded-tr,.z-window-embedded-tl {
|
|
|
|
|
display: none;
|
2009-09-16 19:05:18 +02:00
|
|
|
}
|
2009-10-02 18:28:56 +02:00
|
|
|
|
|
|
|
|
.z-window-embedded-hl,.z-window-embedded-hm {
|
|
|
|
|
background-image: none;
|
2009-09-16 19:05:18 +02:00
|
|
|
}
|
2009-10-02 18:28:56 +02:00
|
|
|
|
2009-09-16 19:05:18 +02:00
|
|
|
.z-window-embedded-hr {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: none;
|
2009-09-16 19:05:18 +02:00
|
|
|
}
|
2009-10-02 18:28:56 +02:00
|
|
|
|
2009-09-16 19:05:18 +02:00
|
|
|
.z-window-embedded-header {
|
2009-10-02 18:28:56 +02:00
|
|
|
color: #009900;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 1.2em;
|
2009-09-16 19:05:18 +02:00
|
|
|
}
|
2009-09-16 19:05:19 +02:00
|
|
|
|
2009-10-16 19:49:50 +02:00
|
|
|
.message_ERROR, .message_INFO {
|
2009-11-22 21:59:57 +01:00
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
2009-10-02 18:28:56 +02:00
|
|
|
padding: 15px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
width: 300px;
|
2009-09-16 19:05:19 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-06 20:45:04 +01:00
|
|
|
.message_WARNING {
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-16 19:49:50 +02:00
|
|
|
.message_WARNING img, .message_ERROR img {
|
2009-10-16 02:14:55 +02:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-16 19:49:50 +02:00
|
|
|
.message_ERROR {
|
|
|
|
|
color: #ee0000;
|
|
|
|
|
border: solid 1px #ee0000;
|
|
|
|
|
background-color: #eecccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_WARNING {
|
|
|
|
|
color: #CC5013;
|
|
|
|
|
border: solid 1px #CC5013;
|
|
|
|
|
background-color: #FDCA87;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-16 19:05:19 +02:00
|
|
|
.message_INFO {
|
2009-10-02 18:28:56 +02:00
|
|
|
color: #006600;
|
|
|
|
|
border: solid 1px #006600;
|
2009-09-16 19:05:19 +02:00
|
|
|
background-color: #cceecc;
|
|
|
|
|
}
|
2009-09-16 19:05:20 +02:00
|
|
|
|
2009-09-18 11:59:48 +02:00
|
|
|
.message_INFO span {
|
2009-10-02 18:28:56 +02:00
|
|
|
position: relative;
|
|
|
|
|
top: -10px;
|
|
|
|
|
left: 10px;
|
2009-09-18 11:59:48 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:57 +01:00
|
|
|
div.z-errbox {
|
|
|
|
|
background-color: #EECCCC;
|
|
|
|
|
color:red;
|
|
|
|
|
border:solid 1px red;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-16 19:49:50 +02:00
|
|
|
.advancedallocationlayout .message_WARNING {
|
|
|
|
|
padding: 3px 20px 3px 20px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-16 19:05:20 +02:00
|
|
|
.z-window-embedded {
|
2009-10-02 18:28:56 +02:00
|
|
|
margin: 10px;
|
2009-12-03 01:44:10 +01:00
|
|
|
margin-top: 5px;
|
2009-09-16 19:05:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Hide inner second level embed window titles */
|
|
|
|
|
.z-window-embedded
|
|
|
|
|
.z-window-embedded
|
|
|
|
|
.z-window-embedded
|
|
|
|
|
.z-window-embedded-hl {
|
2009-10-02 18:28:56 +02:00
|
|
|
display: none;
|
2009-09-16 19:05:22 +02:00
|
|
|
}
|
2009-09-16 19:05:23 +02:00
|
|
|
|
|
|
|
|
.subtitulo {
|
2009-09-18 11:59:46 +02:00
|
|
|
color: #007bbe;
|
2009-10-02 18:28:56 +02:00
|
|
|
font-weight: bold;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ------ Overridden norrmoz.css.dsp styles ------ */
|
2009-12-06 20:45:06 +01:00
|
|
|
.z-label,.z-radio-cnt,.z-checkbox-cnt,.z-slider-pp,input.button,input.file,.z-loading,.z-errbox,
|
|
|
|
|
div.z-tree-footer-cnt, div.z-tree-cell-cnt, div.z-tree-col-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: normal;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-word-wrap {
|
2009-10-02 18:28:56 +02:00
|
|
|
word-wrap: normal;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-word-wrap .z-auxheader-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
word-wrap: normal;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-window-embedded-tl,.z-window-highlighted-tl,.z-window-overlapped-tl,.z-window-popup-tl
|
|
|
|
|
{
|
|
|
|
|
background: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-embedded-tl {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-popup-tl {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-window-embedded-tr,.z-window-highlighted-tr,.z-window-overlapped-tr,.z-window-popup-tr
|
|
|
|
|
{
|
|
|
|
|
background: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-embedded-tr {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-popup-tr {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.z-window-embedded-hl, .z-window-highlighted-hl,
|
|
|
|
|
.z-window-overlapped-hl, .z-window-popup-hl {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-embedded-hl {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-window-popup-hl {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.z-window-embedded-hr,.z-window-highlighted-hr,
|
|
|
|
|
.z-window-overlapped-hr,.z-window-popup-hr {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-window-embedded-hr,.z-window-embedded-hr-noborder {
|
|
|
|
|
background-image: none;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:10 +01:00
|
|
|
.z-window-popup-header,.z-window-highlighted-header,
|
|
|
|
|
.z-window-overlapped-header,.z-window-embedded-header {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-color: #FFFFFF;
|
2009-12-03 01:44:10 +01:00
|
|
|
color: #0081C3;
|
|
|
|
|
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
padding-bottom: 10px;
|
2009-10-02 18:28:56 +02:00
|
|
|
font-weight: normal;
|
2009-12-03 01:44:10 +01:00
|
|
|
background-image: url(../img/header_bullet.gif);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding-left: 22px;
|
|
|
|
|
background-position: 0px 3px;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tabs-scroll .z-tabs-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: #FAFDFE none repeat scroll 0 0;
|
|
|
|
|
border-bottom: 1px solid #7EAAC6;
|
|
|
|
|
padding-bottom: 0;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.z-textbox,.z-decimalbox,.z-intbox,.z-longbox,
|
2009-10-09 10:45:03 +02:00
|
|
|
.z-doublebox, .z-datebox, .z-datebox-inp, .z-datebox-focus .z-datebox-inp {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
2009-10-12 01:15:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.leftpanelgap .z-textbox,.leftpanelgap .z-decimalbox,.leftpanelgap .z-intbox,
|
|
|
|
|
.leftpanelgap .z-longbox,.leftpanelgap .z-doublebox,.leftpanelgap .z-datebox,
|
|
|
|
|
.leftpanelgap .z-datebox-inp,.leftpanelgap .z-datebox-focus .z-datebox-inp {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-size: 11px;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:45 +02:00
|
|
|
div.z-footer-cnt,div.z-row-cnt,div.z-group-cnt,div.z-group-foot-cnt,div.z-column-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: bold;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.z-word-wrap div.z-tree-cell-cnt,.z-word-wrap div.z-tree-footer-cnt,
|
|
|
|
|
.z-word-wrap div.z-tree-col-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
word-wrap: normal;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tabs .z-tabs-cnt {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: none;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
border-bottom: 1px solid #7EAAC6;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tabs-scroll {
|
2009-10-02 18:28:56 +02:00
|
|
|
padding-bottom: 0px;
|
|
|
|
|
background: #F2FBFF none repeat scroll 0 0;
|
|
|
|
|
border: 0px solid #000000;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tab .z-tab-text {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-tab-seld .z-tab-text { /* color:#0F3B82; */
|
|
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-02 18:28:56 +02:00
|
|
|
.z-tabpanel,.z-tabbox-ver .z-tabpanels-ver {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border-bottom: 1px solid #7EAAC6;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_INFO {
|
2009-10-02 18:28:56 +02:00
|
|
|
background-color: #CCEECC;
|
|
|
|
|
border: 1px solid #006600;
|
|
|
|
|
color: #006600;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
|
width: 300px;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.z-grid {
|
2009-10-02 18:28:56 +02:00
|
|
|
background: #DAE7F6 none repeat scroll 0 0;
|
|
|
|
|
border: 1px solid #ABC6DE;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-07 09:36:53 +01:00
|
|
|
.z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox,
|
|
|
|
|
.z-listbox .z-longbox,.z-listbox .z-doublebox {
|
2009-10-02 18:28:56 +02:00
|
|
|
height: 22px;
|
|
|
|
|
vertical-align:center;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.orderTree .z-textbox,.orderTree .z-decimalbox,
|
|
|
|
|
.orderTree .z-intbox,.orderTree .z-longbox,
|
|
|
|
|
.orderTree .z-doublebox {
|
|
|
|
|
height: 25px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2009-10-02 18:28:56 +02:00
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.listdetails .z-textbox, .listdetails .z-decimalbox,
|
|
|
|
|
.listdetails .z-intbox, .listdetails .z-longbox,
|
|
|
|
|
.listdetails .z-doublebox {
|
2009-10-03 23:42:01 +02:00
|
|
|
height: 17px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tree .z-datebox-inp {
|
|
|
|
|
height:25px;
|
|
|
|
|
}
|
|
|
|
|
.orderTree .operations {
|
2009-11-17 22:15:35 +01:00
|
|
|
min-width:150px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
|
|
|
|
.orderTree .name {
|
2009-12-07 09:36:53 +01:00
|
|
|
min-width:100px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
2009-10-09 10:45:04 +02:00
|
|
|
.orderTree .hours {
|
|
|
|
|
min-width:50px;
|
|
|
|
|
}
|
|
|
|
|
.orderTree .code {
|
2009-12-07 09:36:53 +01:00
|
|
|
min-width:90px;
|
2009-11-17 22:15:35 +01:00
|
|
|
}
|
|
|
|
|
.orderTree .scheduling_state {
|
2009-12-07 09:36:53 +01:00
|
|
|
min-width:250px;
|
2009-11-17 22:15:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .tasknumber {
|
|
|
|
|
display:none;
|
2009-10-09 10:45:04 +02:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.orderTree div.z-tree-cell-cnt {
|
|
|
|
|
padding:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree td {
|
|
|
|
|
border-bottom: 1px dotted #7EAAC6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .icono td {
|
|
|
|
|
border:none;
|
|
|
|
|
}
|
2009-10-09 10:45:03 +02:00
|
|
|
|
|
|
|
|
.orderelements-tab .z-datebox-focus .z-datebox-inp {
|
|
|
|
|
border-top: 0px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderelements-tab .z-datebox-focus .z-datebox-inp,
|
|
|
|
|
.orderelements-tab .z-datebox-inp {
|
2009-12-07 09:36:53 +01:00
|
|
|
width: auto;
|
2009-10-09 10:45:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderelements-tab .z-datebox .z-datebox-img {
|
|
|
|
|
background-color: #DAE7F6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.listdetails .z-datebox-focus .z-datebox-inp {
|
|
|
|
|
border-top: 0px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
font-size: 11px !important;
|
|
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
2009-10-09 10:45:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advance-measurement {
|
|
|
|
|
width: 340px;
|
2009-10-16 19:49:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .icono .z-button-tr,
|
|
|
|
|
.assignedresources .icono td.z-button-br {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .z-listbox input {
|
|
|
|
|
height: 17px !important;
|
|
|
|
|
}
|
2009-10-19 19:51:46 +02:00
|
|
|
|
|
|
|
|
/* Highlight advancedallocation grouping row */
|
|
|
|
|
.resourcesload .taskspanelgap .z-grid-body tr:first-child {
|
|
|
|
|
background-color: #E8E8E8;
|
|
|
|
|
}
|
|
|
|
|
.resourcesload .taskspanelgap .z-grid-body tr.z-row td {
|
|
|
|
|
background-color:transparent;
|
|
|
|
|
}
|
2009-10-19 19:51:48 +02:00
|
|
|
|
|
|
|
|
/* ------- Chart legends ------- */
|
|
|
|
|
.legend {
|
|
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
border: solid 1px #000000;
|
2009-12-09 12:00:51 +01:00
|
|
|
padding: 5px;
|
2009-10-19 19:51:48 +02:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-04 10:12:48 +01:00
|
|
|
.legend-container {
|
|
|
|
|
width: 226px;
|
2009-12-08 13:47:02 +01:00
|
|
|
height: 190px;
|
2009-12-04 10:12:48 +01:00
|
|
|
background-color: #E8E8E8;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-19 19:51:48 +02:00
|
|
|
.legend td {
|
|
|
|
|
vertical-align:bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend .title {
|
|
|
|
|
display:block;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-row {
|
|
|
|
|
margin:2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-gap {
|
|
|
|
|
background-color: #E8E8E8;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-08 13:47:02 +01:00
|
|
|
/* Legend colors:
|
|
|
|
|
COLOR_ASSIGNED_LOAD_GLOBAL = "#98D471"; // green
|
|
|
|
|
COLOR_CAPABILITY_LINE = "#000000"; // black
|
|
|
|
|
COLOR_OVERLOAD_GLOBAL = "#FDBE13"; // orange
|
|
|
|
|
|
|
|
|
|
COLOR_ASSIGNED_LOAD_GLOBAL = "#98D471"; // green
|
|
|
|
|
COLOR_CAPABILITY_LINE = "#000000"; // black
|
|
|
|
|
COLOR_OVERLOAD_GLOBAL = "#FDBE13"; // orange
|
|
|
|
|
|
|
|
|
|
COLOR_ASSIGNED_LOAD_SPECIFIC = "#aa80d5"; // magenta
|
|
|
|
|
COLOR_OVERLOAD_SPECIFIC = "#FF5A11"; // red
|
|
|
|
|
*/
|
|
|
|
|
|
2009-10-19 19:51:48 +02:00
|
|
|
.legend .capability {
|
2009-12-08 13:47:02 +01:00
|
|
|
border-top:solid 2px #000000; /* COLOR_CAPABILITY_LINE */
|
2009-10-19 19:51:48 +02:00
|
|
|
height:7px;
|
|
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend .load {
|
2009-12-08 13:47:02 +01:00
|
|
|
background-color: #98D471; /* COLOR_ASSIGNED_LOAD_GLOBAL */
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 25px;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
margin-right: 5px;
|
2009-10-19 19:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
2009-11-12 22:41:16 +01:00
|
|
|
.legend .overload {
|
2009-12-08 13:47:02 +01:00
|
|
|
background-color: #FDBE13; /* COLOR_OVERLOAD_GLOBAL */
|
|
|
|
|
height:10px;
|
2009-11-12 22:41:16 +01:00
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-12 22:41:19 +01:00
|
|
|
.legend .overload-order {
|
2009-12-08 13:47:02 +01:00
|
|
|
background-color: #FF5A11; /* COLOR_OVERLOAD_SPECIFIC */
|
|
|
|
|
height:10px;
|
2009-11-12 22:41:19 +01:00
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend .overload-other {
|
2009-12-08 13:47:02 +01:00
|
|
|
background-color: #FDBE13; /* COLOR_OVERLOAD_GLOBAL */
|
|
|
|
|
height:10px;
|
2009-11-12 22:41:19 +01:00
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-19 19:51:48 +02:00
|
|
|
.legend .other {
|
2009-12-08 20:27:45 +01:00
|
|
|
background-color: #AA80d5; /* COLOR_ASSIGNED_LOAD_SPECIFIC */
|
2009-10-19 19:51:48 +02:00
|
|
|
height:10px;
|
|
|
|
|
width:25px;
|
|
|
|
|
margin-bottom:2px;
|
|
|
|
|
margin-right:5px;
|
2009-10-19 21:16:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend .resourceload {
|
|
|
|
|
height:10px;
|
|
|
|
|
width:25px;
|
|
|
|
|
margin-bottom:2px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
2009-11-17 20:04:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Graphical improvements */
|
|
|
|
|
|
|
|
|
|
.z-panel-header {
|
|
|
|
|
background:none;
|
|
|
|
|
border: 0px;
|
|
|
|
|
margin:0px 0px 0 10px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-panel-body {
|
|
|
|
|
background:none;
|
|
|
|
|
border: 1px solid #B1CBD5;
|
|
|
|
|
margin:0 10px 0px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-panel-children {
|
|
|
|
|
border-style: none none none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-17 22:15:35 +01:00
|
|
|
div.z-grid-pgi-b,
|
|
|
|
|
div.z-listbox-pgi-b {
|
2009-11-17 20:04:17 +01:00
|
|
|
border-top:none;
|
|
|
|
|
}
|
2009-11-17 22:15:35 +01:00
|
|
|
|
2009-11-22 21:59:56 +01:00
|
|
|
.orderTree .tasknumber {
|
2009-11-17 22:15:35 +01:00
|
|
|
/* Pending removal from the code */
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:56 +01:00
|
|
|
.orderTree .not-scheduled span,
|
|
|
|
|
.orderTree .partially-scheduled span,
|
|
|
|
|
.orderTree .completely-scheduled span {
|
2009-11-17 22:15:35 +01:00
|
|
|
float:left;
|
|
|
|
|
padding-right:2px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-08 10:37:58 +01:00
|
|
|
.orderTree .not-scheduled span.z-label,
|
|
|
|
|
.orderTree .partially-scheduled span.z-label,
|
|
|
|
|
.orderTree .completely-scheduled span.z-label {
|
|
|
|
|
-moz-border-radius-bottomleft: 6px;
|
|
|
|
|
-moz-border-radius-bottomright: 1px;
|
|
|
|
|
-moz-border-radius-topleft: 1px;
|
|
|
|
|
-moz-border-radius-topright: 6px;
|
|
|
|
|
border: 1px solid #888888;
|
|
|
|
|
color: #888888;
|
|
|
|
|
margin: 1px 6px;
|
|
|
|
|
padding: 2px 5px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:56 +01:00
|
|
|
.orderTree .not-scheduled,
|
|
|
|
|
.orderTree .partially-scheduled,
|
|
|
|
|
.orderTree .completely-scheduled {
|
2009-11-17 22:15:35 +01:00
|
|
|
border-bottom:dotted #EEEEEE 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:56 +01:00
|
|
|
.orderTree .partially-scheduled {
|
2009-11-17 22:15:35 +01:00
|
|
|
background-color: #fddf9b;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:56 +01:00
|
|
|
.orderTree .completely-scheduled {
|
2009-11-17 22:15:35 +01:00
|
|
|
background-color: #bee5a9;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-08 10:37:58 +01:00
|
|
|
span.z-dottree-ico {
|
2009-11-17 22:15:35 +01:00
|
|
|
min-height:22px;
|
2009-11-22 21:59:57 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-08 10:37:58 +01:00
|
|
|
span.z-dottree-line {
|
|
|
|
|
min-height:28px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:02 +01:00
|
|
|
|
|
|
|
|
/* --- START -- menubar --
|
|
|
|
|
=================================================== */
|
|
|
|
|
|
|
|
|
|
.z-menubar-hor, .z-menubar-ver {
|
2009-12-03 01:44:08 +01:00
|
|
|
background: none;
|
2009-12-03 01:44:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menu-body {
|
|
|
|
|
background-color: #d4e1ef;
|
2009-12-03 01:44:08 +01:00
|
|
|
-moz-border-radius: 10px 10px 0 0;
|
|
|
|
|
-webkit-border-radius: 10px 10px 0 0;
|
2009-12-03 01:44:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menu-inner-m .z-menu-btn {
|
2009-12-03 01:44:07 +01:00
|
|
|
font-weight: normal;
|
2009-12-03 01:44:02 +01:00
|
|
|
color: #005782;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menu-body-over .z-menu-inner-m .z-menu-btn,
|
2009-12-03 01:44:08 +01:00
|
|
|
.z-menu-body-seld .z-menu-inner-m .z-menu-btn,
|
|
|
|
|
.current-section .z-menu-body .z-menu-inner-m .z-menu-btn {
|
2009-12-03 01:44:02 +01:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:08 +01:00
|
|
|
.z-menu-body-over, .z-menu-body-seld, .current-section .z-menu-body {
|
2009-12-03 01:44:02 +01:00
|
|
|
background-color: #2a83b4;
|
2009-12-03 01:44:07 +01:00
|
|
|
font-weight: normal;
|
2009-12-03 01:44:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menu-body-over .z-menu-inner-l,
|
|
|
|
|
.z-menu-body-over .z-menu-inner-m,
|
|
|
|
|
.z-menu-body-over .z-menu-inner-r {
|
|
|
|
|
background-image:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menu-body-seld .z-menu-inner-l,
|
|
|
|
|
.z-menu-body-seld .z-menu-inner-m,
|
|
|
|
|
.z-menu-body-seld .z-menu-inner-r {
|
|
|
|
|
background-image:none;
|
|
|
|
|
}
|
2009-12-03 01:44:05 +01:00
|
|
|
|
2009-12-03 01:44:07 +01:00
|
|
|
.z-menu-body .z-menu-inner-m div {
|
|
|
|
|
background-image:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-menubar-hor {
|
|
|
|
|
border-bottom: 3px solid #2a83b4;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:05 +01:00
|
|
|
.user_row .cerrar_sesion {
|
|
|
|
|
display:inline;
|
|
|
|
|
}
|
2009-12-03 01:44:07 +01:00
|
|
|
|
|
|
|
|
.migas_linea {
|
2009-12-03 01:44:09 +01:00
|
|
|
border: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective, .perspective-active {
|
|
|
|
|
width:84px;
|
|
|
|
|
height:84px;
|
|
|
|
|
margin: 0 0 4px 4px;
|
|
|
|
|
font-weight:normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm {
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-color: #d4e1ef;
|
|
|
|
|
color: #005782;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective-active .z-button-cm {
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-color: #2a83b4;
|
|
|
|
|
color: #FFFFFF;
|
2009-12-03 01:44:13 +01:00
|
|
|
border-top: 2px solid #3f5917;
|
|
|
|
|
border-left: 2px solid #3f5917;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm:hover {
|
|
|
|
|
background-color: #399bd4;
|
|
|
|
|
color: #FFFFFF;
|
2009-12-03 01:44:09 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:16 +01:00
|
|
|
.perspectives-label {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:09 +01:00
|
|
|
.z-button.perspective .z-button-cm,
|
|
|
|
|
.z-button.perspective-active .z-button-cm {
|
|
|
|
|
white-space:normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vertical-separator {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:11 +01:00
|
|
|
.main-area > .z-center-body:first-child {
|
2009-12-03 01:44:09 +01:00
|
|
|
height: auto !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-area {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
2009-12-03 01:44:14 +01:00
|
|
|
|
|
|
|
|
.orderslayout-area {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2009-12-03 01:44:18 +01:00
|
|
|
|
2009-12-06 20:45:03 +01:00
|
|
|
.orderslayout .z-north {
|
|
|
|
|
border-bottom:1px solid #9ECAD8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2009-12-03 17:12:16 +01:00
|
|
|
.orderelements-tab {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-06 20:45:00 +01:00
|
|
|
tr.z-tree-row-seld, tr.z-list-item-seld,
|
|
|
|
|
.z-combobox-pp .z-combo-item-seld {
|
2009-12-03 01:44:18 +01:00
|
|
|
background-color: #2a83b4;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
2009-12-04 10:12:48 +01:00
|
|
|
|
|
|
|
|
.timeplot-canvas {
|
|
|
|
|
position:relative;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.resourcesload .timetrackergap .z-grid-header{
|
|
|
|
|
heigth: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scheduling-graphics .z-tabs-ver {
|
|
|
|
|
width: 60px !important;
|
|
|
|
|
}
|
2009-12-06 20:45:04 +01:00
|
|
|
|
2009-12-04 10:12:48 +01:00
|
|
|
.scheduling-graphics .z-tab-ver .z-tab-ver-text {
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
2009-12-06 20:45:04 +01:00
|
|
|
|
2009-12-04 10:12:48 +01:00
|
|
|
.earned-parameter-column {
|
2009-12-09 12:00:51 +01:00
|
|
|
width: 102px;
|
2009-12-04 10:12:48 +01:00
|
|
|
}
|
2009-12-06 20:45:01 +01:00
|
|
|
|
|
|
|
|
.z-panel-body {
|
2009-12-06 20:45:08 +01:00
|
|
|
padding: 10px;
|
2009-12-06 20:45:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspectives-column {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
2009-12-06 20:45:04 +01:00
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm {
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-label {
|
|
|
|
|
color:#0068B1;
|
|
|
|
|
}
|
2009-12-06 20:45:05 +01:00
|
|
|
|
|
|
|
|
.z-tab-accordion-hm, .z-tab-accordion-hr, .z-tab-accordion-hl {
|
|
|
|
|
-moz-background-clip:border;
|
|
|
|
|
-moz-background-inline-policy:continuous;
|
|
|
|
|
-moz-background-origin:padding;
|
|
|
|
|
background: transparent url(/navalplanner-webapp/zkau/web/zkex/zul/img/layout/borderlayout-hm.png) repeat-x scroll 0 0;
|
|
|
|
|
}
|
2009-12-06 20:45:06 +01:00
|
|
|
|
|
|
|
|
.allocation-criterion-selector span.z-dottree-ico,
|
|
|
|
|
.allocation-criterion-selector span.z-dottree-line {
|
|
|
|
|
min-height:14px;
|
|
|
|
|
}
|
2009-12-06 20:45:08 +01:00
|
|
|
|
|
|
|
|
.timeplot-copyright {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timeplot-grid-label {
|
|
|
|
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
color: transparent;
|
2009-12-08 13:47:02 +01:00
|
|
|
font-size:9px;
|
|
|
|
|
font-weight:bold;
|
2009-12-06 20:45:08 +01:00
|
|
|
}
|
2009-12-07 11:50:54 +01:00
|
|
|
|
|
|
|
|
.advancedassignmentdetails .hours {
|
|
|
|
|
min-width: 30px;
|
|
|
|
|
}
|