Remove bulletpoints from messagetext in feedbackpanel

2008-12-15 Thread HITECH79

Hallo,

how can i remove the bulletpoints from messagetext in the feedbackpanel??

Thanks...
-- 
View this message in context: 
http://www.nabble.com/Remove-bulletpoints-from-messagetext-in-feedbackpanel-tp21011955p21011955.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Remove bulletpoints from messagetext in feedbackpanel

2008-12-15 Thread Adriano dos Santos Fernandes

HITECH79 escreveu:

Hallo,

how can i remove the bulletpoints from messagetext in the feedbackpanel??
  

With CSS stylesheet:

li.feedbackPanelINFO
{
   list-style-type: none;
}

li.feedbackPanelERROR
{
   list-style-type: none;
}


Adriano


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Remove bulletpoints from messagetext in feedbackpanel

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, and if you want you can also put on a special icon[1], like 
warning triangle etc for the separate states a feedback message can be..


[1] http://jacorre.com/design/cssnavmenus.htm



Adriano dos Santos Fernandes wrote:

HITECH79 escreveu:

Hallo,

how can i remove the bulletpoints from messagetext in the 
feedbackpanel??
  

With CSS stylesheet:

li.feedbackPanelINFO
{
   list-style-type: none;
}

li.feedbackPanelERROR
{
   list-style-type: none;
}


Adriano


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org