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

Gavin King gavin.king at jboss.com
Thu Mar 8 21:17:34 EST 2007


  User: gavin   
  Date: 07/03/08 21:17:34

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  red boxes for text areas
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- theme.css	25 Feb 2007 13:31:22 -0000	1.14
  +++ theme.css	9 Mar 2007 02:17:34 -0000	1.15
  @@ -166,6 +166,9 @@
   .errors input {
   	border: 1px solid red;
   }
  +.errors textarea {
  +	border: 1px solid red;
  +}
   .required {
   	color: red;
   }
  
  
  



More information about the jboss-cvs-commits mailing list