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

Gavin King gavin.king at jboss.com
Tue Jan 30 23:45:37 EST 2007


  User: gavin   
  Date: 07/01/30 23:45:37

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  improve template
  
  Revision  Changes    Path
  1.8       +18 -2     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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- theme.css	16 Dec 2006 11:37:52 -0000	1.7
  +++ theme.css	31 Jan 2007 04:45:37 -0000	1.8
  @@ -28,6 +28,22 @@
       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;
  +}
  +
   .actionButtons {
   	width: 100%;
   	text-align: center;
  
  
  



More information about the jboss-cvs-commits mailing list