2010-07-07 11:30:04 +07:00
|
|
|
<%@ page contentType="text/css;charset=UTF-8" %>
|
|
|
|
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>
|
2013-05-23 22:08:28 +07:00
|
|
|
<%@ taglib uri="http://www.idempiere.org/dsp/web/util" prefix="u" %>
|
2010-07-07 11:30:04 +07:00
|
|
|
|
|
|
|
html,body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #D4E3F4;
|
2012-06-07 00:38:43 +07:00
|
|
|
color: #333;
|
2012-10-09 17:40:52 +07:00
|
|
|
font-family: Helvetica,Arial,sans-serif;
|
2010-07-07 11:30:04 +07:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- login --%>
|
|
|
|
.login-window {
|
|
|
|
background-color: #E5E5E5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-box-body {
|
|
|
|
width: 660px;
|
|
|
|
background-image: url(../images/login-box-bg.png);
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-color: transparent;
|
|
|
|
z-index: 1;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-box-header {
|
|
|
|
background-image: url(../images/login-box-header.png);
|
|
|
|
background-color: transparent;
|
|
|
|
z-index: 2;
|
|
|
|
height: 54px;
|
|
|
|
width: 660px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-box-header-txt {
|
2012-06-20 15:58:28 +07:00
|
|
|
color: white !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
font-weight: bold;
|
|
|
|
position: relative;
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-box-header-logo {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-box-footer {
|
|
|
|
background-image: url(../images/login-box-footer.png);
|
|
|
|
background-position: top right;
|
|
|
|
background-attachment: scroll;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
z-index: 2;
|
|
|
|
height: 110px;
|
|
|
|
width: 660px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.login-box-footer .confirm-panel {
|
|
|
|
width: 600px !important;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.login-box-footer-pnl {
|
|
|
|
width: 604px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2013-04-12 15:20:41 +07:00
|
|
|
padding-top: 40px !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-label {
|
|
|
|
color: black;
|
|
|
|
text-align: right;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-field {
|
|
|
|
text-align: left;
|
|
|
|
width: 55%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-btn {
|
2013-03-26 21:41:25 +07:00
|
|
|
padding: 4px 20px !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-east-panel, .login-west-panel {
|
|
|
|
width: 350px;
|
|
|
|
background-color: #E0EAF7;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- header --%>
|
|
|
|
.desktop-header-left {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 3px;
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: transparent !important;
|
|
|
|
border: none !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-header-right {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 3px;
|
|
|
|
padding-right: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: transparent !important;
|
|
|
|
border: none !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-04-10 14:31:12 +07:00
|
|
|
.desktop-header {
|
2012-10-12 20:44:06 +07:00
|
|
|
background-color: #F4F4F4;
|
2012-04-10 14:31:12 +07:00
|
|
|
width: 100%;
|
2012-10-14 08:28:35 +07:00
|
|
|
height: 35px;
|
|
|
|
border-bottom: 1px solid #C5C5C5;
|
2012-04-10 14:31:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-header-font {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2012-04-13 14:24:22 +07:00
|
|
|
.menu-href {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
2012-06-07 00:38:43 +07:00
|
|
|
color: #333 !important;
|
2012-04-13 14:24:22 +07:00
|
|
|
text-decoration: none !important;
|
2012-11-01 19:39:52 +07:00
|
|
|
padding-right: 4px;
|
2012-04-13 14:24:22 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-href:hover, .menu-href:active {
|
|
|
|
text-decoration: underline !important;
|
2012-11-01 19:39:52 +07:00
|
|
|
color: blue !important;
|
2012-04-13 14:24:22 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-href img {
|
|
|
|
padding: 2px;
|
2012-11-01 19:39:52 +07:00
|
|
|
padding-right: 4px;
|
2012-04-13 14:24:22 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.fav-new-btn {
|
2013-05-30 15:30:55 +07:00
|
|
|
margin-left: 4px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.disableFilter img {
|
|
|
|
opacity: 0.2;
|
|
|
|
filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 20);
|
|
|
|
-moz-opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2012-03-19 15:16:54 +07:00
|
|
|
.z-toolbarbutton-cnt {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.toolbar-button {
|
|
|
|
background-color: transparent;
|
|
|
|
display:inline-block;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
|
|
width: 26px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2012-10-15 16:45:07 +07:00
|
|
|
.breadcrumb-toolbar-button {
|
|
|
|
background-color: transparent;
|
|
|
|
display:inline-block;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-record-info {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2012-03-19 15:16:54 +07:00
|
|
|
.toolbar-button .z-toolbarbutton-body .z-toolbarbutton-cnt img {
|
2010-07-07 11:30:04 +07:00
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
padding: 0px 1px 0px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.depressed img {
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #9CBDFF;
|
|
|
|
background-color: #C4DCFB;
|
|
|
|
padding: 0px 1px 0px 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- button --%>
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button .z-button-tl,
|
|
|
|
.z-button .z-button-tr,
|
|
|
|
.z-button .z-button-bl,
|
|
|
|
.z-button .z-button-br
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-button .z-button-tm,
|
|
|
|
.z-button .z-button-bm
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-button .z-button-cl,
|
|
|
|
.z-button .z-button-cr
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-button .z-button-cm
|
|
|
|
{
|
|
|
|
background: none !important;
|
|
|
|
border: none !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-button-os, .z-button {
|
2013-03-26 21:41:25 +07:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0px;
|
2013-04-02 16:04:09 +07:00
|
|
|
padding: 4px 20px;
|
2013-03-26 21:41:25 +07:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
border-bottom-color: #b3b3b3;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
|
|
zoom: 1;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button {
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-button-os:hover, .z-button-over,
|
|
|
|
.z-button-os:focus, .z-button-focus,
|
|
|
|
.z-button-os:active, .z-button-clk,
|
|
|
|
.z-button-os.active,
|
|
|
|
.z-button-os.disabled, .z-button-disd,
|
2013-03-26 21:41:25 +07:00
|
|
|
.z-button-os[disabled] {
|
|
|
|
color: #333333;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button-os:active, .z-button-clk,
|
2013-03-26 21:41:25 +07:00
|
|
|
.z-button-os.active {
|
|
|
|
background-color: #cccccc \9;
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button-os:hover, .z-button-over,
|
|
|
|
.z-button-os:focus, .z-button-focus {
|
2013-03-26 21:41:25 +07:00
|
|
|
color: #333333;
|
|
|
|
text-decoration: none;
|
|
|
|
background-position: 0 -15px;
|
|
|
|
-webkit-transition: background-position 0.1s linear;
|
|
|
|
-moz-transition: background-position 0.1s linear;
|
|
|
|
-o-transition: background-position 0.1s linear;
|
|
|
|
transition: background-position 0.1s linear;
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button-os:focus, .z-button-focus {
|
2013-03-26 21:41:25 +07:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button-os.active, .z-button-clk,
|
2013-03-26 21:41:25 +07:00
|
|
|
.z-button-os:active {
|
|
|
|
background-image: none;
|
|
|
|
outline: 0;
|
|
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
|
2013-04-02 16:04:09 +07:00
|
|
|
.z-button-os.disabled, .z-button-disd,
|
2013-03-26 21:41:25 +07:00
|
|
|
.z-button-os[disabled] {
|
|
|
|
cursor: default;
|
|
|
|
background-image: none;
|
|
|
|
opacity: 0.65;
|
|
|
|
filter: alpha(opacity=65);
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-btn img {
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
background-color: transparent;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2013-06-11 14:29:05 +07:00
|
|
|
.txt-btn img, .small-img-btn img {
|
2013-03-26 21:41:25 +07:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background-color: transparent;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
2012-03-14 09:36:39 +07:00
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.z-button-os.btn-small {
|
|
|
|
padding: 1px 5px;
|
2013-01-15 00:37:52 +07:00
|
|
|
}
|
|
|
|
|
2013-06-11 14:29:05 +07:00
|
|
|
.btn-sorttab {
|
|
|
|
box-shadow: 0px 0px 4px #bbb;
|
|
|
|
color: #555;
|
|
|
|
border: solid 1px #bbb;
|
|
|
|
text-shadow: 0px 1px 2px #888;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
<%-- desktop --%>
|
|
|
|
div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
|
|
|
background-color: white;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-user-panel {
|
|
|
|
text-align: right;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-layout {
|
|
|
|
position: absolute;
|
|
|
|
border: none;
|
2013-03-14 14:21:06 +07:00
|
|
|
background-color: #E4E4E4;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox {
|
|
|
|
padding-top: 0px;
|
2012-10-14 08:28:35 +07:00
|
|
|
background-color: #E4E4E4;
|
2012-10-12 20:44:06 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tab {
|
|
|
|
margin-right: 2px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2012-10-19 09:28:08 +07:00
|
|
|
.desktop-tabbox .z-tab .z-tab-hl, .desktop-tabbox .z-tab .z-tab-hr,
|
|
|
|
.desktop-tabbox .z-tab .z-tab-hm {
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tab-seld .z-tab-hl, .desktop-tabbox .z-tab-seld .z-tab-hr,
|
|
|
|
.desktop-tabbox .z-tab-seld .z-tab-hm {
|
|
|
|
height: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tab-seld {
|
|
|
|
border-top: 2px solid #666;
|
|
|
|
border-top-left-radius: 5px 5px;
|
|
|
|
border-top-right-radius: 5px 5px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-north, .desktop-center {
|
|
|
|
border: none;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-14 08:28:35 +07:00
|
|
|
.desktop-center {
|
|
|
|
padding-top: 4px;
|
|
|
|
background-color: #E4E4E4;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.desktop-tabpanel {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2012-08-28 23:39:36 +07:00
|
|
|
position: absolute !important;
|
|
|
|
background-color: #FFFFFF
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.menu-search-panel .z-comboitem-img {
|
|
|
|
padding-bottom:4px;
|
|
|
|
}
|
|
|
|
|
2012-12-31 11:18:50 +07:00
|
|
|
.z-comboitem-img {
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-combobox input {
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.menu-panel .z-toolbar-panel {
|
|
|
|
padding-right: 0;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-04-10 14:31:12 +07:00
|
|
|
.desktop-left-column {
|
2013-02-15 16:31:35 +07:00
|
|
|
width: 200px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none;
|
2013-03-14 14:21:06 +07:00
|
|
|
border-right: 1px solid #C5C5C5;
|
2012-10-14 08:28:35 +07:00
|
|
|
background-color: #E4E4E4;
|
|
|
|
padding-top: 4px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-02-07 18:25:54 +07:00
|
|
|
.desktop-right-column {
|
|
|
|
width: 200px;
|
|
|
|
border: none;
|
2013-03-14 14:21:06 +07:00
|
|
|
border-left: 1px solid #C5C5C5;
|
2013-02-07 18:25:54 +07:00
|
|
|
background-color: #E4E4E4;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
2013-03-14 14:21:06 +07:00
|
|
|
.desktop-left-column + .z-west-splt {
|
2012-10-14 08:28:35 +07:00
|
|
|
border-top: none;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-right: 1px solid #c5c5c5;
|
2013-03-14 14:21:06 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-right-column + .z-east-splt {
|
|
|
|
border-top: none;
|
2012-10-14 08:28:35 +07:00
|
|
|
border-left: 1px solid #c5c5c5;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-02-18 11:00:38 +07:00
|
|
|
.z-south-splt, .z-west-splt, .z-east-splt, .z-north-splt {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-left-column .z-west-body {
|
2012-10-14 08:28:35 +07:00
|
|
|
border-right: none;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-02-07 18:25:54 +07:00
|
|
|
.desktop-right-column .z-east-body {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-left-column .z-west-header, .desktop-right-column .z-east-header {
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
2013-02-07 18:25:54 +07:00
|
|
|
.desktop-left-column .z-anchorlayout-body, .desktop-right-column .z-anchorlayout-body {
|
2012-09-03 11:22:31 +07:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2013-02-18 11:00:38 +07:00
|
|
|
.z-anchorlayout-body { overflow:auto }
|
|
|
|
|
|
|
|
.z-anchorchildren { overflow:visible }
|
|
|
|
|
|
|
|
.slimScroll .z-anchorlayout-body { overflow:hidden }
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-hometab {
|
2012-10-14 08:28:35 +07:00
|
|
|
margin-left: 4px !important;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-05-30 15:30:55 +07:00
|
|
|
.desktop-tabbox .z-tabs .z-toolbar-tabs-body {
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tabs .z-toolbar-tabs-body .z-toolbarbutton {
|
|
|
|
padding: 0px !important;
|
|
|
|
border: 1px solid transparent !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tabs .z-toolbar-tabs .z-toolbarbutton-over .z-toolbarbutton-body {
|
|
|
|
border: none !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox .z-tabs .z-toolbar-tabs .z-toolbarbutton-over .z-toolbarbutton-cnt {
|
|
|
|
background-image: none !important;
|
|
|
|
background-color:#DDD !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
-webkit-box-shadow:inset 0px 0px 3px #CCC;
|
|
|
|
-moz-box-shadow:inset 0px 0px 3px #CCC;
|
|
|
|
-o-box-shadow:inset 0px 0px 3px #CCC;
|
|
|
|
-ms-box-shadow:inset 0px 0px 3px #CCC;
|
|
|
|
box-shadow:inset 0px 0px 3px #CCC;
|
2013-05-16 11:00:40 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-menu-popup {
|
|
|
|
z-index: 9999;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-menu-toolbar {
|
|
|
|
background-color: #ffffff;
|
|
|
|
verticle-align: middle;
|
|
|
|
padding: 2px;
|
|
|
|
border-top: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
2012-10-14 08:28:35 +07:00
|
|
|
.desktop-home-tabpanel {
|
|
|
|
background-color: #FFFFFF;
|
2012-11-01 19:39:52 +07:00
|
|
|
width: 99% !important;
|
|
|
|
}
|
|
|
|
|
2013-03-14 09:45:16 +07:00
|
|
|
.link {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2012-11-01 19:39:52 +07:00
|
|
|
.link.z-toolbarbutton-over {
|
|
|
|
border: none;
|
|
|
|
padding: 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link.z-toolbarbutton-over .z-toolbarbutton-body {
|
|
|
|
border: none;
|
|
|
|
padding: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link.z-toolbarbutton-over .z-toolbarbutton-cnt {
|
|
|
|
background-image: none;
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
<%-- dashlet --%>
|
2013-02-13 16:35:00 +07:00
|
|
|
.z-panel-tl, .z-panel-tr,
|
|
|
|
.z-panel-hr, .z-panel-hl,
|
|
|
|
.z-panel-hm {
|
2013-02-15 16:31:35 +07:00
|
|
|
background-image: none; background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-panel {
|
2013-05-16 11:00:40 +07:00
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #d8d8d8;
|
|
|
|
border-bottom-width: 2px;
|
2013-02-15 16:31:35 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.z-panel-noborder {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-panelchildren {
|
|
|
|
border: none;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
2013-02-13 16:35:00 +07:00
|
|
|
.z-panel-hl {
|
2013-05-16 11:00:40 +07:00
|
|
|
padding-bottom: 4px;
|
|
|
|
border-bottom: none;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
2013-02-13 16:35:00 +07:00
|
|
|
.z-panel-hl .z-panel-header {
|
2012-10-14 08:28:35 +07:00
|
|
|
padding: 0 0 2px 0;
|
2013-05-16 11:00:40 +07:00
|
|
|
color: #262626;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
2013-02-13 16:35:00 +07:00
|
|
|
.desktop-home-tabpanel .z-panel-tl, .desktop-home-tabpanel .z-panel-tr,
|
|
|
|
.desktop-home-tabpanel .z-panel-hr, .desktop-home-tabpanel .z-panel-hl,
|
|
|
|
.desktop-home-tabpanel .z-panel-hm {
|
|
|
|
background-color: #FFFFFF;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.menu-panel {
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-panel .z-tree {
|
|
|
|
border: none !important;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-layout {
|
2012-09-03 11:22:31 +07:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-08-28 23:39:36 +07:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-widget {
|
|
|
|
margin-top: 4px;
|
2012-09-03 11:22:31 +07:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2012-08-28 23:39:36 +07:00
|
|
|
position: relative;
|
2013-05-16 11:00:40 +07:00
|
|
|
width: 92%;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-report-iframe {
|
|
|
|
min-height:300px;
|
|
|
|
border: 1px solid lightgray;
|
|
|
|
margin:auto;
|
|
|
|
width: 99%;
|
|
|
|
height: 90%;
|
2012-04-10 14:31:12 +07:00
|
|
|
}
|
|
|
|
|
2012-11-01 19:39:52 +07:00
|
|
|
.favourites-box {
|
|
|
|
width: 90%;
|
|
|
|
margin: auto;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.favourites-box .z-vbox {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.favourites-box .z-hbox {
|
|
|
|
padding: 2px 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recentitems-box {
|
|
|
|
width: 90%;
|
|
|
|
margin: auto;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recentitems-box A {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-box {
|
|
|
|
width: 90%;
|
|
|
|
margin: auto;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-box .z-vbox {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-box .z-toolbarbutton {
|
|
|
|
width: 100%;
|
|
|
|
padding: 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activities-box {
|
|
|
|
width: 90%;
|
|
|
|
margin: auto;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activities-box .z-vbox {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.activities-box .z-button-os {
|
2012-11-01 19:39:52 +07:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recentitems-box .z-toolbar, .favourites-box .z-toolbar {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
<%-- adwindow and form --%>
|
2013-01-16 12:17:57 +07:00
|
|
|
.adwindow-form > .z-grid-body {
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adwindow-layout {
|
|
|
|
position:absolute;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2013-01-28 23:19:49 +07:00
|
|
|
background-color: #F9F9F9;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-layout .z-center {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-north {
|
2013-01-16 14:46:04 +07:00
|
|
|
min-height: 56px;
|
2012-12-31 11:18:50 +07:00
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-south {
|
2012-12-31 11:18:50 +07:00
|
|
|
height: 20px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top: 1px solid #C5C5C5 !important;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adwindow-status {
|
2013-05-17 14:24:39 +07:00
|
|
|
min-height: 22px;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2013-05-14 05:42:19 +07:00
|
|
|
.adwindow-status-docinfo {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2013-05-16 11:00:40 +07:00
|
|
|
.docstatus-normal .z-label {
|
2013-05-14 05:42:19 +07:00
|
|
|
color: #6a6a6a;
|
|
|
|
}
|
|
|
|
|
2013-05-16 11:00:40 +07:00
|
|
|
.docstatus-error .z-label {
|
2013-05-14 05:42:19 +07:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-status-docstatus {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adwindow-toolbar {
|
|
|
|
border: 0px;
|
2013-05-16 11:00:40 +07:00
|
|
|
padding: 2px 4px;
|
2012-12-31 11:18:50 +07:00
|
|
|
height: 26px;
|
2013-01-16 12:17:57 +07:00
|
|
|
background-image: none;
|
|
|
|
background-color: #fff;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-breadcrumb {
|
|
|
|
height: 30px;
|
|
|
|
background-color: #FFF;
|
2012-12-31 11:18:50 +07:00
|
|
|
padding: 0px;
|
2012-10-15 10:09:39 +07:00
|
|
|
padding-left: 5px;
|
2012-12-31 11:18:50 +07:00
|
|
|
border-bottom: 1px solid #C5C5C5 !important;
|
2013-01-16 14:46:04 +07:00
|
|
|
clear: both;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane {
|
2012-11-23 15:57:26 +07:00
|
|
|
width: 100%;
|
|
|
|
overflow-y: visible;
|
|
|
|
}
|
|
|
|
|
2013-01-02 19:54:49 +07:00
|
|
|
.adwindow-detailpane-tabbox .z-tab-seld span.z-tab-text {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-detailpane-tabbox .z-tab-seld span.z-tab-text:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-11-01 19:39:52 +07:00
|
|
|
.adwindow-detailpane-tabpanel {
|
|
|
|
background-color: #fff
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane-toolbar {
|
|
|
|
border: none;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane-toolbar .z-toolbar-body {
|
|
|
|
width: 100%;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane-toolbar .z-toolbarbutton {
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane-message {
|
|
|
|
float: right;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-detailpane-tabbox {
|
2012-11-23 15:57:26 +07:00
|
|
|
width: 99%;
|
|
|
|
margin: auto;
|
2013-01-16 12:17:57 +07:00
|
|
|
background-color: #D3D3D3;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-gridview-detail {
|
2012-11-30 16:56:25 +07:00
|
|
|
height: 200px;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-14 15:23:42 +07:00
|
|
|
.adwindow-gridview-detail + .z-south-splt {
|
|
|
|
border-top: 1px solid #C5C5C5;
|
2013-01-28 23:19:49 +07:00
|
|
|
border-bottom: 1px solid #C5C5C5;
|
2012-10-14 15:23:42 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-gridview-detail .z-south-body {
|
|
|
|
padding-top: 1px;
|
2013-01-28 23:19:49 +07:00
|
|
|
background-color: #D3D3D3;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adwindow-gridview-borderlayout {
|
|
|
|
position: absolute; height: 100%; width: 100%;
|
2012-10-09 17:40:52 +07:00
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
<%-- ad tab --%>
|
|
|
|
.adtab-content {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
2012-10-09 17:40:52 +07:00
|
|
|
position: relative;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adtab-form {
|
|
|
|
border:none !important;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adtab-grid {
|
2012-10-12 20:44:06 +07:00
|
|
|
margin-top: -1px;
|
|
|
|
border: none !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adtab-grid-south {
|
|
|
|
border: none;
|
2012-12-24 15:19:35 +07:00
|
|
|
height: 30px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-grid-south .z-paging {
|
|
|
|
border: none;
|
2012-10-12 20:44:06 +07:00
|
|
|
padding: 0;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
.adtab-form-borderlayout {
|
2012-08-28 23:39:36 +07:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2013-01-16 12:17:57 +07:00
|
|
|
.adtab-form-borderlayout .z-center {
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
}
|
|
|
|
|
2013-05-23 22:08:28 +07:00
|
|
|
.adtab-form-borderlayout .z-south-colpsd:before {
|
|
|
|
content: '${u:cleanAmp(u:getMsg(u:getCtx(), "Detail"))}';
|
|
|
|
position: relative;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
top: 3px;
|
|
|
|
left: 4px;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2013-02-20 16:55:01 +07:00
|
|
|
.z-grid tbody tr.highlight td.z-cell {
|
|
|
|
background-color: #FFFFCC !important;
|
|
|
|
background-image: none !important;
|
2012-10-19 09:28:08 +07:00
|
|
|
}
|
|
|
|
|
2013-02-20 16:55:01 +07:00
|
|
|
.z-grid tbody tr.highlight td.row-indicator-seld {
|
|
|
|
background-color: transparent !important;
|
2013-03-12 15:21:04 +07:00
|
|
|
background-image: url(${c:encodeURL('/theme/default/images/EditRecord16.png')}) !important;
|
2013-02-20 16:55:01 +07:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 16px 16px;
|
2013-03-14 09:45:16 +07:00
|
|
|
cursor: pointer;
|
2013-02-20 16:55:01 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.z-grid tbody tr.highlight td.row-indicator {
|
2012-10-19 09:28:08 +07:00
|
|
|
background-color: transparent !important;
|
2012-03-20 15:20:17 +07:00
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
2013-02-18 11:04:11 +07:00
|
|
|
.form-label
|
|
|
|
{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-label-heading
|
|
|
|
{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
<%-- status bar --%>
|
|
|
|
.status {
|
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-db {
|
|
|
|
padding-top: 0;
|
|
|
|
pdding-bottom: 0;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border-left: solid 1px #9CBDFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-info {
|
|
|
|
padding-right: 10px;
|
|
|
|
border-left: solid 1px #9CBDFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-border {
|
|
|
|
border: solid 1px #9CBDFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-button {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- Combobox --%>
|
|
|
|
.z-combobox-disd {
|
|
|
|
color: black !important; cursor: default !important; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100);
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-combobox-disd * {
|
|
|
|
color: black !important; cursor: default !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-combobox-text-disd {
|
|
|
|
background-color: #ECEAE4 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- Button --%>
|
|
|
|
.z-button-disd {
|
|
|
|
color: black; cursor: default; opacity: .6; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60);
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- highlight focus form element --%>
|
|
|
|
input:focus, textarea:focus, .z-combobox-inp:focus, z-datebox-inp:focus {
|
|
|
|
border: 1px solid #0000ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mandatory-decorator-text {
|
|
|
|
text-decoration: none; font-size: xx-small; vertical-align: top; color:red;
|
|
|
|
}
|
|
|
|
<%-- menu tree cell --%>
|
2012-04-10 14:31:12 +07:00
|
|
|
.menu-treecell-cnt div {
|
2010-07-07 11:30:04 +07:00
|
|
|
border: 0; margin: 0; padding: 0;
|
|
|
|
font-family: ${fontFamilyC};
|
2012-04-10 14:31:12 +07:00
|
|
|
font-size: ${fontSizeM};
|
|
|
|
font-weight: normal;
|
|
|
|
overflow-x: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis !important;
|
|
|
|
cursor: pointer;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
2013-03-11 14:48:09 +07:00
|
|
|
span.z-tree-tee, span.z-tree-last, span.z-tree-firstspacer {
|
2012-04-10 14:31:12 +07:00
|
|
|
width:0px;
|
|
|
|
}
|
2011-03-26 11:07:33 +07:00
|
|
|
|
2012-04-12 14:54:18 +07:00
|
|
|
.z-west-colpsd {
|
|
|
|
cursor: pointer;
|
2013-03-14 14:21:06 +07:00
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-east-colpsd {
|
|
|
|
cursor: pointer;
|
|
|
|
border-top: none;
|
2012-04-12 14:54:18 +07:00
|
|
|
}
|
|
|
|
|
2011-03-26 11:07:33 +07:00
|
|
|
<%-- FOCUSED FIELD in different color --%>
|
|
|
|
|
|
|
|
.z-textbox-focus, .z-textbox-focus input,
|
|
|
|
.z-decimalbox-focus, .z-decimalbox-focus input,
|
|
|
|
.z-intbox-focus, .z-intbox-focus input,
|
|
|
|
.z-longbox-focus, .z-longbox-focus input,
|
|
|
|
.z-doublebox-focus, .z-doublebox-focus input,
|
|
|
|
.z-combobox-focus .z-combobox-inp,
|
|
|
|
.z-checkbox-focus .z-checkbox-inp,
|
|
|
|
.z-datebox-focus .z-datebox-inp,
|
|
|
|
.z-timebox-focus .z-timebox-inp {
|
|
|
|
background: #FFFFCC;
|
|
|
|
}
|
2012-03-16 21:27:34 +07:00
|
|
|
|
2012-03-26 18:16:42 +07:00
|
|
|
<%-- Editor --%>
|
2012-03-16 21:27:34 +07:00
|
|
|
.editor-box {
|
|
|
|
display: inline-block;
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
background-color: transparent;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box table {
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box tr {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box td {
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box .z-textbox {
|
|
|
|
display: inline;
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.editor-button {
|
2013-05-31 10:56:25 +07:00
|
|
|
padding: 0px 2px;
|
2013-03-26 21:41:25 +07:00
|
|
|
margin: 0px;
|
2013-05-31 10:56:25 +07:00
|
|
|
border-radius: 2px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.editor-button img {
|
2012-08-28 23:39:36 +07:00
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
2013-05-31 10:56:25 +07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.editor-button-column {
|
2012-03-16 21:27:34 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.number-box {
|
|
|
|
display: inline-block; white-space:nowrap;
|
|
|
|
}
|
2012-03-26 18:16:42 +07:00
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.datetime-box {
|
|
|
|
display: inline-block;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datetime-box .z-datebox {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datetime-box .z-timebox {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2012-03-26 18:16:42 +07:00
|
|
|
<%-- Group --%>
|
|
|
|
tr.z-group {
|
|
|
|
background: #E9F2FB repeat-x 0 0;
|
2012-10-14 08:28:35 +07:00
|
|
|
background-image: url(../images/group_bg.gif) !important;
|
2012-03-26 18:16:42 +07:00
|
|
|
}
|
|
|
|
|
2013-02-13 18:46:40 +07:00
|
|
|
.z-group-header .z-label {
|
2012-10-14 08:28:35 +07:00
|
|
|
font-family: Helvetica,Arial,sans-serif;
|
2013-02-13 18:46:40 +07:00
|
|
|
color: #333;
|
|
|
|
width: auto;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
2012-04-13 14:24:22 +07:00
|
|
|
}
|
2012-04-16 13:49:23 +07:00
|
|
|
|
2013-01-28 23:19:49 +07:00
|
|
|
.z-group td.z-group-inner {
|
|
|
|
overflow: hidden !important;
|
|
|
|
border-bottom: 1px solid #CFCFCF !important;
|
|
|
|
border-top: 1px solid #CFCFCF !important;
|
|
|
|
}
|
|
|
|
|
2012-04-16 13:49:23 +07:00
|
|
|
<%-- Tablet --%>
|
2012-04-23 14:27:22 +07:00
|
|
|
.tablet-scrolling {
|
2012-04-16 13:49:23 +07:00
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- Tab --%>
|
|
|
|
.z-tab-close {
|
|
|
|
top:4px;
|
|
|
|
margin-right:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-tab-hm-close {
|
|
|
|
padding-right:18px;
|
|
|
|
}
|
2012-06-07 00:38:43 +07:00
|
|
|
|
|
|
|
<%-- set color for text and label --%>
|
|
|
|
.z-tab-seld .z-tab-text, .z-tab .z-tab-text, div.z-treefooter-cnt, div.z-treecell-cnt, div.z-treecol-cnt,
|
|
|
|
.z-label, .z-toolbarbutton-cnt, tr.z-treerow, tr.z-treerow a, tr.z-treerow a:visited {
|
|
|
|
color: #333;
|
2012-10-09 17:40:52 +07:00
|
|
|
font-family: Helvetica,Arial,sans-serif;
|
2012-06-07 00:38:43 +07:00
|
|
|
}
|
2012-06-07 16:42:41 +07:00
|
|
|
|
2013-05-29 04:30:20 +07:00
|
|
|
.z-textbox-readonly, .z-intbox-readonly, .z-longbox-readonly, .z-doublebox-readonly, .z-decimalbox-readonly, .z-datebox-readonly {
|
2012-06-07 16:42:41 +07:00
|
|
|
background-color: #F0F0F0;
|
|
|
|
}
|
2012-08-03 15:46:55 +07:00
|
|
|
|
2012-10-12 20:44:06 +07:00
|
|
|
span.z-tab-text {
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
2012-08-03 15:46:55 +07:00
|
|
|
<%-- menu tree cell --%>
|
|
|
|
div.z-tree-body td.menu-tree-cell {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 2px;
|
|
|
|
font-size: ${fontSizeM};
|
|
|
|
font-weight: normal;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.menu-tree-cell-cnt {
|
|
|
|
border: 0; margin: 0; padding: 0;
|
|
|
|
font-family: ${fontFamilyC};
|
|
|
|
font-size: ${fontSizeM}; font-weight: normal;
|
|
|
|
white-space:nowrap
|
|
|
|
}
|
|
|
|
|
|
|
|
td.menu-tree-cell-disd * {
|
|
|
|
color: #C5CACB !important; cursor: default!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.menu-tree-cell-disd a:visited, td.menu-tree-cell-disd a:hover {
|
|
|
|
text-decoration: none !important;
|
|
|
|
cursor: default !important;;
|
|
|
|
border-color: #D0DEF0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.z-dottree-body td.menu-tree-cell {
|
|
|
|
cursor: pointer; padding: 0 2px;
|
|
|
|
font-size: ${fontSizeM}; font-weight: normal; overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.z-filetree-body td.menu-tree-cell {
|
|
|
|
cursor: pointer; padding: 0 2px;
|
|
|
|
font-size: ${fontSizeM}; font-weight: normal; overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.z-vfiletree-body td.menu-tree-cell {
|
|
|
|
cursor: pointer; padding: 0 2px;
|
|
|
|
font-size: ${fontSizeM}; font-weight: normal; overflow: visible;
|
2012-08-07 19:04:10 +07:00
|
|
|
}
|
|
|
|
|
2012-08-22 16:45:31 +07:00
|
|
|
div.simileAjax-bubble-container {
|
|
|
|
z-index: 2800 !important;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-01-23 17:20:49 +07:00
|
|
|
.info-panel .z-window-overlapped-bl, .info-panel .z-window-highlighted-bl {
|
|
|
|
background-color: #F4F4F4 !important;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.info-panel .z-grid {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-panel .z-center {
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-panel .z-listbox {
|
|
|
|
width: 99% !important;
|
2012-09-03 11:22:31 +07:00
|
|
|
position: relative;
|
|
|
|
margin: auto;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-panel .z-south {
|
|
|
|
margin-top: 2px;
|
|
|
|
border-top: 1px solid #C5C5C5;
|
2013-01-23 17:20:49 +07:00
|
|
|
background-color: #F4F4F4;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-panel .z-window-highlighted-cnt {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-borderlayout, .z-north, .z-center, .z-south {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-embedded-cnt, .z-window-embedded-cm {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-embedded-tl, .z-window-embedded-tr, .z-window-embedded-hl, .z-window-embedded-hr,
|
|
|
|
.z-window-embedded-hm, .z-window-embedded-cl, .z-window-embedded-cr,
|
|
|
|
.z-window-embedded-bl, .z-window-embedded-br {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2012-09-06 15:12:13 +07:00
|
|
|
.z-modal-mask {
|
|
|
|
z-index: 1800 !important;
|
2012-09-03 11:17:48 +07:00
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.grid-layout {
|
|
|
|
border: none !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2012-10-19 15:35:15 +07:00
|
|
|
.grid-layout .z-row-inner, .grid-layout .z-cell {
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2012-10-19 15:35:15 +07:00
|
|
|
.grid-layout tr.z-row-over>td.z-row-inner, .grid-layout tr.z-row-over>.z-cell {
|
2012-10-14 16:01:30 +07:00
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-layout tr.z-row-over>td.z-row-inner, .grid-layout tr.z-row-over>.z-cell {
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.confirm-panel {
|
2013-04-12 15:20:41 +07:00
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2012-09-03 11:22:31 +07:00
|
|
|
position: relative;
|
2013-04-12 15:20:41 +07:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-04-12 15:20:41 +07:00
|
|
|
.confirm-panel-right {
|
|
|
|
float: right;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
2013-04-12 15:20:41 +07:00
|
|
|
.confirm-panel-left {
|
|
|
|
float: left;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-product-tabbedpane {
|
|
|
|
background-color: #FFFFFF;
|
2012-09-03 11:06:10 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.field-label {
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
}
|
2012-10-09 17:40:52 +07:00
|
|
|
|
|
|
|
tbody.z-grid-empty-body td {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-10-16 05:45:47 +07:00
|
|
|
<%-- notification message --%>
|
2012-10-09 17:40:52 +07:00
|
|
|
.z-notification .z-notification-cl,
|
|
|
|
.z-notification .z-notification-cnt {
|
2013-01-14 15:16:18 +07:00
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-notification {
|
|
|
|
padding: 3px !important;
|
2012-10-14 08:28:35 +07:00
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
<%-- toolbar popup dialog --%>
|
2012-10-16 05:45:47 +07:00
|
|
|
.toolbar-popup-window .z-window-popup-cnt {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2013-03-26 21:41:25 +07:00
|
|
|
.toolbar-popup-window.process-buttons-popup .z-button-os {
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 95%;
|
|
|
|
text-align: left;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2012-10-16 05:45:47 +07:00
|
|
|
.toolbar-popup-window-cnt {
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-popup-window::before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
top: -7px;
|
|
|
|
left: 6px;
|
|
|
|
border-top: 7px dashed transparent;
|
|
|
|
border-left: 7px dashed transparent;
|
|
|
|
border-right: 7px dashed transparent;
|
|
|
|
border-bottom: 7px solid #ACACAC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-popup-window-cnt::before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
top: -5px;
|
|
|
|
left: 7px;
|
|
|
|
border-top: 6px dashed transparent;
|
|
|
|
border-left: 6px dashed transparent;
|
|
|
|
border-right: 6px dashed transparent;
|
|
|
|
border-bottom: 6px solid #FFF;
|
2012-10-19 09:28:08 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-detailpane-sub-tab::before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
top: 6px;
|
|
|
|
left: 4px;
|
|
|
|
border-top: 5px dashed transparent;
|
|
|
|
border-left: 5px dashed #696969;
|
|
|
|
border-right: 5px dashed transparent;
|
|
|
|
border-bottom: 5px solid transparent;
|
2012-12-31 13:27:29 +07:00
|
|
|
}
|
|
|
|
|
2013-03-11 12:35:32 +07:00
|
|
|
i.grid-combobox-editor {
|
2012-12-31 13:27:29 +07:00
|
|
|
width: 96% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-combobox-editor input {
|
|
|
|
width: 85% !important;
|
2013-01-09 14:25:43 +07:00
|
|
|
}
|
|
|
|
|
2013-01-14 16:40:47 +07:00
|
|
|
.embedded-dialog {
|
2013-01-16 12:17:57 +07:00
|
|
|
position: absolute;
|
2013-01-14 16:40:47 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.embedded-dialog .z-window-embedded-header {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-01-16 12:17:57 +07:00
|
|
|
|
2013-01-17 10:44:32 +07:00
|
|
|
.z-window-embedded-cnt {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2013-01-17 10:38:01 +07:00
|
|
|
.z-window-overlapped-cm, .z-window-modal-cm, .z-window-highlighted-cm, .z-window-embedded-cm {
|
2013-01-16 12:17:57 +07:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-tl, .z-window-popup-tl, .z-window-modal-tl, .z-window-highlighted-tl, .embedded-dialog .z-window-embedded-tl
|
|
|
|
{
|
2013-01-18 10:02:12 +07:00
|
|
|
display: none;
|
2013-01-16 12:17:57 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-tr, .z-window-popup-tr, .z-window-modal-tr, .z-window-highlighted-tr, .embedded-dialog .z-window-embedded-tr
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-01-17 10:38:01 +07:00
|
|
|
.z-window-overlapped-hl, .z-window-popup-hl, .z-window-modal-hl, .z-window-highlighted-hl, .embedded-dialog .z-window-embedded-hl {
|
2013-01-18 10:02:12 +07:00
|
|
|
padding-top: 3px;
|
2013-01-17 10:38:01 +07:00
|
|
|
}
|
|
|
|
|
2013-01-16 12:17:57 +07:00
|
|
|
.z-window-overlapped-tl, .z-window-popup-tl, .z-window-modal-tl, .z-window-highlighted-tl, .embedded-dialog .z-window-embedded-tl,
|
|
|
|
.z-window-overlapped-tr, .z-window-popup-tr, .z-window-modal-tr, .z-window-highlighted-tr, .embedded-dialog .z-window-embedded-tr,
|
|
|
|
.z-window-overlapped-hm, .z-window-popup-hm, .z-window-modal-hm, .z-window-highlighted-hm, .embedded-dialog .z-window-embedded-hm,
|
|
|
|
.z-window-overlapped-hl, .z-window-popup-hl, .z-window-modal-hl, .z-window-highlighted-hl, .embedded-dialog .z-window-embedded-hl,
|
|
|
|
.z-window-overlapped-hr, .z-window-popup-hr, .z-window-modal-hr, .z-window-highlighted-hr, .embedded-dialog .z-window-embedded-hr
|
|
|
|
{
|
|
|
|
background-color: #484848;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-cl, .z-window-popup-cl, .z-window-modal-cl, .z-window-highlighted-cl, .embedded-dialog .z-window-embedded-cl
|
|
|
|
{
|
|
|
|
padding-left: 1px;
|
|
|
|
border-left: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-cr, .z-window-popup-cr, .z-window-modal-cr, .z-window-highlighted-cr, .embedded-dialog .z-window-embedded-cr
|
|
|
|
{
|
|
|
|
padding-right: 1px;
|
|
|
|
border-right: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-bl, .z-window-popup-bl, .z-window-modal-bl, .z-window-highlighted-bl, .embedded-dialog .z-window-embedded-bl
|
|
|
|
{
|
2013-01-18 10:02:12 +07:00
|
|
|
border-left: 1px solid #c5c5c5;
|
|
|
|
border-right: 1px solid #c5c5c5;
|
|
|
|
background-color: #fff;
|
2013-01-16 12:17:57 +07:00
|
|
|
margin: 0px;
|
2013-01-18 10:02:12 +07:00
|
|
|
padding-bottom: 3px;
|
2013-01-16 12:17:57 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped-br, .z-window-popup-br, .z-window-modal-br, .z-window-highlighted-br, .embedded-dialog .z-window-embedded-br
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-window-overlapped .z-window-overlapped-header,
|
|
|
|
.z-window-popup .z-window-popup-header,
|
2013-01-18 10:02:12 +07:00
|
|
|
.z-window-modal .z-window-modal-header,
|
2013-01-16 12:17:57 +07:00
|
|
|
.z-window-highlighted .z-window-highlighted-header
|
|
|
|
{
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-01-22 09:53:56 +07:00
|
|
|
.z-window-overlapped, .z-window-modal, .z-window-highlighted
|
2013-01-18 10:02:12 +07:00
|
|
|
{
|
2013-01-23 17:20:49 +07:00
|
|
|
border-top: 1px solid #c5c5c5 !important;
|
|
|
|
border-bottom: 1px solid #c5c5c5 !important;
|
2013-01-18 10:02:12 +07:00
|
|
|
}
|
|
|
|
|
2013-01-17 10:44:32 +07:00
|
|
|
.z-window-overlapped-hl, .z-window-popup-hl, .z-window-modal-hl, .z-window-highlighted-hl, .z-window-embedded-hl,
|
|
|
|
.z-window-overlapped-hr, .z-window-popup-hr, .z-window-modal-hr, .z-window-highlighted-hr, .z-window-embedded-hr,
|
|
|
|
.z-window-overlapped-hm, .z-window-popup-hm, .z-window-modal-hm, .z-window-highlighted-hm, .z-window-embedded-hm,
|
|
|
|
.z-window-overlapped-cl, .z-window-popup-cl, .z-window-modal-cl, .z-window-highlighted-cl, .z-window-embedded-cl,
|
|
|
|
.z-window-overlapped-cr, .z-window-popup-cr, .z-window-modal-cr, .z-window-highlighted-cr, .z-window-embedded-cr,
|
|
|
|
.z-window-overlapped-tl, .z-window-popup-tl, .z-window-modal-tl, .z-window-highlighted-tl, .z-window-embedded-tl,
|
|
|
|
.z-window-overlapped-tr, .z-window-popup-tr, .z-window-modal-tr, .z-window-highlighted-tr, .z-window-embedded-tr,
|
|
|
|
.z-window-overlapped-bl, .z-window-popup-bl, .z-window-modal-bl, .z-window-highlighted-bl, .z-window-embedded-bl,
|
|
|
|
.z-window-overlapped-br, .z-window-popup-br, .z-window-modal-br, .z-window-highlighted-br, .z-window-embedded-br
|
2013-01-16 12:17:57 +07:00
|
|
|
{
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
2013-01-18 10:02:12 +07:00
|
|
|
.z-window-modal-shadow, .z-window-overlapped-shadow, .z-window-popup-shadow, .z-window-embedded-shadow, .z-window-highlighted-shadow
|
|
|
|
{
|
|
|
|
border-radius: 0px !important;
|
|
|
|
}
|
|
|
|
|
2013-01-16 12:17:57 +07:00
|
|
|
<%-- Splitter button --%>
|
|
|
|
.z-east-splt-btn,
|
|
|
|
.z-west-splt-btn,
|
|
|
|
.z-north-splt-btn,
|
|
|
|
.z-south-splt-btn {
|
|
|
|
filter: alpha(opacity=100); <%-- IE --%>
|
|
|
|
opacity: 1.0; <%-- Moz + FF --%>
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-east-splt-btn-over,
|
|
|
|
.z-west-splt-btn-over,
|
|
|
|
.z-north-splt-btn-over,
|
|
|
|
.z-south-splt-btn-over {
|
|
|
|
-webkit-filter: brightness(-30%);
|
|
|
|
filter: brightness(-30%);
|
2013-02-07 18:25:54 +07:00
|
|
|
}
|
|
|
|
|
2013-02-21 15:51:28 +07:00
|
|
|
.help-content
|
2013-02-07 18:25:54 +07:00
|
|
|
{
|
2013-02-18 11:00:38 +07:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2013-02-20 16:55:01 +07:00
|
|
|
|
2013-03-05 11:07:57 +07:00
|
|
|
<%-- Tree nodes configurable on Setup Wizard --%>
|
|
|
|
.tree-wsetupwizard-finished {
|
|
|
|
background-color: #90EE90;
|
|
|
|
margin-left:20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-wsetupwizard-skipped {
|
|
|
|
background-color: #00FF00;
|
|
|
|
margin-left:20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-wsetupwizard-delayed {
|
|
|
|
background-color: #0080FF;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-wsetupwizard-in-progress {
|
|
|
|
background-color: #FFFF33;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-wsetupwizard-pending {
|
|
|
|
background-color: #FFFF00;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-setupwizard-nostatus{
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-wsetupwizard-finished-all {
|
|
|
|
background-color: #90EE90;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progressmeter-setupwizard {
|
|
|
|
background: #FFFF00 repeat-x 0 0 ;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #CFCFCF;
|
|
|
|
text-align: left;
|
|
|
|
height: 20px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.progressmeter-setupwizard-img {
|
|
|
|
display: inline-block;
|
|
|
|
background: #90EE90;
|
|
|
|
background-image: none;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 0;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
2013-03-12 15:21:04 +07:00
|
|
|
|
2013-02-25 18:38:23 +07:00
|
|
|
.menu-search-toggle-box {
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #ababab;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-search-toggle-box .z-toolbarbutton-over {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-search-toggle-off {
|
|
|
|
margin:0px;
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-search-toggle-on {
|
|
|
|
background: #999999;
|
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
|
|
|
|
margin:0px;
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
}
|
2013-03-06 16:59:10 +07:00
|
|
|
|
|
|
|
<%-- workaround for http://jira.idempiere.com/browse/IDEMPIERE-692 --%>
|
|
|
|
.z-combobox-pp {
|
|
|
|
max-height: 200px;
|
2013-03-26 21:41:25 +07:00
|
|
|
}
|
2013-04-02 16:04:09 +07:00
|
|
|
|
|
|
|
<%-- dialog --%>
|
|
|
|
.popup-dialog .z-window-overlapped-cnt, .popup-dialog .z-window-highlighted-cnt {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-dialog .z-window-overlapped-bl, .popup-dialog .z-window-highlighted-bl {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-dialog .dialog-content {
|
|
|
|
padding: 8px !important;
|
|
|
|
margin-bottom: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-dialog.z-window-overlapped .dialog-footer {
|
2013-04-12 15:20:41 +07:00
|
|
|
padding: 12px 15px 8px 15px !important;
|
2013-04-02 16:04:09 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.popup-dialog.z-window-highlighted .dialog-footer {
|
2013-04-12 15:20:41 +07:00
|
|
|
padding: 12px 15px 5px 15px !important;
|
2013-04-02 16:04:09 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-footer {
|
|
|
|
margin-bottom: 0;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-ok {
|
|
|
|
font-weight: bold;
|
2013-04-12 15:20:41 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
<%-- vbox fix for firefox and ie --%>
|
|
|
|
table.z-vbox > tbody > tr > td > table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-05-30 15:30:55 +07:00
|
|
|
|
|
|
|
<%-- performance indicator --%>
|
|
|
|
.performance-indicator {
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 120px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.window-view-pi .performance-indicator {
|
|
|
|
width: 180px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.performance-indicator-box {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #d8d8d8;
|
|
|
|
border-radius: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.performance-indicator-title {
|
|
|
|
text-align: center;
|
|
|
|
background-color: #c8c8c8;
|
|
|
|
border: 1px solid #c8c8c8;
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.performance-panel .z-grid {
|
|
|
|
border: none;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-06-11 23:09:01 +07:00
|
|
|
|
|
|
|
<%-- about dialog --%>
|
|
|
|
.about-trace-panel {
|
|
|
|
}
|
|
|
|
.about-info-panel {
|
|
|
|
}
|
|
|
|
.about-credit-panel {
|
|
|
|
}
|
|
|
|
.about-credit-panel-logo {
|
|
|
|
}
|
|
|
|
.about-credit-panel-sponsors {
|
|
|
|
}
|
|
|
|
.about-credit-panel-sponsors-header {
|
|
|
|
}
|
|
|
|
.about-credit-panel-sponsors-links {
|
|
|
|
}
|
|
|
|
.about-credit-panel-contributors {
|
|
|
|
}
|
|
|
|
.about-credit-panel-contributors-header {
|
|
|
|
}
|
|
|
|
.about-credit-panel-contributors-links {
|
|
|
|
}
|
|
|
|
.about-main-panel {
|
|
|
|
}
|
|
|
|
.about-main-panel-logo {
|
|
|
|
}
|
|
|
|
.about-main-panel-version {
|
|
|
|
}
|
|
|
|
.about-main-panel-links {
|
|
|
|
}
|
2013-06-14 07:46:07 +07:00
|
|
|
|
|
|
|
<%-- busy dialog --%>
|
|
|
|
.busy-dialog {
|
|
|
|
cursor: wait;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.busy-dialog-box {
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.busy-dialog-img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background: transparent no-repeat center;
|
|
|
|
background-image: url(../images/progress3.gif) !important;
|
|
|
|
display: -moz-inline-box;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.busy-dialog-label {
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- tab editor --%>
|
|
|
|
.tab-editor-form {
|
|
|
|
}
|
|
|
|
.tab-editor-form-east-panel {
|
|
|
|
}
|
|
|
|
.tab-editor-form-center-panel {
|
|
|
|
}
|
|
|
|
.tab-editor-form-west-panel {
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- workflow activity --%>
|
|
|
|
.workflow-activity-form {
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- find window --%>
|
|
|
|
.find-window {
|
|
|
|
}
|
|
|
|
.find-window-simple {
|
|
|
|
}
|
|
|
|
.find-window-advanced {
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-window-simple .z-south .z-hbox, .find-window-advanced .z-south .z-hbox {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-window-simple .img-btn, .find-window-simple .img-btn.btn-ok.z-button-os, .find-window-simple .img-btn.btn-cancel.z-button-os,
|
|
|
|
.find-window-advanced .img-btn, .find-window-advanced .img-btn.btn-ok.z-button-os, .find-window-advanced .img-btn.btn-cancel.z-button-os {
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|