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

Gavin King gavin.king at jboss.com
Sat Oct 28 13:56:06 EDT 2006


  User: gavin   
  Date: 06/10/28 13:56:06

  Added:       seam-gen/view-scaffold/stylesheet  theme.css
  Log:
  add seam-gen to CVS
  
  Revision  Changes    Path
  1.1      date: 2006/10/28 17:56:06;  author: gavin;  state: Exp;jboss-seam/seam-gen/view-scaffold/stylesheet/theme.css
  
  Index: theme.css
  ===================================================================
  .formButton {
  	background: #EAEAEA repeat-x;
  	font-style: normal;
  	font-family: sans-serif;
  	text-decoration: none;
  	padding: 2px;
  	border: 1px solid #666666;
  	color: #333333;
  	height: 22px;
  }
  
  a {
  	font-style: normal;
  	font-family: tahoma;
  	font-size: 12px;
  }
  
  div.header {
  	font-style: normal;
  	font-family: tahoma;
  	font-size: 10px;
  	width: 600px;	
  	
  }
  
  div.body {
  	font-style: normal;
  	font-family: tahoma;
  	font-size: 12px;
  	width: 500px;
  	text-align: left;	
  }
  
  div.footer {
  	font-style: normal;
  	font-family: tahoma;
  	font-size: 10px;
  	width: 600px;	
  	text-align: center;
  	padding: 25px;
  }
  
  div.formField {
  	height: 30px;	
  }
  
  



More information about the jboss-cvs-commits mailing list