AM i able to control the size of the tab headings. I have four tabs and the panel require for one of the tabs is much bigger than the other three. When I activate the tab it stretches the tab headings to take up the size of the larger panel. Is there anyway to set the size of the tab headings?
|
Administrator
|
Yes, it's all CSS. Use a tool like Firebug to observe the CSS classes,
and you can then override them as you please. -Erik On Jul 8, 2008, at 8:22 AM, jalateras wrote: > > AM i able to control the size of the tab headings. I have four tabs > and the > panel require for one of the tabs is much bigger than the other > three. When > I activate the tab it stretches the tab headings to take up the size > of the > larger panel. Is there anyway to set the size of the tab headings? > -- > View this message in context: http://www.nabble.com/The-size-of-the-tab-headings-tp18341781p18341781.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com. Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
On Jul 9, 2008, at 9:05 AM, Erik Bruchez wrote: > Yes, it's all CSS. Use a tool like Firebug to observe the CSS > classes, and you can then override them as you please. > > -Erik > Hi Erik, Regarding this, I found it necessary to change the epilogue so that my <link> and <style> elements are copied after Orbeon's by the plain epilogue. Otherwise, it was not possible to override them. It sounds like there is a better way to override the css styles. Thanks, Hank Hank Ratzesberger NEES@UCSB Institute for Crustal Studies, University of California, Santa Barbara 805-893-8042 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Hank,
On Wed, Jul 9, 2008 at 9:31 AM, Hank Ratzesberger <[hidden email]> wrote: > Regarding this, I found it necessary to change the epilogue so that my > <link> and <style> elements are copied after Orbeon's by the plain epilogue. > Otherwise, it was not possible to override them. You shouldn't really need to do this. From the documentation: Theme stylesheets copy, under xhtml:head, the xhtml:meta, xhtml:link, xhtml:style, and xhtml:script elements from the source XHTML document. This allows you for example to link to a particular JavaScript script on a page by page basis, instead of including the script in all the pages of your application. http://www.orbeon.com/ops/doc/reference-epilogue Are you saying the standard theme is not doing this for you? Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |