You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by HITECH79 <hi...@web.de> on 2008/12/15 12:06:38 UTC

Remove bulletpoints from messagetext in feedbackpanel

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Remove bulletpoints from messagetext in feedbackpanel

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
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-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Remove bulletpoints from messagetext in feedbackpanel

Posted by Adriano dos Santos Fernandes <ad...@uol.com.br>.
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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org