Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

af|panelBox header height

japherJul 28 2009 — edited Sep 3 2009
I'm trying to create a panelBox with a large header, however my styles are being overriden by an inline style that I don't know the source of.

My style rules look like :
af|panelBox::header {
    height: 2em;
}
af|panelBox::header-start {
    height: 2em;
}

af|panelBox::header-center {
    height: 2em;
}

af|panelBox::header-end {
    height: 2em;
}
Using Firebug I can see that these are being set on the correct element, however they are being overriden by 'height: 25px' that is added as an inline style on the div/table elements that represent the panelBox header. Where does this 'header: 25px' come from? (it's not present anywhere in my project) Does the header bar for panelBoxes have to be 25px tall?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2009
Added on Jul 28 2009
3 comments
910 views