[jboss-cvs] jboss-seam/examples/seambay/view/style ...

Shane Bryzak sbryzak at redhat.com
Wed Jul 4 01:40:11 EDT 2007


  User: sbryzak2
  Date: 07/07/04 01:40:11

  Modified:    examples/seambay/view/style  sell.css
  Log:
  load the categories with remoting
  
  Revision  Changes    Path
  1.3       +9 -5      jboss-seam/examples/seambay/view/style/sell.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sell.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/sell.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- sell.css	4 Jul 2007 02:09:20 -0000	1.2
  +++ sell.css	4 Jul 2007 05:40:11 -0000	1.3
  @@ -62,16 +62,20 @@
   /* Page 2 - Category selection */
   
   div.category {
  -  height: 160px;
  +  height: 174px;
     border: 1px solid #aaaaaa;
     margin: 12px 4px 4px 4px;
     overflow: auto;
   }
   
  -div.categoryList {
  +div.category div {
     float: left;
  -  width: 160px;
  -  height: 150px;
     margin: 4px 4px 4px 4px;
  +}
  +
  +select.categoryList {
  +  font-size: 10px;
  +  height: 150px;
  +  width: 160px;
     border: 1px solid #cccccc;
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list