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

Gavin King gavin.king at jboss.com
Fri Mar 9 18:55:07 EST 2007


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

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  integrate richfaces with seam-gen JBSEAM-1004
  
  Revision  Changes    Path
  1.16      +5 -56     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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- theme.css	9 Mar 2007 02:17:34 -0000	1.15
  +++ theme.css	9 Mar 2007 23:55:07 -0000	1.16
  @@ -5,45 +5,15 @@
   	color: #8CAFCD;
   }
   
  -.menuButtons {
  -	background-color: #FF6600; /*#8CAFCD*/
  -	padding-top: 10px;
  -	padding-bottom: 10px;
  -}
  -.menuButtons a {
  -    font-weight: bold;
  -    text-decoration: none;
  -	padding-left: 10px;
  -	padding-right: 10px;
  -}
  -.menuButtons a:active, .menuButtons a:link, .menuButtons a:visited {
  -	font-family: Arial,sans-serif;
  -	background-color: #FF6600; /*#8CAFCD*/
  -	color: white;
  -	border-right: 1px solid white;
  -}
  -.menuButtons a:hover {
  -	font-family: Arial,sans-serif;
  -    background-color: white;
  -    color: #FF6600; /*#8CAFCD*/
  -}
  -
  -.loginout {
  -	font-family: Arial,sans-serif;
  -	text-align: right;
  -	padding-right: 10px;
  -	padding-top: 5px;
  -	font-size: 0.85em;
  -}
  -.loginout a {
  -	text-decoration: none;
  -}
  -
   .footer {
   	text-align: center;
   	font-size: 0.8em;
   }
   
  +.rich-table {
  +    width:100%;
  +}
  +
   .actionButtons {
   	width: 100%;
   	text-align: center;
  @@ -86,21 +56,6 @@
   	padding: 30px;
   }
   
  -
  -table {
  -	width: 100%;
  -}
  -th {
  -	background-color: #578BB8;
  -	color: white;
  -	font-family: Arial,sans-serif;
  -	padding: 5px;
  -	
  -}
  -td {
  -	background-color: #F0F0F0;
  -	text-align: center;
  -}
   .narrow {
   	width: 20%;
   }
  @@ -114,12 +69,6 @@
   	background-color: white;
   }
   
  -.dialog 
  -{
  -	padding: 15px;
  -	background-color: #F0F0F0;
  -	margin: 10px;	
  -}
   .dialog table
   {
   	width: auto;
  @@ -142,6 +91,7 @@
   	margin-top: 5px;
   	margin-bottom: 5px;
   	background-color: #F0F0F0;
  +	font-size: 12px;
   }
   
   .prop {
  @@ -176,7 +126,6 @@
   /* date picker style */
   div.seam-date 
   {
  -  width: 300px;
     margin-top: 5px;
     border: 1px solid #AAAAAA;
     background-color: #FFFFFF;  
  
  
  



More information about the jboss-cvs-commits mailing list