[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui/resource/date ...

Shane Bryzak sbryzak at redhat.com
Tue Feb 20 09:51:07 EST 2007


  User: sbryzak2
  Date: 07/02/20 09:51:07

  Modified:    src/ui/org/jboss/seam/ui/resource/date  calendar.css
  Log:
  minor
  
  Revision  Changes    Path
  1.3       +2 -26     jboss-seam/src/ui/org/jboss/seam/ui/resource/date/calendar.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: calendar.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/resource/date/calendar.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- calendar.css	20 Feb 2007 14:05:43 -0000	1.2
  +++ calendar.css	20 Feb 2007 14:51:07 -0000	1.3
  @@ -91,6 +91,7 @@
     background-position: center;
     padding: 0px 2px 0px 2px;
     width: 17px;
  +  height: 16px;
     margin-left: 2px;
   }
   
  @@ -101,6 +102,7 @@
     background-position: center;
     padding: 0px 2px 0px 2px;
     width: 17px;
  +  height: 16px;
     margin-right: 2px;
   }
   
  @@ -140,15 +142,6 @@
     border: 1px solid #ece9d8;
   }
   
  -td.seam-date-eventDay
  -{
  -  background-color: white; 
  -  color: blue;
  -  font-weight: bold;
  -  cursor: pointer;
  -  border: 1px solid #ece9d8;
  -}
  -
   td.seam-date-outMonth
   {
     background-color: white; 
  @@ -158,23 +151,6 @@
     border: 1px solid #ece9d8;
   }
   
  -td.seam-date-highlightDay
  -{
  -  background-color: #CCCCCC;        
  -  border: 1px solid #AAAAAA; 
  -  color: black;
  -  font-weight: normal;
  -}
  -
  -td.seam-date-today
  -{
  -  color: black;
  -  font-weight: bold;
  -  cursor: pointer;
  -  background-color: #dddddd;
  -  border: 1px solid #cccccc;
  -}
  -
   td.seam-date-selected
   {
     background-color: #CCCCCC;        
  
  
  



More information about the jboss-cvs-commits mailing list