Return-Path: X-Original-To: apmail-cocoon-users-archive@www.apache.org Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BD329D72 for ; Wed, 16 Nov 2011 20:01:56 +0000 (UTC) Received: (qmail 22693 invoked by uid 500); 16 Nov 2011 20:01:56 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 22648 invoked by uid 500); 16 Nov 2011 20:01:56 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 22639 invoked by uid 99); 16 Nov 2011 20:01:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 20:01:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=MSGID_MULTIPLE_AT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.larsen@envisn.com designates 216.57.116.104 as permitted sender) Received: from [216.57.116.104] (HELO MX3.pshift.com) (216.57.116.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 20:01:46 +0000 Received: from SLSNTBK2 (unverified [68.191.255.250]) by MX3.pshift.com (Vircom SMTPRS 5.0.916.34) with ESMTP id ; Wed, 16 Nov 2011 15:01:53 -0500 X-Modus-BlackList: 68.191.255.250=OK;gary.larsen@envisn.com=OK X-Modus-RBL: 68.191.255.250=0000274C X-Modus-Trusted: 68.191.255.250=NO X-Modus-Audit: FALSE;0;0;0 From: "Gary Larsen" To: , "'Paul Joseph'" References: <4EC41080.9060009@gmail.com> In-Reply-To: <4EC41080.9060009@gmail.com> Subject: RE: where controlled from? Date: Wed, 16 Nov 2011 15:08:37 -0500 Message-ID: <00d401cca49b$a257c910$e7075b30$@larsen@envisn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcyklwxILwUwmFN4SBiiZLiU+qBB6gAArAyg Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org [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@gmail.com] Sent: Wednesday, November 16, 2011 2:35 PM To: users@cocoon.apache.org 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@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org