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

Gavin King gavin.king at jboss.com
Wed Nov 7 00:32:35 EST 2007


  User: gavin   
  Date: 07/11/07 00:32:35

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  space between table controls
  
  Revision  Changes    Path
  1.23      +6 -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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- theme.css	7 Nov 2007 05:03:10 -0000	1.22
  +++ theme.css	7 Nov 2007 05:32:35 -0000	1.23
  @@ -27,6 +27,10 @@
   	width: 100%;
   }
   
  +.tableControl a {
  +	padding-left: 10px;
  +}
  +
   .tableControl {
   	text-align: right;
   }
  @@ -84,6 +88,7 @@
   	float: left;
   	padding: 5px;
   }
  +
   .error {
   	float: left;
   	padding: 5px;
  @@ -101,6 +106,7 @@
   .errors textarea {
   	border: 1px solid red;
   }
  +
   .required {
   	color: red;
   	padding-left: 2px;
  
  
  



More information about the jboss-cvs-commits mailing list