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

Norman Richards norman.richards at jboss.com
Sun Feb 11 10:40:59 EST 2007


  User: nrichards
  Date: 07/02/11 10:40:59

  Modified:    examples/seampay/view  date.css
  Log:
  add css for dropdowns
  
  Revision  Changes    Path
  1.3       +33 -0     jboss-seam/examples/seampay/view/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/view/date.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- date.css	8 Dec 2006 00:38:15 -0000	1.2
  +++ date.css	11 Feb 2007 15:40:59 -0000	1.3
  @@ -83,3 +83,36 @@
       border: 1px solid #AAAAAA;
       font-weight: bold;
   }
  +
  +
  +.seam-date-month {
  +    cursor: pointer;
  +}
  +
  +.seam-date-months {
  +    background-color: #CCCCCC;
  +    border-color:#DDDDDD rgb(68, 68, 68) rgb(68, 68, 68) rgb(221, 221, 221);
  +    border-style:solid;
  +    border-width:1px 3px;
  +    position: absolute;
  +    top: 0px;
  +    cursor:pointer;
  +    visibility: hidden;
  +}
  +
  +.seam-date-year {
  +    cursor: pointer;
  +}
  +
  +.seam-date-years {
  +    background-color: #CCCCCC;
  +    border-color:#DDDDDD rgb(68, 68, 68) rgb(68, 68, 68) rgb(221, 221, 221);
  +    border-style:solid;
  +    border-width:1px 3px;
  +    position: absolute;
  +    top: 0px;
  +    right: 40px;
  +    cursor:pointer;
  +    visibility: hidden;
  +}
  +
  
  
  



More information about the jboss-cvs-commits mailing list