minor - make default font size slightly smaller
This commit is contained in:
parent
30e7e53baa
commit
3c5b8623f4
|
|
@ -1,35 +1,57 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- zk.xml
|
<!--
|
||||||
Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<zk>
|
<zk>
|
||||||
<log>
|
<log>
|
||||||
<description>[Optional] Monitor i3-log.conf and register a handler for the specified log-base</description>
|
<description>[Optional] Monitor i3-log.conf and register a
|
||||||
|
handler for the specified log-base</description>
|
||||||
<log-base></log-base>
|
<log-base></log-base>
|
||||||
</log>
|
</log>
|
||||||
|
|
||||||
<!-- change to false to use compress js which is much smaller -->
|
<!-- change to false to use compress js which is much smaller -->
|
||||||
<client-config>
|
<client-config>
|
||||||
<debug-js>false</debug-js>
|
<debug-js>false</debug-js>
|
||||||
</client-config>
|
</client-config>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<language-config>
|
<language-config> <addon-uri>/WEB-INF/lang-addon.xml</addon-uri>
|
||||||
<addon-uri>/WEB-INF/lang-addon.xml</addon-uri>
|
</language-config>
|
||||||
</language-config>
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Turn on the following if used with WebLogic 9.1
|
<!--
|
||||||
<system-config>
|
Turn on the following if used with WebLogic 9.1 <system-config>
|
||||||
<cache-provider-class>org.zkoss.zk.ui.sys.GlobalDesktopCacheProvider</cache-provider-class>
|
<cache-provider-class>org.zkoss.zk.ui.sys.GlobalDesktopCacheProvider</cache-provider-class>
|
||||||
</system-config>
|
</system-config>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Adempiere thread session context handler -->
|
<!-- Adempiere thread session context handler -->
|
||||||
<listener>
|
<listener>
|
||||||
<description>ADempiere WebUI Context management</description>
|
<description>ADempiere WebUI Context management</description>
|
||||||
<listener-class>org.adempiere.webui.session.SessionContextListener</listener-class>
|
<listener-class>org.adempiere.webui.session.SessionContextListener
|
||||||
|
</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
|
<library-property>
|
||||||
|
<name>org.zkoss.zul.theme.fontSizeM
|
||||||
|
</name>
|
||||||
|
<value>11px</value>
|
||||||
|
</library-property>
|
||||||
|
<library-property>
|
||||||
|
<name>org.zkoss.zul.theme.fontSizeS
|
||||||
|
</name>
|
||||||
|
<value>10px</value>
|
||||||
|
</library-property>
|
||||||
|
<library-property>
|
||||||
|
<name>org.zkoss.zul.theme.fontSizeXS
|
||||||
|
</name>
|
||||||
|
<value>9px</value>
|
||||||
|
</library-property>
|
||||||
|
<library-property>
|
||||||
|
<name>org.zkoss.zul.theme.fontSizeMS
|
||||||
|
</name>
|
||||||
|
<value>11px</value>
|
||||||
|
</library-property>
|
||||||
</zk>
|
</zk>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue