Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matej Knopp
We can consider using id for the link, it could be in 1.2.3. -Matej Matt Brictson wrote: Hello, I like the functionality provided by the WICKET AJAX DEBUG link that appears when I'm in development mode, but the link is in an unfortunate position in my UI (it obscures some important

Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matt Brictson
On Oct 10, 2006, at 11:40 PM, Matej Knopp wrote: We can consider using id for the link, it could be in 1.2.3. That would be great. Thanks for your help. -- Matt - Using Tomcat but need to do more? Need to support web

Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matej Knopp
I added id wicket-debug-link to the link, so it should be possible to force different style for it (using the !important modifier), e.g. div.wicket-debug-link { left: 30% !important; } Matt Brictson wrote: On Oct 10, 2006, at 11:40 PM, Matej Knopp wrote: We can consider using id for

[Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-10 Thread Matt Brictson
Hello, I like the functionality provided by the WICKET AJAX DEBUG link that appears when I'm in development mode, but the link is in an unfortunate position in my UI (it obscures some important elements). I'd like to reposition the debug link, but I can't find an easy way to do this. The