WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: where controlled from?

Re: where controlled from?

by Paul Joseph-3 :: Rate this Message:

| View in Thread

Ah, thanks Gary, appreciate it!
Paul

On 11/16/2011 3:08 PM, Gary Larsen wrote:

> [using 2.1.9]
>
> I think the styling is buried in the cocoon-forms-block jar so if you locate
> the source you can change it there and recompile. Use Firebug to determine
> the CSS class used.
>
> What I ended up doing is make my own copies and modifications to the form
> XSL and included a CSS with the following:
>
> .forms-validation-message, a.forms-validation-message:link {
>      color: red;
>      font-size: 11pt;
>      font-weight: 900;
> }
>
> It increases the font a bit and bolds. The 2.1.9 version loses the error
> messages when ajax is enabled so all that's displayed is the exclamation.
>
> gary
>
> -----Original Message-----
> From: Paul Joseph [mailto:pjoseph@...]
> Sent: Wednesday, November 16, 2011 2:35 PM
> To: users@...
> Subject: where controlled from?
>
> Hi there,
>
> In Cocoon Forms, if a field is required, but if the user does not fill
> it in, then the page is re displayed, with a red exclamation mark next
> to this required field.
>
> Some users are saying this exclamation mark is too small.
>
> Where is this exclamation mark specified and can I change it easily to
> say something larger?
>
> thx.
> Paul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: where controlled from?