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

Gavin King gavin.king at jboss.com
Sun Mar 18 19:09:19 EDT 2007


  User: gavin   
  Date: 07/03/18 19:09:19

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  use s:decorateAll in seam-gen
  
  Revision  Changes    Path
  1.18      +21 -15    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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- theme.css	10 Mar 2007 20:29:19 -0000	1.17
  +++ theme.css	18 Mar 2007 23:09:18 -0000	1.18
  @@ -53,11 +53,6 @@
   	padding: 30px;
   }
   
  -.dialog table
  -{
  -	width: auto;
  -}
  -
   .columnHeader:hover
   {
       color: #FF6600;
  @@ -68,24 +63,34 @@
   	padding: 5px;
   	margin-top: 5px;
   	margin-bottom: 5px;
  -	background-color: #F0F0F0;
  +	background-color: #F0F8FF;
   	font-size: 12px;
   }
   
  -.prop {
  -	padding: 5px;
  -}
  -.prop .name {
  +.name {
  +	vertical-align: top;
   	font-weight: bold;
  -	text-align: left;
   	width: 115px;
  +	float: left;
  +	padding: 5px;
  +	margin-top: 3px;
  +	clear: left;
   }
  -.prop .value {
  -	text-align: left;
  +.value {
  +	float: left;
  +	position: 125px;
  +	padding: 5px;
  +}
  +.error {
  +	margin-left: 20px;
  +	margin-top: 5px;
  +	float: left;
  +	padding: 5px;
  +	border: 1px solid red;
   }
  -.prop .errors {
  +
  +.errors {
   	color: red;
  -	text-align: left;
   }
   .errors input {
   	border: 1px solid red;
  @@ -95,6 +100,7 @@
   }
   .required {
   	color: red;
  +	padding-left: 2px;
   }
   
   /* date picker style */
  
  
  



More information about the jboss-cvs-commits mailing list