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" %>
|
|
|
|
|
|
|
|
html,body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #D4E3F4;
|
2012-06-07 00:38:43 +07:00
|
|
|
color: #333;
|
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;
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-label {
|
|
|
|
color: black;
|
|
|
|
text-align: right;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-field {
|
|
|
|
text-align: left;
|
|
|
|
width: 55%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-btn {
|
|
|
|
height: 36px;
|
|
|
|
width: 72px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
background-image: url(../images/header-bg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: bottom left;
|
|
|
|
background-color: white;
|
|
|
|
width: 100%;
|
2012-08-28 23:39:36 +07:00
|
|
|
height: 38px;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-href:hover, .menu-href:active {
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-href img {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.fav-new-btn {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
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-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;
|
|
|
|
}
|
|
|
|
|
2012-03-19 15:16:54 +07:00
|
|
|
.embedded-toolbar-button .z-toolbarbutton-body .z-toolbarbutton-cnt img {
|
2010-07-07 11:30:04 +07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
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 --%>
|
|
|
|
.action-button {
|
2012-08-28 23:39:36 +07:00
|
|
|
height: 30px;
|
2010-07-07 11:30:04 +07:00
|
|
|
width: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-text-button {
|
2012-08-28 23:39:36 +07:00
|
|
|
height: 30px;
|
2010-07-07 11:30:04 +07:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2012-03-14 09:36:39 +07:00
|
|
|
.action-image-text-button {
|
2012-08-28 23:39:36 +07:00
|
|
|
height: 30px;
|
2012-03-14 09:36:39 +07:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-tabbox {
|
|
|
|
padding-top: 0px;
|
|
|
|
background-color: #D1E7F6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-north, .desktop-center {
|
|
|
|
border: none;
|
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 {
|
|
|
|
vertical-align:top;
|
|
|
|
padding-bottom:4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
width: 310px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none;
|
|
|
|
background-color: #D2E0EB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-left-column + .z-west-splt {
|
|
|
|
border-top: 1px solid #c5c5c5;
|
|
|
|
border-right: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-left-column + .z-west-splt .z-west-splt-btn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-left-column .z-west-body {
|
|
|
|
border-right: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-left-column .z-west-header {
|
|
|
|
border-top: 1px solid #c5c5c5;
|
|
|
|
}
|
|
|
|
|
2012-09-03 11:22:31 +07:00
|
|
|
.desktop-left-column .z-anchorlayout-body {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.desktop-hometab {
|
|
|
|
margin-left: 2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2012-09-03 11:22:31 +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
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
<%-- adwindow and form --%>
|
|
|
|
.adform-content-none {
|
|
|
|
overflow: auto;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adwindow-layout {
|
|
|
|
position:absolute;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-layout .z-center {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-north {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-south {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-layout .z-south {
|
|
|
|
border-top: 1px solid #C5C5C5 !important;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adwindow-status {
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: #D2E0EB;
|
2010-07-07 11:30:04 +07:00
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-nav {
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-left-nav {
|
|
|
|
border-right: 1px solid #7EAAC6;
|
|
|
|
border-left: none;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-right-nav {
|
|
|
|
border-left: 1px solid #7EAAC6;
|
|
|
|
border-right: none;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-nav-content {
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: #D2E0EB;
|
2010-07-07 11:30:04 +07:00
|
|
|
height: 100%;
|
2012-08-28 23:39:36 +07:00
|
|
|
padding-top: 2px;
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-toolbar {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adwindow-navbtn-first {
|
|
|
|
margin-top: 8px !important;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adwindow-navbtn-dis, .adwindow-navbtn-sel, .adwindow-navbtn-uns {
|
|
|
|
border: 0px;
|
|
|
|
margin-top: 3px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-navbtn-sel {
|
|
|
|
background-color: #9CBDFF;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #274D5F;
|
|
|
|
cursor: pointer;
|
|
|
|
border-top: 2px solid #7EAAC6;
|
|
|
|
border-bottom: 2px solid #7EAAC6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-left-navbtn-sel {
|
|
|
|
border-left: 2px solid #7EAAC6;
|
|
|
|
border-right: none;
|
|
|
|
text-align: right;
|
|
|
|
-moz-border-radius-topleft: 5px;
|
|
|
|
-moz-border-radius-bottomleft: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
2010-07-07 11:30:04 +07:00
|
|
|
-webkit-border-top-left-radius: 5px;
|
|
|
|
-webkit-border-bottom-left-radius: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: #D2E0EB !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
background-image: url(../images/adtab-left-bg.png);
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-position: top right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-right-navbtn-sel {
|
|
|
|
border-right: 2px solid #7EAAC6;
|
|
|
|
border-left: none;
|
|
|
|
text-align: left;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
2010-07-07 11:30:04 +07:00
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
background-color: #D2E0EB !important;
|
2010-07-07 11:30:04 +07:00
|
|
|
background-image: url(../images/adtab-right-bg.png);
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-position: top left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-navbtn-uns {
|
|
|
|
background-color: #C4DCFB;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #274D5F;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-navbtn-dis {
|
|
|
|
background-color: #C4DCFB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-navbtn-uns, .adwindow-navbtn-dis {
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-left-navbtn-uns, .adwindow-left-navbtn-dis {
|
|
|
|
border-left: 1px solid #CCCCCC;
|
|
|
|
border-right: none;
|
|
|
|
text-align: right;
|
|
|
|
-moz-border-radius-topleft: 5px;
|
|
|
|
-moz-border-radius-bottomleft: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
2010-07-07 11:30:04 +07:00
|
|
|
-webkit-border-top-left-radius: 5px;
|
|
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adwindow-right-navbtn-uns, .adwindow-right-navbtn-dis {
|
|
|
|
border-right: 1px solid #CCCCCC;
|
|
|
|
border-left: none;
|
|
|
|
text-align: left;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 5px;
|
2012-08-28 23:39:36 +07:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
2010-07-07 11:30:04 +07:00
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
<%-- ad tab --%>
|
|
|
|
.adtab-body {
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-content {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
overflow: auto;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adtab-form {
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
border:none !important;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-form .z-grid {
|
|
|
|
border:none !important;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adtab-grid-panel {
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-08-28 23:39:36 +07:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-grid-panel .z-grid {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-grid-panel .z-center {
|
|
|
|
border: none;
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-grid {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adtab-grid-south {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adtab-grid-south .z-paging {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2010-07-07 11:30:04 +07:00
|
|
|
.adtab-tabpanels {
|
|
|
|
width: 80%;
|
|
|
|
border-top: 1px solid #9CBDFF;
|
|
|
|
border-bottom: 1px solid #9CBDFF;
|
|
|
|
border-left: 2px solid #9CBDFF;
|
|
|
|
border-right: 2px solid #9CBDFF;
|
|
|
|
}
|
|
|
|
|
2012-08-28 23:39:36 +07:00
|
|
|
.adtab-tree-layout {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2012-03-20 15:20:17 +07:00
|
|
|
.current-row-indicator {
|
|
|
|
background-color: #FA962F !important;
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2012-04-10 14:31:12 +07:00
|
|
|
span.z-tree-tee, span.z-tree-last {
|
|
|
|
width:0px;
|
|
|
|
}
|
2011-03-26 11:07:33 +07:00
|
|
|
|
2012-04-12 14:54:18 +07:00
|
|
|
.z-west-colpsd {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box .editor-button {
|
|
|
|
width: 26px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box .editor-button img {
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-box .editor-button-column {
|
|
|
|
width: 28px !important;
|
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;
|
|
|
|
background-image: url(../images/group_bg.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.z-group td.z-row-inner {
|
|
|
|
overflow: hidden;
|
|
|
|
border-top: 2px solid #81BAF5;
|
|
|
|
border-bottom: 1px solid #BCD2EF;
|
|
|
|
color: #2C559C;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-03-30 17:25:20 +07:00
|
|
|
div.z-group-cnt {
|
|
|
|
display:table-cell;
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
|
2012-03-26 18:16:42 +07:00
|
|
|
div.z-group-cnt span.z-label {
|
2012-03-30 17:25:20 +07:00
|
|
|
display:inline-block;
|
|
|
|
vertical-align:middle;
|
2012-03-26 18:16:42 +07:00
|
|
|
color: #2C559C;
|
|
|
|
padding: 5px;
|
|
|
|
width: auto;
|
|
|
|
height: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.z-group-img-open, img.z-group-img-close {
|
|
|
|
width: 18px;
|
|
|
|
min-height: 18px;
|
|
|
|
height: 100%;
|
|
|
|
vertical-align: top;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.z-group-img-open {
|
|
|
|
background-image: url(../images/group-open.png);
|
|
|
|
background-position: center center;
|
|
|
|
background-color: transparent;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.z-group-img-close {
|
|
|
|
background-image: url(../images/group-close.png);
|
|
|
|
background-position: center center;
|
|
|
|
background-color: transparent;
|
|
|
|
background-repeat: no-repeat;
|
2012-04-13 14:24:22 +07:00
|
|
|
}
|
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-06-07 16:42:41 +07:00
|
|
|
|
|
|
|
.z-textbox-readonly, .z-intbox-readonly, .z-longbox-readonly, .z-doublebox-readonly, .z-decimalbox-readonly {
|
|
|
|
background-color: #F0F0F0;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
|
|
|
<%-- dashlet --%>
|
|
|
|
.z-panel-hl .z-panel-header {
|
|
|
|
padding: 0 0 2px 0;
|
2012-08-22 16:45:31 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
div.simileAjax-bubble-container {
|
|
|
|
z-index: 2800 !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;
|
|
|
|
background-color: #D2E0EB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-layout .z-row-inner {
|
|
|
|
border: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-panel {
|
|
|
|
width: 100%;
|
|
|
|
height: 36px;
|
2012-09-03 11:22:31 +07:00
|
|
|
position: relative;
|
2012-08-28 23:39:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-panel .z-hbox {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-panel-right .z-button-os {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-panel-left .z-button-os {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-product-tabbedpane {
|
|
|
|
background-color: #FFFFFF;
|
2012-09-03 11:06:10 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.field-label {
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
}
|