Re: Changing position of WicketAjaxDebug panel

2009-09-04 Thread Tomek Sniadach
Of course! Thanks a lot John. Tomek 2009/9/3 John Krasnay > !important is your friend... > > a#wicketDebugLink { > background-color:#44 !important; > border:medium none !important; > bottom:0 !important; > color:white !important; > opacity:0.8 !important; > right:0 !important; > text-

Re: Changing position of WicketAjaxDebug panel

2009-09-03 Thread John Krasnay
!important is your friend... a#wicketDebugLink { background-color:#44 !important; border:medium none !important; bottom:0 !important; color:white !important; opacity:0.8 !important; right:0 !important; text-decoration:none; text-transform:lowercase !important; } jk On Thu, Se

Changing position of WicketAjaxDebug panel

2009-09-03 Thread Tomek Sniadach
Hi, is there a possibility to change the position of opener panel? It is fixed on the right side with embedded style attributes, so i cannot override it with my own css. Unfortunately this is the place, where I have my submit button. My workaround is firebug, but it's annoying. Have someone an idea