Hi Robert, You can try narrowing the CSS with input[type=checkbox] (or something similar) to have it work only for checkboxes. Guillaume
On Sat, Apr 19, 2008 at 10:11 PM, Robert Johnson <[EMAIL PROTECTED]> wrote: > > Guillaume > Thanks for the prompt reply, the Quick Fix does sort of work, however the > properties box is now is displayed at 13px! > A furher observation is that the tag list is displayed with double line > spacing. > > I will continue to use XWIKI and inform you of any further hickups > Keep up the good work with XWIKI ! > Thanks > Robert > > Date: Sat, 19 Apr 2008 20:00:34 +0200> From: [EMAIL PROTECTED]> To: > [email protected]> Subject: Re: [xwiki-users] Document Information Panel - > tag display> > Hi Robert,> > I have downloaded XWIKI to configure this for > use in a small office> >> > I have configured tags in structured mode and > have found that the tags are> > displayed strangely in the document > information panel.> >> > The tag check box appears on one line (centred in > panel) and the tag-name> > apears on a line below but left justified. I have > looked at the code in the> > tagclass, the document information panel object > and in tagedit.vm. However> > I have been unable to work out whee the > problem is.> >> > I am using the toucan skin> > > Thanks for pointing out > this layout problem. The checkboxes showed up fine> under Albatross but due > to some style inheritance from Toucan they're now> looking weird.> > A quick > fix is available (I know this is an ugly workaround, Sergiu please> don't > kill me for this ;-) ) :> > 1. Go to the folder where your instance of XWiki > is stored> 2. Go to webapps -> xwiki -> templates -> tagedit.vm and open it> > 3. Add the following lines at the very top of the file :> > <style > type="text/css">> .panel input, .panel select, #editPanels dl dd input { > width:13px; }> </style>> > 1. Save the file> 2. Reload your page : the > checkboxes should now have the right size.> > Please keep in mind that's > this way of doing things is definitely not> recommended :-) But at least it > will help you for now.> > Guillaume> > _______________________________________________> users mailing list> > [email protected]> http://lists.xwiki.org/mailman/listinfo/users > _________________________________________________________________ > Amazing prizes every hour with Live Search Big Snap > http://www.bigsnapsearch.com > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- http://wikibc.blogspot.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
