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

198 lines
3.4 KiB
CSS
Raw Normal View History

.logo {
background-image: url("../img/v3/blue_ga.jpg");
height: 50px;
width: 300px;
height: 100px;
float: left;
clear: both;
position: absolute;
}
.headings { /* height:90px; */
height: 90px;
}
table {
margin: 0px;
padding: 0px;
border: 0px;
}
.errorbox {
margin: 40px;
padding: 40px;
border: solid 1px red;
}
/* Forms */
.z-button-tl,.z-button-tm,z-button-tr,
.z-button-cl,.z-button-cr,.z-button-bl,
.z-button-bm,z-button-br {
display: none;
}
.zk .z-button-cm,.z-button-cm {
color: #007bbe;
background-color: #FFFFFF;
background-image: none;
border: 2px solid #007bbe;
}
.zk .z-button,.zk .z-button-br,.zk .z-button-tr {
background-image: none;
}
.z-button-tr {
background-image: none !important;
}
.z-button-br {
background-image: none !important;
}
.sub_menu .z-button-cm {
background-color: transparent !important;
border: 0px;
color: #EDF2F7;
}
.sub_menu .z-button-cm:hover {
text-decoration:underline;
}
.vertical_separator {
width: 14px;
height: 20px;
margin-top:4px;
background-image: url("../img/sub_separacion.gif");
}
.footer {
clear: both;
margin: 20px;
font-size: 12px;
}
/* ------------- order element tree ------------- */
.orderTree input {
height: 18px;
border-bottom: 0px;
font-size: 12px;
}
/* Allows tasknumber span to have fixed width */
.orderTree .tasknumber {
display: inline-block;
}
.orderTree td {
padding: 0px !important;
}
/* These constants may be reviewed when testing with 3 digit tasknumbers */
.orderTree .depth_1 input {
width: 460px !important;
}
.orderTree .depth_2 input {
width: 430px !important; /* prev - 30 px */
}
.orderTree .depth_3 input {
width: 400px !important; /* prev - 30 px */
}
.orderTree .depth_4 input {
width: 370px !important; /* prev - 30 px */
}
.orderTree .depth_5 input {
width: 340px !important; /* prev - 30 px */
}
.orderTree .depth_6 input {
width: 310px !important; /* prev - 30 px */
}
.orderTree .depth_1 .tasknumber {
width: 25px;
}
.orderTree .depth_2 .tasknumber {
width: 37px; /* prev + 12 px */
}
.orderTree .depth_3 .tasknumber {
width: 49px; /* prev + 12 px */
}
.orderTree .depth_4 .tasknumber {
width: 61px; /* prev + 12 px */
}
.orderTree .depth_5 .tasknumber {
width: 73px; /* prev + 12 px */
}
.orderTree .depth_6 .tasknumber {
width: 85px; /* prev + 12 px */
}
/* Cleaning window borders */
.z-window-embedded-tr, .z-window-embedded-tl {
display:none;
}
.z-window-embedded-hl, .z-window-embedded-hm {
background-image:none;
}
.z-window-embedded-hr {
background:none;
}
.z-window-embedded-header {
color: #009900;
font-weight:bold;
font-size:1.2em;
}
.message_ERROR {
color:#ee0000;
padding:15px;
border:solid 1px #ee0000;
background-color: #eecccc;
margin:10px;
width:300px;
}
.message_INFO {
color:#006600;
padding:15px;
border:solid 1px #006600;
background-color: #cceecc;
margin:10px;
width:300px;
}
.z-window-embedded {
margin:10px;
}
/* Hide inner second level embed window titles */
.z-window-embedded
.z-window-embedded
.z-window-embedded
.z-window-embedded-hl {
display:none;
}
.subtitulo {
color:#007bbe;
font-weight:bold;
}
.icono .zk .z-button-cm, .icono .z-button-cm {
color: #007bbe;
background-color: transparent;
background-image: none;
border: 0px solid #007bbe;
}