Wow, that worked! Yes, I only tried to use a class attribute on shootboxgroup, I didn't make it a css class on selects though. I think that's the root of the problem! I guess I was just lucky getting selectbox formatted that way! Thanks a lot for the help, Dennis! Jun
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Dam Sent: Thursday, October 16, 2008 12:58 AM To: Hippo CMS development public mailinglist Subject: Re: [HippoCMS-dev] Styling shootbox widget Hey Jun the shootboxgroup widget is styled in this XSL in the CMS: editor/src/site/cforms/resources/forms-advanced-field-styling.xsl looking at it, maybe you could try to style the selects using the css rule .forms-doubleList select { } or so ? Did you also try to use a "class" attribute on the shootboxgroup widget ? That class should end up as a css class on the selects. Dennis [EMAIL PROTECTED] wrote: > Hi all, > > I am trying to style the shootbox widget. But however I change my > styelsheet, I can only manage to change the height of the shootbox, but > not the width. Does anyone have any suggestions on how to change it? > > > > If overriding using styles is not possible, I am willing to go to the > backend and change the size from source - only if I know where it is! I > did grep for shootbox in the source code but couldn't find anywhere that > I can redefine the size. Can someone help? > > > > Thanks a lot! > > Jun > > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > > Searchable archives can be found at: > MarkMail: http://hippocms-dev.markmail.org > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html > > ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
