[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...

Gavin King gavin.king at jboss.com
Thu Feb 22 22:20:30 EST 2007


  User: gavin   
  Date: 07/02/22 22:20:30

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  indicate required fields
  
  Revision  Changes    Path
  1.12      +3 -0      jboss-seam/seam-gen/view/stylesheet/theme.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: theme.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- theme.css	22 Feb 2007 06:09:39 -0000	1.11
  +++ theme.css	23 Feb 2007 03:20:30 -0000	1.12
  @@ -165,6 +165,9 @@
   .errors input {
   	border: 1px solid red;
   }
  +.required {
  +	color: red;
  +}
   
   /* date picker style */
   div.seam-date 
  
  
  



More information about the jboss-cvs-commits mailing list