0

re: font changes when I load the 3.5.0

asked 2008-09-15 03:33:48 +0800

nargv2008 gravatar image nargv2008
48

3.5.0 Panel and tabpanel labels have bigger fonts compare to 3.5.0 FL 08/29. Also, when I set my font-size:x-small for div.z-list-header-cnt i feel it is not showing the correct font size because when I compare it to .z-auxheader-cnt the font size for auxheader is correct while list-header-cnt is not.

How can I change the label styles of my panel and tabpanel?

delete flag offensive retag edit

6 Replies

Sort by ยป oldest newest

answered 2008-09-15 03:42:32 +0800

nargv2008 gravatar image nargv2008
48

For 3.5.0 Panel and tabpanel I am talking about the title suddenly it is bigger than the 3.5.0 FL 08/29.

link publish delete flag offensive edit

answered 2008-09-17 04:46:58 +0800

robertlee gravatar image robertlee
561

Hi nargv2008,

Can you provide sample code of what you are trying to do?

Regards,
Robert Lee

link publish delete flag offensive edit

answered 2008-09-17 22:46:17 +0800

nargv2008 gravatar image nargv2008
48

When I executed this, I've noticed the title font panel is bigger than the 3.5.0 FL. 08/29. I need to know how can I make the title panel small font
<panel height="110px" style="margin-bottom:10px;margin-left:5px" width="200px"
title="Movement" border="normal">
<panelchildren
style='background:white'>
</panelchildren>
</panel>


For list-header and auxheader font... see my codes below. Both are declared x-small font but when you execute this code. The font of list-header is
different to auxheader.

<style>
div.z-list-header-cnt {
font-size:x-small; font-weight: normal;color:black;font-family:Trebuchet
MS;padding:0px;border:1px;Margin-left:0px;
}
.z-auxheader-cnt {
font-size: x-small;font-family:Trebuchet MS;padding 0px;margin-left:0px
}
</style>

<listbox mold="paging" pageSize="5" width="1200px"
id="lstLineItems" fixedLayout="true">
<auxhead>
<auxheader label="PO" />
</auxhead>
<listhead>
<listheader label="PO"/>
</listhead>
</listbox>

link publish delete flag offensive edit

answered 2008-09-19 05:09:46 +0800

robertlee gravatar image robertlee
561

I was able to change the style for panel only in FireFox and Opera with following code.

<zk>
<style>.test div{
font-size:x-small;
}</style>
<panel height="110px" style="margin-bottom:10px;margin-left:5px" width="200px"
title="Movement" border="normal" sclass="test">
<panelchildren
style='background:white;'>
</panelchildren>
</panel> 
</zk>

As far as I know, Stylesheet Guide of 3.5.x has not been released yet.

Also, I can replicate your issue for listbox issue under Opera, can you post it to sourceforge bug list please?

/robert lee

link publish delete flag offensive edit

answered 2008-10-01 07:23:39 +0800

nargv2008 gravatar image nargv2008
48

Listbox still issue in 3.5.1 FL 09/26. I posted this as a bug but not sure maybe I am using a wrong style for div.z-list-header-cnt but this is working in 3.5.0 FL 08/29.

link publish delete flag offensive edit

answered 2008-10-02 04:06:22 +0800

flyworld gravatar image flyworld
155 3

opera works fine when i use this

<style> 
div.z-list-header-cnt { 
font-size:x-small; font-weight: normal;color:black;
font-family:Trebuchet MS;padding:0px;border:1px;Margin-left:0px; 
} 
.z-auxheader-cnt { 
font-size: x-small;font-family:Trebuchet MS;padding 0px;margin-left:0px 
} 
</style>

(the font-family line was broken before)

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2008-09-15 03:33:48 +0800

Seen: 362 times

Last updated: Oct 02 '08

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More