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

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 01:09:39 EST 2007


  User: sbryzak2
  Date: 07/02/22 01:09:39

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  added new date picker css
  
  Revision  Changes    Path
  1.11      +4 -3      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- theme.css	22 Feb 2007 05:52:45 -0000	1.10
  +++ theme.css	22 Feb 2007 06:09:39 -0000	1.11
  @@ -169,6 +169,7 @@
   /* date picker style */
   div.seam-date 
   {
  +  width: 300px;
     margin-top: 5px;
     border: 1px solid #AAAAAA;
     background-color: #FFFFFF;  
  @@ -179,7 +180,7 @@
   
   table.seam-date td {
     font-family: Tahoma, Arial, Helvetica, sans-serif;
  -  font-weight: 11px; 
  +  font-weight: 12px; 
     border: 0px;
   }
   
  @@ -254,7 +255,7 @@
   
   td.seam-date-header-prevMonth
   {
  -  background-image: url("./img/cal-prev.png");
  +  background-image: url("../img/cal-prev.png");
     background-repeat: no-repeat;
     background-position: center;
     padding: 0px 2px 0px 2px;
  @@ -265,7 +266,7 @@
   
   td.seam-date-header-nextMonth
   {
  -  background-image: url("./img/cal-next.png");
  +  background-image: url("../img/cal-next.png");
     background-repeat: no-repeat;
     background-position: center;
     padding: 0px 2px 0px 2px;
  
  
  



More information about the jboss-cvs-commits mailing list