2009-10-03 23:42:01 +02:00
|
|
|
/*
|
2011-10-28 08:17:54 +02:00
|
|
|
* libreplan_zk.css LibrePlan
|
2009-10-03 23:42:01 +02:00
|
|
|
*
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
|
|
|
|
|
2010-01-07 10:16:29 +01:00
|
|
|
/* ----- Predefined Height dependent styles ----- */
|
2010-01-07 10:16:28 +01:00
|
|
|
.scheduling-graphics {
|
|
|
|
|
height:200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-layout {
|
|
|
|
|
height: 560px;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-07 10:16:29 +01:00
|
|
|
.taskheaders-border {
|
|
|
|
|
width: 300px;
|
2010-01-07 10:16:28 +01:00
|
|
|
}
|
|
|
|
|
|
2010-11-16 11:53:34 +01:00
|
|
|
.plannerlayout #watermark {
|
2010-01-07 10:16:29 +01:00
|
|
|
height: 99999px !important;
|
|
|
|
|
}
|
2010-01-07 10:16:28 +01:00
|
|
|
|
2010-01-07 10:16:29 +01:00
|
|
|
.plannerlayout .taskspanelgap #timetracker {
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
2010-01-07 10:16:28 +01:00
|
|
|
|
2010-01-07 10:16:29 +01:00
|
|
|
.leftpanelcontainer {
|
|
|
|
|
overflow-x: scroll;
|
|
|
|
|
}
|
2010-01-07 10:16:28 +01:00
|
|
|
|
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;
|
2010-01-07 10:16:29 +01:00
|
|
|
border: 0;
|
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
|
|
|
}
|
|
|
|
|
|
2010-02-16 08:59:05 +01:00
|
|
|
.warningbox {
|
|
|
|
|
margin: 40px;
|
|
|
|
|
padding: 40px;
|
|
|
|
|
border: solid 1px #FDBE13;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-23 12:56:54 +01:00
|
|
|
/* Buttons styles */
|
2009-11-22 21:59:54 +01:00
|
|
|
|
2010-04-21 12:40:20 +02:00
|
|
|
.icono .z-button-cm,
|
2010-02-12 08:56:53 +01:00
|
|
|
body .z-window-embedded .icono .z-button-cm,
|
|
|
|
|
body .z-window-modal .icono .z-button-cm,
|
|
|
|
|
body .advancedallocationlayout .icono .z-button-cm {
|
2009-11-26 20:07:06 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2010-02-11 11:35:12 +01:00
|
|
|
|
2009-11-26 20:07:06 +01:00
|
|
|
.z-button {
|
|
|
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 11px;
|
2009-12-09 22:33:02 +01:00
|
|
|
font-weight: normal;
|
2009-05-13 18:57:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-06-10 20:05:52 +02:00
|
|
|
|
2009-06-17 17:30:10 +02:00
|
|
|
|
2009-12-03 01:44:13 +01:00
|
|
|
/* Perspective and planner buttons
|
2009-11-26 20:07:06 +01:00
|
|
|
--------------------------------------------------- */
|
2011-04-04 13:45:38 +02:00
|
|
|
.perspectives-column {
|
2011-10-19 11:21:15 +02:00
|
|
|
padding-top:0;
|
2011-04-04 13:45:38 +02:00
|
|
|
overflow-y: auto;
|
|
|
|
|
border-right:0;
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2011-11-18 14:39:36 +01:00
|
|
|
|
|
|
|
|
.perspectives-column .global-commands {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-08 19:06:11 +01:00
|
|
|
.toolbar-box {
|
2011-07-01 10:08:38 +02:00
|
|
|
border:0;
|
2009-11-22 21:59:56 +01:00
|
|
|
}
|
|
|
|
|
|
2011-02-08 19:06:11 +01:00
|
|
|
.toolbar-box .z-button {
|
|
|
|
|
padding: 1px 2px 2px 2px;
|
2009-12-03 01:44:13 +01:00
|
|
|
}
|
|
|
|
|
|
2011-02-08 19:06:11 +01:00
|
|
|
.planner-command .z-button-cm,
|
2009-12-03 01:44:14 +01:00
|
|
|
.planner-icon .z-button-cm {
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
2009-12-03 01:44:13 +01:00
|
|
|
|
2011-02-08 19:06:11 +01:00
|
|
|
.toolbar-box .z-button .z-button-cm,
|
2009-12-07 11:50:54 +01:00
|
|
|
.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
|
|
|
}
|
2009-12-03 01:44:13 +01:00
|
|
|
|
2011-02-08 19:06:11 +01:00
|
|
|
.toolbar-box .clicked .z-button-cm,
|
|
|
|
|
.toolbar-box .z-button-cm:active {
|
|
|
|
|
background-color: #E6F2F9; /* blue (active background)*/
|
|
|
|
|
border-top: 1px solid #006699;
|
|
|
|
|
border-left: 1px solid #006699;
|
|
|
|
|
padding: 2px;
|
2009-12-08 03:36:08 +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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Global action button styles
|
|
|
|
|
--------------------------------------------------- */
|
|
|
|
|
.global-action.z-button {
|
|
|
|
|
margin-top: 10px;
|
2009-12-09 22:33:02 +01:00
|
|
|
font-weight: bold;
|
2009-11-26 20:07:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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-11 12:23:19 +01:00
|
|
|
margin-right: 1px;
|
2009-12-03 01:44:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-action.z-button .z-button-cm:active {
|
2009-12-11 12:23:19 +01:00
|
|
|
margin-right: 0px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
border-right: 0px;
|
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;
|
|
|
|
|
border-left: 1px dotted #7EAAC6;
|
|
|
|
|
padding-left: 2px;
|
2010-02-16 12:03:54 +01:00
|
|
|
border-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orderTree .z-datebox-inp {
|
|
|
|
|
height: 20px;
|
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 {
|
2012-11-28 10:31:18 +01:00
|
|
|
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 {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 10px;
|
2009-12-06 20:45:04 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2011-01-25 09:53:49 +01:00
|
|
|
#messages-div {
|
|
|
|
|
position:fixed;
|
|
|
|
|
margin-top:-10px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-22 21:59:57 +01:00
|
|
|
div.z-errbox {
|
|
|
|
|
background-color: #EECCCC;
|
|
|
|
|
color:red;
|
|
|
|
|
border:solid 1px red;
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 10px;
|
2009-11-22 21:59:57 +01:00
|
|
|
}
|
|
|
|
|
|
2009-10-16 19:49:50 +02:00
|
|
|
.advancedallocationlayout .message_WARNING {
|
|
|
|
|
padding: 3px 20px 3px 20px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-17 14:31:48 +01:00
|
|
|
h4.message_WARNING {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 10px;
|
2010-02-17 14:31:48 +01:00
|
|
|
padding: 10px 5px;
|
|
|
|
|
margin: 25px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2010-09-14 09:34:32 +02:00
|
|
|
.main-area .z-center-body > .z-window-embedded {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
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,
|
2010-01-21 14:47:54 +01:00
|
|
|
div.z-tree-footer-cnt, div.z-tree-cell-cnt, div.z-tree-col-cnt, .z-listbox,
|
|
|
|
|
div.z-footer-cnt, div.z-row-cnt, div.z-group-cnt, div.z-group-foot-cnt,
|
2010-01-21 14:47:56 +01:00
|
|
|
div.z-column-cnt, div.z-list-footer-cnt, div.z-list-cell-cnt, .z-bandbox, .z-bandbox-inp {
|
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
|
|
|
}
|
|
|
|
|
|
2010-01-21 14:47:54 +01:00
|
|
|
.z-textbox-disd, .z-decimalbox-disd, .z-intbox-disd, .z-longbox-disd, .z-doublebox-disd,
|
|
|
|
|
.z-textbox-disd *, .z-decimalbox-disd *, .z-intbox-disd *, .z-longbox-disd *, .z-doublebox-disd * {
|
|
|
|
|
color:#333333 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-17 21:34:40 +01:00
|
|
|
div.z-row-cnt {
|
|
|
|
|
padding:0;
|
|
|
|
|
}
|
|
|
|
|
|
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-12-17 21:34:40 +01:00
|
|
|
.z-window-embedded-tl,.z-window-highlighted-tl,.z-window-overlapped-tl,.z-window-popup-tl {
|
2009-10-02 18:28:56 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2011-08-10 18:13:45 +02:00
|
|
|
.caption-title .z-caption-l {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
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-12-09 22:33:02 +01:00
|
|
|
.z-textbox,.z-decimalbox,.z-intbox,.z-longbox, .z-combobox-inp,
|
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-12-09 22:33:02 +01:00
|
|
|
font-size: 11px;
|
|
|
|
|
padding-left: 2px;
|
2009-10-12 01:15:26 +02:00
|
|
|
}
|
|
|
|
|
|
2011-11-15 23:10:45 +01: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,
|
|
|
|
|
.leftpanelgap .z-datebox-inp {
|
2009-10-02 18:28:56 +02:00
|
|
|
font-size: 11px;
|
2009-09-18 11:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
2011-11-10 15:33:12 +01:00
|
|
|
|
|
|
|
|
tr.z-treerow td.z-treerow-focus {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-15 21:51:48 +02:00
|
|
|
div.z-footer-cnt,div.z-row-cnt,div.z-group-cnt,div.z-group-foot-cnt,div.z-column-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: 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;
|
|
|
|
|
}
|
|
|
|
|
|
2010-09-17 15:59:06 +02:00
|
|
|
#timetrackerheader div.z-grid {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#timetrackerheader th,
|
|
|
|
|
#timetracker th {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#timetrackerheader th {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-01-21 09:43:09 +01:00
|
|
|
#timetrackerheader .second_level_ {
|
|
|
|
|
-webkit-margin-start: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#timetrackerheader .second_level_ td {
|
|
|
|
|
border-bottom: solid 1px #9EB6CE;
|
|
|
|
|
}
|
|
|
|
|
|
2010-09-17 15:59:06 +02:00
|
|
|
.listdetails div {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-12 19:01:41 +02:00
|
|
|
.listdetails div.z-tree-body td.z-treecell {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2010-09-17 15:59:06 +02:00
|
|
|
|
2011-09-06 11:23:22 +02:00
|
|
|
.listdetails .z-tree-header {
|
|
|
|
|
position:relative;
|
|
|
|
|
}
|
2010-09-17 15:59:06 +02:00
|
|
|
|
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 {
|
2013-04-29 17:43:58 +02:00
|
|
|
height: auto;
|
2009-10-02 18:28:56 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.orderTree .z-textbox,.orderTree .z-decimalbox,
|
|
|
|
|
.orderTree .z-intbox,.orderTree .z-longbox,
|
2011-11-08 19:18:14 +01:00
|
|
|
.orderTree .z-doublebox, .orderTree .z-datebox {
|
|
|
|
|
height: 21px;
|
2009-10-04 17:45:44 +02:00
|
|
|
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,
|
2011-11-15 23:10:45 +01:00
|
|
|
.listdetails .z-doublebox, .listdetails .z-tree .z-datebox-inp {
|
2010-03-04 09:14:25 +01:00
|
|
|
height: 15px;
|
|
|
|
|
}
|
2011-11-15 23:10:45 +01:00
|
|
|
|
|
|
|
|
.listdetails .z-tree .z-datebox-inp {
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2010-03-04 09:14:25 +01:00
|
|
|
.listdetails input {
|
2011-08-12 19:01:41 +02:00
|
|
|
padding-top: 5px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-tree .z-datebox-inp {
|
|
|
|
|
height:25px;
|
|
|
|
|
}
|
|
|
|
|
.orderTree .operations {
|
2011-11-08 19:18:14 +01:00
|
|
|
width: 50px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
|
|
|
|
.orderTree .name {
|
2011-11-08 19:18:14 +01:00
|
|
|
min-width: 120px;
|
2009-10-04 17:45:44 +02:00
|
|
|
}
|
2009-10-09 10:45:04 +02:00
|
|
|
.orderTree .hours {
|
2011-11-08 19:18:14 +01:00
|
|
|
width: 50px;
|
2009-10-09 10:45:04 +02:00
|
|
|
}
|
|
|
|
|
.orderTree .code {
|
2011-11-08 19:18:14 +01:00
|
|
|
min-width: 100px;
|
2009-11-17 22:15:35 +01:00
|
|
|
}
|
2011-11-08 19:18:14 +01:00
|
|
|
|
2009-11-17 22:15:35 +01:00
|
|
|
.orderTree .scheduling_state {
|
2011-11-08 19:18:14 +01:00
|
|
|
min-width:140px;
|
2010-01-25 16:55:37 +01:00
|
|
|
}
|
2010-09-07 09:18:25 +02:00
|
|
|
.orderTree .estimated_init,
|
|
|
|
|
.orderTree .estimated_end {
|
2010-01-25 16:55:37 +01:00
|
|
|
width: 100px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-08 19:18:14 +01:00
|
|
|
.orderTree td td {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 17:45:44 +02:00
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
2010-03-04 09:14:25 +01:00
|
|
|
.taskTreeCols div.z-tree-header, .taskTreeCols div.z-tree-header tr {
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
2010-01-07 10:16:28 +01:00
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plannerlayout .z-west-nested {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scheduling-graphics,
|
|
|
|
|
.scheduling-graphics .z-tabs-ver-scroll {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
.perspectives-column {
|
|
|
|
|
/* border-right: solid 1px; */
|
2009-10-19 19:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-08 13:47:02 +01:00
|
|
|
/* Legend colors:
|
|
|
|
|
|
|
|
|
|
COLOR_CAPABILITY_LINE = "#000000"; // black
|
|
|
|
|
|
2011-03-29 16:52:45 +02:00
|
|
|
COLOR_OVERLOAD = "#FF5A11"; // Red
|
|
|
|
|
COLOR_OVERLOAD_OTHER = "#FFD4C2"; // Soft red
|
|
|
|
|
|
|
|
|
|
COLOR_ASSIGNED_LOAD = "#98D471"; // Green
|
|
|
|
|
COLOR_ASSIGNED_OTHER = "#E0F3D3"; // Soft green
|
|
|
|
|
|
2009-12-08 13:47:02 +01:00
|
|
|
*/
|
|
|
|
|
|
2009-10-19 19:51:48 +02:00
|
|
|
.legend .capability {
|
2011-03-29 16:52:45 +02:00
|
|
|
border-top:solid 2px #000000;
|
2009-10-19 19:51:48 +02:00
|
|
|
height:7px;
|
|
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-12 22:41:16 +01:00
|
|
|
.legend .overload {
|
2011-03-29 16:52:45 +02:00
|
|
|
background-color: #FF5A11;
|
2009-12-08 13:47:02 +01:00
|
|
|
height:10px;
|
2009-11-12 22:41:16 +01:00
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-29 16:52:45 +02:00
|
|
|
.legend .overload-other {
|
|
|
|
|
background-color: #FFD4C2;
|
2009-12-08 13:47:02 +01:00
|
|
|
height:10px;
|
2009-11-12 22:41:19 +01:00
|
|
|
width:25px;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-29 16:52:45 +02:00
|
|
|
.legend .load {
|
|
|
|
|
background-color: #98D471;
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 25px;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend .load-other {
|
|
|
|
|
background-color: #E0F3D3;
|
2009-12-08 13:47:02 +01:00
|
|
|
height:10px;
|
2009-11-12 22:41:19 +01:00
|
|
|
width:25px;
|
2011-03-29 16:52:45 +02:00
|
|
|
margin-bottom:2px;
|
2009-11-12 22:41:19 +01:00
|
|
|
margin-right:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-29 16:52:45 +02:00
|
|
|
.legend .full-load {
|
|
|
|
|
background-color: #FDBE13;
|
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
|
|
|
}
|
|
|
|
|
|
2011-03-29 16:52:45 +02:00
|
|
|
|
|
|
|
|
.resources-full-load {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.resourcesloadlayout .resources-full-load {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
2010-05-13 13:18:10 +02:00
|
|
|
.resourcesloadlayout .legend-container {
|
|
|
|
|
width:186px;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-08 19:18:14 +01:00
|
|
|
.orderTree .not-scheduled span.z-button,
|
|
|
|
|
.orderTree .partially-scheduled span.z-button,
|
|
|
|
|
.orderTree .completely-scheduled span.z-button {
|
|
|
|
|
margin: 4px 1px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-25 16:55:37 +01:00
|
|
|
.orderTree .not-scheduled span.scheduling-state,
|
|
|
|
|
.orderTree .partially-scheduled span.scheduling-state,
|
|
|
|
|
.orderTree .completely-scheduled span.scheduling-state {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 1px 6px 1px 6px;
|
2009-12-08 10:37:58 +01:00
|
|
|
border: 1px solid #888888;
|
|
|
|
|
color: #888888;
|
|
|
|
|
font-weight: bold;
|
2010-01-25 16:55:37 +01:00
|
|
|
margin: 4px 3px 2px 0;
|
|
|
|
|
padding: 1px 5px;
|
2012-12-11 19:54:04 +01:00
|
|
|
height: 14px;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
width: 5px;
|
2010-01-25 16:55:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scheduling-state {
|
|
|
|
|
cursor: move;
|
2009-12-08 10:37:58 +01:00
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-21 16:37:27 +02:00
|
|
|
.partially-scheduled span.scheduling-state,
|
|
|
|
|
span.partially-scheduled {
|
2009-11-17 22:15:35 +01:00
|
|
|
background-color: #fddf9b;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-21 16:37:27 +02:00
|
|
|
.completely-scheduled span.scheduling-state,
|
|
|
|
|
span.completely-scheduled {
|
2009-11-17 22:15:35 +01:00
|
|
|
background-color: #bee5a9;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-25 16:55:37 +01:00
|
|
|
span.z-dottree-tee-open,
|
|
|
|
|
span.z-dottree-tee-close,
|
2009-12-08 10:37:58 +01:00
|
|
|
span.z-dottree-line {
|
2011-11-08 19:18:14 +01:00
|
|
|
min-height: 25px;
|
2009-12-08 10:37:58 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:02 +01:00
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
/* --- START -- menus and toolbar --
|
2009-12-03 01:44:02 +01:00
|
|
|
=================================================== */
|
|
|
|
|
|
|
|
|
|
.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;
|
2012-11-28 10:31:18 +01:00
|
|
|
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;
|
2011-12-09 10:40:07 +01:00
|
|
|
cursor: default;
|
2009-12-03 01:44:09 +01:00
|
|
|
}
|
|
|
|
|
|
2009-12-09 17:53:58 +01:00
|
|
|
/* ---- Perspectives ------ */
|
2009-12-03 01:44:09 +01:00
|
|
|
.perspective, .perspective-active {
|
2009-12-09 17:53:58 +01:00
|
|
|
width: 84px;
|
2011-09-28 19:00:15 +02:00
|
|
|
height: 94px;
|
2009-12-03 01:44:09 +01:00
|
|
|
margin: 0 0 4px 4px;
|
2011-09-01 11:10:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective tr td, .perspective-active tr td {
|
2009-12-09 17:53:58 +01:00
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm,
|
|
|
|
|
.perspective-active .z-button-cm {
|
|
|
|
|
padding-top: 60px;
|
|
|
|
|
background-position: 18px 10px;
|
|
|
|
|
background-repeat: no-repeat;
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 2px;
|
2009-12-09 17:53:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm {
|
|
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective-active .z-button-cm,
|
|
|
|
|
.perspective-active .z-button-cm:hover,
|
|
|
|
|
.perspective-active .z-button-cm:active,
|
|
|
|
|
.perspective .z-button-cm:hover,
|
|
|
|
|
.perspective .z-button-cm:active {
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective-active .z-button-cm,
|
|
|
|
|
.perspective-active .z-button-cm:hover,
|
|
|
|
|
.perspective-active .z-button-cm:active,
|
|
|
|
|
.perspective .z-button-cm:active {
|
|
|
|
|
background-color: #71B0D4;
|
2009-12-03 01:44:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm {
|
|
|
|
|
color: #005782;
|
2009-12-09 17:53:58 +01:00
|
|
|
background-repeat: no-repeat;
|
2009-12-03 01:44:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective-active .z-button-cm {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 2px;
|
2009-12-03 01:44:09 +01:00
|
|
|
color: #FFFFFF;
|
2009-12-09 17:53:58 +01:00
|
|
|
border-color:#006699 #DFF5FE #DFF5FE #006699;
|
2009-12-03 01:44:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective .z-button-cm:hover {
|
2009-12-09 17:53:58 +01:00
|
|
|
background-color: #E6F2F9;
|
2009-12-03 01:44:09 +01:00
|
|
|
}
|
|
|
|
|
|
2011-09-01 11:10:21 +02:00
|
|
|
span.perspective, span.perspective-active {
|
2015-11-20 18:19:36 +02:00
|
|
|
margin: 4px 2px;
|
2011-09-01 11:10:21 +02:00
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:16 +01:00
|
|
|
.perspectives-label {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-20 22:47:57 +01:00
|
|
|
.taskdetailsContainer,
|
|
|
|
|
.resourceloaddetailsContainer {
|
2011-09-01 11:10:21 +02:00
|
|
|
border-left:0;
|
|
|
|
|
border-top:0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-12-12 17:46:50 +01:00
|
|
|
.taskdetail-company-view .clickable-rows {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:09 +01:00
|
|
|
.z-button.perspective .z-button-cm,
|
|
|
|
|
.z-button.perspective-active .z-button-cm {
|
|
|
|
|
white-space:normal;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-09 17:53:58 +01:00
|
|
|
.perspective.company-scheduling .z-button-cm,
|
|
|
|
|
.perspective-active.company-scheduling .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_company-scheduling.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective.company-load .z-button-cm,
|
|
|
|
|
.perspective-active.company-load .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_company-load.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective.orders .z-button-cm,
|
|
|
|
|
.perspective-active.orders .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_orders.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective.order-scheduling .z-button-cm,
|
|
|
|
|
.perspective-active.order-scheduling .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_order-scheduling.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective.order-load .z-button-cm,
|
|
|
|
|
.perspective-active.order-load .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_order-load.png);
|
|
|
|
|
}
|
2010-04-26 09:45:13 +02:00
|
|
|
.perspective.limiting-resources .z-button-cm,
|
|
|
|
|
.perspective-active.limiting-resources .z-button-cm {
|
2010-06-09 17:56:35 +02:00
|
|
|
background-image: url(../img/ico_limiting-resources.png);
|
2010-04-26 09:45:16 +02:00
|
|
|
}
|
2012-07-05 07:43:53 +02:00
|
|
|
.perspective.hidden {
|
2010-04-26 09:45:13 +02:00
|
|
|
display: none;
|
|
|
|
|
}
|
2009-12-09 17:53:58 +01:00
|
|
|
.perspective.order-data .z-button-cm,
|
|
|
|
|
.perspective-active.order-data .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_order-data.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective.advanced-allocation .z-button-cm,
|
|
|
|
|
.perspective-active.advanced-allocation .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_advanced-allocation.png);
|
|
|
|
|
}
|
2010-12-13 22:22:21 +01:00
|
|
|
.perspective.montecarlo-simulation .z-button-cm,
|
|
|
|
|
.perspective-active.montecarlo-simulation .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_montecarlo-simulation.png);
|
|
|
|
|
}
|
2015-11-27 16:11:52 +02:00
|
|
|
.perspective.global-dashboard .z-button-cm,
|
|
|
|
|
.perspective-active.global-dashboard .z-button-cm {
|
2015-11-20 18:19:36 +02:00
|
|
|
background-image: url(../img/ico_global-dashboard.png);
|
|
|
|
|
}
|
2015-11-27 16:11:52 +02:00
|
|
|
.perspective.order-dashboard .z-button-cm,
|
2015-11-20 18:19:36 +02:00
|
|
|
.perspective-active.order-dashboard .z-button-cm{
|
|
|
|
|
background-image: url(../img/ico_order-dashboard.png);
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-30 15:41:09 +02:00
|
|
|
.label-highlight:hover{
|
|
|
|
|
background-color: #aacbff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-dashboard-grid{
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
2010-12-13 22:22:21 +01:00
|
|
|
|
2015-12-04 15:39:56 +02:00
|
|
|
.perspective.logs-global .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_logs-global.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective-active.logs-global .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_logs-global.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspective.logs-order .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_logs-order.png);
|
|
|
|
|
}
|
|
|
|
|
.perspective-active.logs-order .z-button-cm {
|
|
|
|
|
background-image: url(../img/ico_logs-order.png);
|
|
|
|
|
}
|
2009-12-09 17:53:58 +01:00
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
.perspectives-column {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ---- Toolbar ------ */
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm {
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-label {
|
|
|
|
|
color:#0068B1;
|
|
|
|
|
padding-left:4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box span.z-button {
|
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-color:transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm:hover {
|
|
|
|
|
background-color: #E6F2F9;
|
|
|
|
|
border-color:#006699 #DFF5FE #DFF5FE #006699;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button.z-button-disd .z-button-cm {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box {
|
|
|
|
|
background:transparent url(../img/toolbar-hm.png) repeat-x scroll 0 0;
|
|
|
|
|
border-bottom:1px solid #9ECAD8;
|
|
|
|
|
font-size:11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box table.z-button-disd:active {
|
2011-02-08 19:06:11 +01:00
|
|
|
border-color: transparent;
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
padding-right: 3px;
|
2010-03-05 22:19:13 +01:00
|
|
|
}
|
|
|
|
|
|
2011-08-11 18:51:51 +02:00
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm {
|
|
|
|
|
font-size:11px;
|
|
|
|
|
color: #0068B1;
|
|
|
|
|
}
|
|
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
/* =================================================== */
|
2009-12-09 17:53:58 +01:00
|
|
|
|
2009-12-03 01:44:09 +01:00
|
|
|
.vertical-separator {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 01:44:11 +01:00
|
|
|
.main-area > .z-center-body:first-child {
|
2010-09-13 11:11:13 +02:00
|
|
|
/* height: auto !important; */
|
2009-12-03 01:44:09 +01:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-18 11:58:23 +01:00
|
|
|
.orderslayout-area > .z-center-body {
|
|
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-03 17:12:16 +01:00
|
|
|
.orderelements-tab {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-16 13:09:52 +01:00
|
|
|
tr.z-tree-row-seld, tr.z-listitem-seld,
|
|
|
|
|
.z-combobox-pp .z-comboitem-seld,
|
2011-08-11 12:02:06 +02:00
|
|
|
tr.z-treerow-seld {
|
2011-11-08 19:18:14 +01:00
|
|
|
background-color: #fdd772; /* Dark orange */
|
2010-04-22 20:08:21 +02:00
|
|
|
color: #000000;
|
2009-12-03 01:44:18 +01:00
|
|
|
}
|
2009-12-04 10:12:48 +01:00
|
|
|
|
2011-11-08 19:18:14 +01:00
|
|
|
tr.z-treerow-seld input {
|
|
|
|
|
background-color: #fdf3da; /* Soft orange */
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-07 17:12:32 +01:00
|
|
|
tr.z-treerow-over input {
|
|
|
|
|
background-color: #eff2f6; /* Soft blue */
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-09 11:05:57 +01:00
|
|
|
tr.z-treerow-over input {
|
|
|
|
|
background-color: #eff2f6; /* Soft blue */
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
2011-12-07 17:12:32 +01:00
|
|
|
|
2009-12-04 10:12:48 +01:00
|
|
|
.timeplot-canvas {
|
|
|
|
|
position:relative;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2011-10-18 10:29:38 +02:00
|
|
|
.resourcesload .timetracker-secondlevel {
|
|
|
|
|
height: 2000px;
|
2009-12-04 10:12:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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 {
|
2011-07-01 10:08:38 +02:00
|
|
|
padding: 10px;
|
2009-12-06 20:45:02 +01:00
|
|
|
}
|
|
|
|
|
|
2011-01-05 14:16:16 +01:00
|
|
|
.resourcesload .z-west-body .z-tree-header ,
|
|
|
|
|
.limitingresources .z-west-body .z-tree-header {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
2010-01-27 14:28:37 +01:00
|
|
|
|
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;
|
2010-02-05 12:57:38 +01:00
|
|
|
background: transparent url(../img/borderlayout-hm.png) repeat-x scroll 0 0;
|
2009-12-06 20:45:05 +01:00
|
|
|
}
|
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
|
|
|
|
2012-12-13 10:41:52 +01:00
|
|
|
.allocation-criterion-selector .z-treecell-cnt {
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
2012-02-13 13:06:14 +01:00
|
|
|
.migas_linea span.scheduling-state {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 6px;
|
2010-02-03 20:05:15 +01:00
|
|
|
border: 1px solid #888888;
|
|
|
|
|
color: #888888;
|
2012-02-13 13:06:14 +01:00
|
|
|
font-weight: normal;
|
|
|
|
|
margin: 4px 3px 2px 10px;
|
2010-02-03 20:05:15 +01:00
|
|
|
padding: 1px 5px;
|
|
|
|
|
cursor: default;
|
2012-02-13 13:06:14 +01:00
|
|
|
text-transform: lowercase;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
background-color: transparent;
|
2010-02-03 20:05:15 +01:00
|
|
|
}
|
2010-02-04 13:48:44 +01:00
|
|
|
|
2010-02-16 08:59:09 +01:00
|
|
|
.submenu .z-menu-popup-cnt .z-menu-item-over .z-menu-item-img {
|
2010-02-04 13:48:44 +01:00
|
|
|
background-image: url(../img/ico_submenu.png);
|
|
|
|
|
}
|
2010-02-16 08:59:10 +01:00
|
|
|
|
|
|
|
|
.advancedallocationlayout .global-action.z-button {
|
|
|
|
|
margin-top: 1px;
|
2010-02-16 12:03:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.help-tooltip {
|
|
|
|
|
cursor: help;
|
2010-02-22 11:54:49 +01:00
|
|
|
}
|
|
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
.timeTrackedTableWithLeftPane input[value="0"] {
|
|
|
|
|
color: #DDDDDD;
|
|
|
|
|
}
|
2010-02-22 11:54:49 +01:00
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
/* for horizontal scrolling */
|
|
|
|
|
.timeTrackedTableWithLeftPane .z-grid-body table {
|
|
|
|
|
position:relative;
|
2010-02-22 11:54:49 +01:00
|
|
|
}
|
2010-03-05 22:19:13 +01:00
|
|
|
.timeTrackedTableWithLeftPane div.z-grid-body {
|
2010-03-05 22:19:14 +01:00
|
|
|
overflow: visible;
|
2010-02-22 11:54:49 +01:00
|
|
|
}
|
|
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
.advancedallocationlayout #timeTracker .z-vbox {
|
|
|
|
|
position:relative;
|
2010-02-22 11:54:49 +01:00
|
|
|
}
|
|
|
|
|
|
2010-03-05 22:19:13 +01:00
|
|
|
.z-button-disd {
|
|
|
|
|
opacity:0.3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout #timeTracker {
|
|
|
|
|
background-color: #CDE6F5;
|
|
|
|
|
}
|
2010-02-22 11:54:49 +01:00
|
|
|
|
2010-05-06 12:38:19 +02:00
|
|
|
/* Resource allocation*/
|
|
|
|
|
.allocation-not-satisfied .resource-allocation tr.z-grid-odd td.z-row-inner, .allocation-not-satisfied tr.z-grid-odd {
|
|
|
|
|
background-color: #EECCCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.allocation-not-satisfied td.z-row-inner {
|
|
|
|
|
background-color: #EECCCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .allocation-not-satisfied td.z-row-inner {
|
|
|
|
|
background-color: #EECCCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.allocation-satisfied .resource-allocation tr.z-grid-odd td.z-row-inner, .allocation-satisfied tr.z-grid-odd {
|
|
|
|
|
background-color: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.allocation-satisfied td.z-row-inner {
|
|
|
|
|
background-color: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .allocation-satisfied td.z-row-inner {
|
|
|
|
|
background-color: none;
|
|
|
|
|
}
|
2010-03-05 22:19:14 +01:00
|
|
|
|
|
|
|
|
/* Advanced allocation */
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout #timeTrackedTableWithLeftPane div.z-grid {
|
|
|
|
|
overflow:auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout .timetrackergap {
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timeTrackedTableWithLeftPane .z-grid-body .z-row-inner {
|
2010-05-13 19:18:23 +02:00
|
|
|
background-color: #f9f9f9;
|
2010-03-05 22:19:14 +01:00
|
|
|
}
|
2010-04-21 12:40:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.clickable-rows tr.z-row:hover .z-row-inner {
|
2010-04-21 16:37:27 +02:00
|
|
|
background-color: #E9F2FB;
|
2011-02-25 08:58:50 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: pointer;
|
2010-04-21 12:40:23 +02:00
|
|
|
}
|
|
|
|
|
|
2012-11-27 12:50:06 +01:00
|
|
|
.listdetails .clickable-rows:hover {
|
2012-11-26 09:44:04 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-21 12:40:23 +02:00
|
|
|
.clickable-rows tr.z-row:hover .z-row-cnt {
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr.z-tree-row-seld td.z-row-inner {
|
|
|
|
|
background-color: #2A83B4
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr.z-tree-row-seld .z-row-cnt {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
2010-05-07 14:30:00 +02:00
|
|
|
|
|
|
|
|
/* color code for order state */
|
|
|
|
|
.order-open-unassigned {
|
|
|
|
|
color: #AACCEE;
|
|
|
|
|
}
|
|
|
|
|
.order-open-assigned {
|
|
|
|
|
color: #007BBE;
|
|
|
|
|
}
|
|
|
|
|
.order-closed {
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
2010-05-13 12:57:08 +02:00
|
|
|
|
|
|
|
|
/* ----------- Limiting Resources window ------- */
|
|
|
|
|
.not-workable-hours {
|
|
|
|
|
position:relative;
|
|
|
|
|
z-index: -2;
|
|
|
|
|
top: -1px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
float:right;
|
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
|
}
|
|
|
|
|
|
2010-05-21 08:29:56 +02:00
|
|
|
.readonly .z-grid-body .z-row-inner {
|
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
|
}
|
2010-06-15 12:18:28 +02:00
|
|
|
|
|
|
|
|
.current-queue-information .z-grid-body {
|
|
|
|
|
overflow: hidden;
|
2010-06-15 20:22:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-fieldset legend {
|
|
|
|
|
color:#0F3B82;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-fieldset {
|
|
|
|
|
border: solid 1px #B1CBD5;
|
|
|
|
|
margin-right:10px;
|
|
|
|
|
margin-bottom:5px;
|
|
|
|
|
margin-top:5px;
|
|
|
|
|
}
|
|
|
|
|
|
2010-06-15 20:22:03 +02:00
|
|
|
.tooltip-actions {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2010-09-07 09:18:25 +02:00
|
|
|
|
2011-10-06 12:38:15 +02:00
|
|
|
.projects-list .date,
|
|
|
|
|
.projects-list .operations {
|
2010-11-09 18:21:56 +01:00
|
|
|
width:100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.projects-list .customer {
|
|
|
|
|
max-width:150px;
|
2010-07-19 11:32:45 +02:00
|
|
|
}
|
2010-09-10 12:56:30 +02:00
|
|
|
|
|
|
|
|
.z-band-popup td.z-list-cell {
|
|
|
|
|
border-right: dotted 1px #cccccc;
|
|
|
|
|
}
|
2010-09-17 15:59:06 +02:00
|
|
|
|
|
|
|
|
.edit-task-window .z-tab-accordion {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-task-window .z-tabpanel-accordion {
|
|
|
|
|
border:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-task-window .message_ERROR,
|
|
|
|
|
.edit-task-window .message_INFO {
|
|
|
|
|
width:auto;
|
2010-10-08 10:29:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.filtering-area {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-more-options {
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
|
2011-01-27 12:42:05 +01:00
|
|
|
.filter-more-options .z-groupbox-cnt {
|
2012-07-09 16:29:05 +02:00
|
|
|
width: 600px;
|
|
|
|
|
left: -492px;
|
2010-10-08 10:29:28 +02:00
|
|
|
position: relative;
|
|
|
|
|
background-color: #F0FAFF;
|
|
|
|
|
}
|
|
|
|
|
.filter-more-options .z-groupbox-body .z-groupbox-cnt {
|
|
|
|
|
border-top: solid 1px #B2CCD9 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-more-options .z-groupbox-header {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
2011-01-27 12:42:05 +01:00
|
|
|
.filter-more-options .z-groupbox-bl {
|
2010-10-08 10:29:28 +02:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-more-options .z-groupbox-tl {
|
|
|
|
|
height: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-more-options .z-groupbox-hl .z-groupbox-header {
|
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-more-options .z-caption .z-caption-l,
|
|
|
|
|
.filter-more-options .z-caption .z-caption-r {
|
|
|
|
|
font-size:11px;
|
2012-07-09 16:29:05 +02:00
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px;
|
2010-10-08 10:29:28 +02:00
|
|
|
}
|
2010-10-17 23:45:55 +02:00
|
|
|
|
|
|
|
|
.filter-more-options .z-groupbox-hl {
|
|
|
|
|
cursor:pointer;
|
2010-11-09 16:17:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ganttpanel #timetracker {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2010-11-16 11:53:34 +01:00
|
|
|
.second_level_ #watermark .timetracker_column_even,
|
2011-02-08 19:06:11 +01:00
|
|
|
.second_level_ #watermark .timetracker_column,
|
2010-11-16 11:53:34 +01:00
|
|
|
.second_level_ #watermark .bankHoliday {
|
2010-11-09 16:17:32 +01:00
|
|
|
height: 99999px;
|
2010-10-25 01:08:31 +02:00
|
|
|
}
|
2010-11-11 09:12:31 +01:00
|
|
|
|
2011-12-07 10:57:12 +01:00
|
|
|
.second_level_ #watermark .timetracker_column_even,
|
|
|
|
|
.second_level_ #watermark .timetracker_column {
|
|
|
|
|
border-right: solid 1px #F2F2F2 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ganttpanel .second_level_ #watermark .bankHoliday {
|
|
|
|
|
border-right: solid 1px #F2D8D8 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-11-11 09:12:31 +01:00
|
|
|
.calendar-exceptions div.z-grid-body {
|
|
|
|
|
overflow: hidden;
|
2010-11-12 09:50:34 +01:00
|
|
|
}
|
|
|
|
|
|
2011-08-30 13:51:16 +02:00
|
|
|
.color-sample {
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
border: solid 1px black;
|
|
|
|
|
}
|
|
|
|
|
|
2010-11-12 09:50:34 +01:00
|
|
|
/* Expand vertical boxes for non-ffox browsers */
|
|
|
|
|
.z-vbox {
|
|
|
|
|
width:100%;
|
2010-11-17 22:42:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.earned-parameter-column .z-label,
|
|
|
|
|
.earned-parameter-column .z-checkbox-cnt {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
.earned-parameter-column {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2010-12-03 12:57:14 +01:00
|
|
|
|
|
|
|
|
.progress-types.z-combobox {
|
|
|
|
|
position: relative;
|
2011-09-20 20:18:43 +02:00
|
|
|
left: -9px;
|
2010-12-03 12:57:14 +01:00
|
|
|
}
|
|
|
|
|
|
2010-12-07 20:54:04 +01:00
|
|
|
.progress-types {
|
2011-11-17 14:34:31 +01:00
|
|
|
margin-left:-12px;
|
2010-12-07 20:54:04 +01:00
|
|
|
}
|
|
|
|
|
|
2010-12-03 12:57:14 +01:00
|
|
|
.progress-types.z-combobox .z-combobox-inp {
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
border:0;
|
|
|
|
|
color: transparent;
|
|
|
|
|
background: transparent;
|
2010-12-07 20:54:04 +01:00
|
|
|
border: 0;
|
|
|
|
|
border-width: 0;
|
|
|
|
|
outline: none;
|
2011-11-17 14:34:31 +01:00
|
|
|
width: 0;
|
2010-12-03 12:57:14 +01:00
|
|
|
}
|
|
|
|
|
|
2011-09-20 20:18:43 +02:00
|
|
|
.progress-types.z-combobox input {
|
2011-11-17 14:34:31 +01:00
|
|
|
font-size: 0;
|
2011-09-20 20:18:43 +02:00
|
|
|
}
|
|
|
|
|
|
2010-12-07 20:54:04 +01:00
|
|
|
.show-advances img {
|
|
|
|
|
position:relative;
|
2011-02-08 19:06:11 +01:00
|
|
|
left: -6px;
|
2010-12-03 12:57:14 +01:00
|
|
|
}
|
2010-12-07 20:54:04 +01:00
|
|
|
|
2011-02-01 10:15:22 +01:00
|
|
|
.progress-types.z-combobox .z-combobox-btn {
|
2010-12-07 20:54:04 +01:00
|
|
|
background-image: url(../img/small-combo-arrow.png);
|
|
|
|
|
border: 0;
|
2011-01-21 09:43:09 +01:00
|
|
|
}
|
2011-01-24 12:57:14 +01:00
|
|
|
|
|
|
|
|
.advancedallocationlayout .second_level_ td {
|
|
|
|
|
border-right: solid 1px #ABC6DE;
|
|
|
|
|
border-bottom: solid 1px #ABC6DE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout .second_level_ th {
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout div.z-grid {
|
|
|
|
|
border-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.advancedallocationlayout .timeTrackedTableWithLeftPane .z-grid-body .z-row-inner {
|
|
|
|
|
background-color: #F2F2F2;
|
2011-02-25 08:58:50 +01:00
|
|
|
cursor: default;
|
2011-01-24 12:57:14 +01:00
|
|
|
}
|
|
|
|
|
|
2011-05-05 16:55:59 +02:00
|
|
|
.advanced-assignment-area td .z-intbox,
|
|
|
|
|
.advanced-assignment-area td .z-textbox {
|
2011-01-24 12:57:14 +01:00
|
|
|
height: 20px;
|
|
|
|
|
background: #3C90BE;
|
|
|
|
|
color: white;
|
|
|
|
|
border-right: solid 1px white;
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-05 16:55:59 +02:00
|
|
|
.advanced-assignment-area td .z-intbox[value="0"],
|
|
|
|
|
.advanced-assignment-area td .z-textbox[value="0"] {
|
2011-01-24 12:57:14 +01:00
|
|
|
background: #ABCDE1;
|
2011-04-24 21:15:41 +02:00
|
|
|
color: #555555;
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-05 16:55:59 +02:00
|
|
|
.advanced-assignment-area td .limiting.z-intbox,
|
|
|
|
|
.advanced-assignment-area td .limiting.z-textbox {
|
2011-04-24 21:15:41 +02:00
|
|
|
height: 20px;
|
|
|
|
|
background: #61B598; // LIMITING_ASSIGNED
|
|
|
|
|
color: #555555;
|
|
|
|
|
border-right: solid 1px white;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-moz-opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-05 16:55:59 +02:00
|
|
|
|
|
|
|
|
.advanced-assignment-area td .limiting.z-intbox[value="0"],
|
|
|
|
|
.advanced-assignment-area td .limiting.z-textbox[value="0"] {
|
2011-04-24 21:15:41 +02:00
|
|
|
background: #C1D9D1; // LIMITING_UNNASSIGNED
|
|
|
|
|
color: #555555;
|
2011-01-24 12:57:14 +01:00
|
|
|
}
|
2011-02-02 10:27:34 +01:00
|
|
|
|
2011-08-25 09:54:04 +02:00
|
|
|
.advanced-assignment-area > .z-center-body {
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-02 10:27:34 +01:00
|
|
|
input.z-spinner-text-disd,
|
|
|
|
|
input.z-datebox-text-disd {
|
|
|
|
|
color: #000000 !important;
|
|
|
|
|
}
|
2011-02-08 19:06:11 +01:00
|
|
|
.z-calendar .z-calendar-calmon td.z-calendar-seld,
|
|
|
|
|
.z-calendar .z-calendar-calday td.z-calendar-seld {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2011-02-11 10:10:14 +01:00
|
|
|
|
2011-08-30 12:37:27 +02:00
|
|
|
.z-calendar .z-outside {
|
|
|
|
|
color: #CCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-calendar-calday td.z-calendar-seld {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-11 10:10:14 +01:00
|
|
|
.add-resources-or-criteria span {
|
2011-07-01 10:08:38 +02:00
|
|
|
white-space: nowrap;
|
2011-02-11 10:10:14 +01:00
|
|
|
}
|
2011-02-14 17:16:14 +01:00
|
|
|
|
|
|
|
|
.z-datebox-pp {
|
2011-07-01 10:08:38 +02:00
|
|
|
width: auto !important;
|
2011-02-14 17:16:14 +01:00
|
|
|
}
|
2011-02-25 08:58:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.advanced-assignment-area .timeTrackedTableWithLeftPane .z-grid-header,
|
|
|
|
|
.advanced-assignment-area .timeTrackedTableWithLeftPane .z-grid-body,
|
|
|
|
|
.advanced-assignment-area .z-center-body
|
|
|
|
|
{
|
2011-07-01 10:08:38 +02:00
|
|
|
width: auto !important;
|
2011-02-25 08:58:50 +01:00
|
|
|
}
|
2011-02-23 12:56:54 +01:00
|
|
|
|
|
|
|
|
/* Icons and toolbar buttons */
|
|
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.perspectives-column .z-button-tl, .perspectives-column .z-button-tm, .perspectives-column .z-button-tr,
|
|
|
|
|
.perspectives-column .z-button-cl, .perspectives-column .z-button-cr,
|
|
|
|
|
.perspectives-column .z-button-bl, .perspectives-column .z-button-bm, .perspectives-column .z-button-br {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-tl, .toolbar-box .z-button-tm, .toolbar-box .z-button-tr,
|
|
|
|
|
.toolbar-box .z-button-cl, .toolbar-box .z-button-cr,
|
|
|
|
|
.toolbar-box .z-button-bl, .toolbar-box .z-button-bm, .toolbar-box .z-button-br {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button tbody,
|
|
|
|
|
.toolbar-box .z-button tbody:hover,
|
|
|
|
|
.toolbar-box .z-button tbody:active {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-cm {
|
2011-07-01 10:08:38 +02:00
|
|
|
border-left: solid 1px transparent;
|
|
|
|
|
border-top: solid 1px transparent;
|
|
|
|
|
border-right: solid 1px transparent;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar-box .z-button-clk .z-button-cm {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-color: #71B0D4;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
2011-03-08 08:57:07 +01:00
|
|
|
.perspectives-column .z-button-cm,
|
|
|
|
|
.toolbar-box .z-button-cm {
|
2012-11-28 10:31:18 +01:00
|
|
|
border-radius: 2px;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button.icono tbody, .z-button.icono tbody:hover, .z-button.icono tbody:active {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.planner-command.z-button .z-button-tl, .planner-command.z-button .z-button-tm, .planner-command.z-button .z-button-tr,
|
|
|
|
|
.planner-command.z-button .z-button-cl, .planner-command.z-button .z-button-cr,
|
|
|
|
|
.planner-command.z-button .z-button-bl, .planner-command.z-button .z-button-bm, .planner-command.z-button .z-button-br {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.planner-command.z-button tbody, .planner-command.z-button tbody:hover, .planner-command.z-button tbody:active {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2011-10-19 12:52:32 +02:00
|
|
|
.global-commands .z-button {
|
|
|
|
|
padding-bottom:0;
|
|
|
|
|
padding-top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-commands {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-23 12:56:54 +01:00
|
|
|
.z-button .z-button-cm {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-image: none;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button tbody {
|
|
|
|
|
background-color: #E4F3D9; /* green0 (normal background) */
|
|
|
|
|
color: #58A758; /* green3 (text) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button tbody:hover {
|
|
|
|
|
background-color: #C3EAAF; /* green1 (hover background) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button tbody:active {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-color: #A1D586;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button .z-button-tl, .z-button .z-button-tr,
|
|
|
|
|
.z-button .z-button-bl, .z-button .z-button-br {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-image: url(../img/btn-corner-green.gif);
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
.z-button .z-button-tm, .z-button .z-button-bm {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-image: url(../img/btn-x-green.gif);
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button .z-button-cl, .z-button .z-button-cr {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-image: url(../img/btn-y-green.gif);
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button .z-button-tl, .z-button .z-button-bl,
|
|
|
|
|
.z-button .z-button-tr, .z-button .z-button-tr {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-color: #FFFFFF;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Bugfix for default 3D mold */
|
|
|
|
|
.z-button-clk .z-button-tl {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-18px 0;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-clk .z-button-bl {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-18px -3px;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-clk .z-button-tr {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-21px 0;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-clk .z-button-br {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-21px -3px;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-clk .z-button-cl {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-18px 0;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.z-button-clk .z-button-cr {
|
2011-07-01 10:08:38 +02:00
|
|
|
background-position:-21px 0;
|
2011-02-23 12:56:54 +01:00
|
|
|
}
|
2011-04-29 10:37:05 +02:00
|
|
|
|
|
|
|
|
.assigned-hours-input {
|
2011-05-27 17:49:27 +02:00
|
|
|
width: 60px;
|
|
|
|
|
margin-left: -20px;
|
2011-04-29 10:37:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assigned-resources-input {
|
2011-05-27 17:49:27 +02:00
|
|
|
width: 40px;
|
2011-04-29 10:37:05 +02:00
|
|
|
float: left;
|
2011-05-27 17:49:27 +02:00
|
|
|
margin-left: 15px;
|
2011-04-29 10:37:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assigned-resources-label {
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .details div.z-column-cnt {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assignedresources .z-auxheader-cnt {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2011-05-05 11:39:56 +02:00
|
|
|
|
|
|
|
|
.scheduling-graphics .z-south-header {
|
|
|
|
|
padding-top: 1px;
|
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timeplot-container {
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
2011-05-07 02:49:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.workerwindow .calendar-tabbox .z-tabs {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workerwindow .calendar-tabbox .calendar-options-tabbox .z-tabs {
|
|
|
|
|
display:block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workerwindow .calendar-tabbox .z-tabpanel {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workerwindow .calendar-tabbox .calendar-options-tabbox .z-tabpanel {
|
|
|
|
|
border: solid 1px #7EAAC6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-tabbox .z-textbox {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-tabbox .z-calendar {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details .z-columns {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details {
|
|
|
|
|
width: 165px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details .z-datebox-disd input {
|
|
|
|
|
border: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
color: black !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details .z-datebox-disd * {
|
|
|
|
|
color: black !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details .z-datebox-disd {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.day-details img {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2011-05-09 02:21:10 +02:00
|
|
|
|
|
|
|
|
.materials-accordion .z-tab-accordion-header {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.materials-accordion.z-tabbox-accordion .z-tabpanel-accordion {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
2011-05-16 16:08:44 +02:00
|
|
|
|
|
|
|
|
.earned-value-chart .legend-container {
|
|
|
|
|
width: 226px;
|
|
|
|
|
}
|
2011-07-05 10:43:17 +02:00
|
|
|
|
|
|
|
|
select {
|
|
|
|
|
font-size:12px;
|
2011-08-11 12:02:06 +02:00
|
|
|
}
|
2011-08-11 18:51:51 +02:00
|
|
|
|
|
|
|
|
.z-separator-ver-bar {
|
|
|
|
|
height: 22px;
|
|
|
|
|
width: 0;
|
|
|
|
|
border-right: 1px solid #9ECAD8;
|
|
|
|
|
border-left: 1px solid #d9f3ff;
|
2011-08-30 12:37:27 +02:00
|
|
|
}
|
2011-08-31 12:55:20 +02:00
|
|
|
|
|
|
|
|
.logo-area img {
|
|
|
|
|
margin-right:10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo-area {
|
|
|
|
|
width: 1px;
|
|
|
|
|
}
|
2011-09-01 11:10:21 +02:00
|
|
|
|
|
|
|
|
.z-borderlayout {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2011-09-21 13:44:24 +02:00
|
|
|
|
|
|
|
|
.template-tree-tabpanel {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
2011-10-05 12:06:17 +02:00
|
|
|
|
|
|
|
|
select {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-size:11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scheduling-graphics {
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scheduling-graphics .z-tabs-ver-space {
|
|
|
|
|
width: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entity-sequences-grid tr.z-row td.z-row-inner {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entity-sequences-grid tr.separator td.z-row-inner {
|
|
|
|
|
border-top: 1px solid #AAAAAA;
|
2011-10-06 12:38:15 +02:00
|
|
|
}
|
2011-10-10 10:10:44 +02:00
|
|
|
|
|
|
|
|
.bandbox-workreport-task input {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
2012-03-21 08:03:42 +00:00
|
|
|
|
2012-07-09 16:29:05 +02:00
|
|
|
.communication-not-reviewed div.z-row-cnt .z-label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2012-03-29 15:08:11 +01:00
|
|
|
|
2012-07-09 16:29:05 +02:00
|
|
|
.current-delivery-date div.z-row-cnt .z-label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remarked {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #0F3B82;
|
|
|
|
|
}
|
2012-11-29 11:44:15 +01:00
|
|
|
|
|
|
|
|
.z-menu-popup a:focus {
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
2015-12-03 19:09:21 +02:00
|
|
|
|
|
|
|
|
.Issuelog-priority-color-red {
|
|
|
|
|
background: red !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Issuelog-priority-color-yellow {
|
|
|
|
|
background: yellow !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Issuelog-priority-color-green {
|
|
|
|
|
background: green !important;
|
|
|
|
|
}
|