[jboss-cvs] jboss-seam/examples/contactlist/view ...

Gavin King gavin.king at jboss.com
Sun Oct 8 14:21:17 EDT 2006


  User: gavin   
  Date: 06/10/08 14:21:17

  Modified:    examples/contactlist/view  screen.css
  Log:
  splash of color
  
  Revision  Changes    Path
  1.5       +5 -4      jboss-seam/examples/contactlist/view/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/screen.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- screen.css	8 Oct 2006 14:52:21 -0000	1.4
  +++ screen.css	8 Oct 2006 18:21:17 -0000	1.5
  @@ -6,7 +6,7 @@
   }
   
   .menuButtons {
  -	background-color: #8CAFCD;
  +	background-color: #FF6600; /*#8CAFCD*/
   	padding-top: 10px;
   	padding-bottom: 10px;
   }
  @@ -18,14 +18,14 @@
   }
   .menuButtons a:active, .menuButtons a:link, .menuButtons a:visited {
   	font-family: Arial,sans-serif;
  -	background-color: #8CAFCD;
  +	background-color: #FF6600; /*#8CAFCD*/
   	color: white;
   	border-right: 1px solid white;
   }
   .menuButtons a:hover {
   	font-family: Arial,sans-serif;
       background-color: white;
  -    color: #8CAFCD;
  +    color: #FF6600; /*#8CAFCD*/
   }
   
   .actionButtons {
  @@ -57,6 +57,7 @@
   	font-family: Arial,sans-serif;
   	color: #578BB8;
   	font-size: 1.6em;
  +	margin-top: 0;
   }
   
   body {
  
  
  



More information about the jboss-cvs-commits mailing list