[jboss-cvs] jboss-seam/examples/booking/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/booking/view/css  date.css
  Log:
  add css for dropdowns
  
  Revision  Changes    Path
  1.3       +31 -0     jboss-seam/examples/booking/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/booking/view/css/date.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- date.css	24 Dec 2006 03:46:57 -0000	1.2
  +++ date.css	11 Feb 2007 15:40:58 -0000	1.3
  @@ -91,3 +91,34 @@
       border: 1px solid #f99;
   }
   */
  +
  +.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