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

Gavin King gavin.king at jboss.com
Sun Dec 10 10:42:03 EST 2006


  User: gavin   
  Date: 06/12/10 10:42:03

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  make the Done buttons work nicely
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- theme.css	8 Dec 2006 00:37:05 -0000	1.5
  +++ theme.css	10 Dec 2006 15:42:03 -0000	1.6
  @@ -143,7 +143,7 @@
   
   /* the div that holds the date picker calendar */
   .seam-date {
  -
  +    width: 300px;
   }
   
   
  @@ -200,6 +200,7 @@
       background-color: #CCCCCC;
       border: 1px solid #AAAAAA;
       color: white;
  +    width: 14%;
   }
   
   
  @@ -207,6 +208,7 @@
   /* a table cell that holds a date number (either blank or 1-31) */
   .seam-date-week td.seam-date-day {
       border: 1px solid #ece9d8;	
  +    width: 14%;
   }
   
   /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
  
  
  



More information about the jboss-cvs-commits mailing list