92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
<%@ page contentType="text/css;charset=UTF-8" %>
|
|
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>
|
|
<%@ taglib uri="http://www.idempiere.org/dsp/web/util" prefix="u" %>
|
|
|
|
html,body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: #D4E3F4;
|
|
color: #333;
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.z-html p{
|
|
margin:0px;
|
|
}
|
|
|
|
<%-- Tablet --%>
|
|
.tablet-scrolling {
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
<%-- vbox fix for firefox and ie --%>
|
|
table.z-vbox > tbody > tr > td > table {
|
|
width: 100%;
|
|
}
|
|
|
|
<%-- workflow activity --%>
|
|
.workflow-activity-form {
|
|
}
|
|
.workflow-panel-table {
|
|
border: 0px;
|
|
}
|
|
|
|
<%-- payment form --%>
|
|
.payment-form-content {
|
|
}
|
|
|
|
<c:include page="fragment/login.css.dsp" />
|
|
|
|
<c:include page="fragment/desktop.css.dsp" />
|
|
|
|
<c:include page="fragment/application-menu.css.dsp" />
|
|
|
|
<c:include page="fragment/gadget.css.dsp" />
|
|
|
|
<c:include page="fragment/toolbar.css.dsp" />
|
|
|
|
<c:include page="fragment/button.css.dsp" />
|
|
|
|
<c:include page="fragment/adwindow.css.dsp" />
|
|
|
|
<c:include page="fragment/grid.css.dsp" />
|
|
|
|
<c:include page="fragment/input-element.css.dsp" />
|
|
|
|
<c:include page="fragment/tree.css.dsp" />
|
|
|
|
<c:include page="fragment/field-editor.css.dsp" />
|
|
|
|
<c:include page="fragment/group.css.dsp" />
|
|
|
|
<c:include page="fragment/tab.css.dsp" />
|
|
|
|
<c:include page="fragment/menu-tree.css.dsp" />
|
|
|
|
<c:include page="fragment/info-window.css.dsp" />
|
|
|
|
<c:include page="fragment/window.css.dsp" />
|
|
|
|
<c:include page="fragment/form.css.dsp" />
|
|
|
|
<c:include page="fragment/toolbar-popup.css.dsp" />
|
|
|
|
<c:include page="fragment/setup-wizard.css.dsp" />
|
|
|
|
<c:include page="fragment/about.css.dsp" />
|
|
|
|
<c:include page="fragment/tab-editor.css.dsp" />
|
|
|
|
<c:include page="fragment/find-window.css.dsp" />
|
|
|
|
<c:include page="fragment/help-window.css.dsp" />
|
|
|
|
<c:include page="fragment/borderlayout.css.dsp" />
|
|
|
|
<c:include page="fragment/parameter-process.css.dsp" />
|
|
|
|
<c:include page="fragment/window-size.css.dsp" />
|