[jboss-cvs] jboss-seam/examples/hibernate2/view/css ...

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


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

  Modified:    examples/hibernate2/view/css  date.css
  Log:
  add css for dropdowns
  
  Revision  Changes    Path
  1.2       +32 -0     jboss-seam/examples/hibernate2/view/css/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/css/date.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- date.css	13 Dec 2006 06:26:22 -0000	1.1
  +++ date.css	11 Feb 2007 15:40:58 -0000	1.2
  @@ -83,3 +83,35 @@
       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