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

Shane Bryzak sbryzak at redhat.com
Tue Jul 3 22:09:20 EDT 2007


  User: sbryzak2
  Date: 07/07/03 22:09:20

  Modified:    examples/seambay/view/style  sell.css
  Log:
  work in progress
  
  Revision  Changes    Path
  1.2       +41 -0     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- sell.css	1 May 2007 01:31:49 -0000	1.1
  +++ sell.css	4 Jul 2007 02:09:20 -0000	1.2
  @@ -34,3 +34,44 @@
     margin-bottom: 8px;
     border-top: 2px solid #9999cc;
   }
  \ No newline at end of file
  +
  +div.formRow {
  +  padding: 8px 4px 4px 4px;
  +}
  +
  +div.formRow label {
  +  padding-right: 8px;
  +}
  +
  +input.itemDescription {
  +  width: 380px;
  +}
  +
  +div.navBar {
  +  padding: 4px 16px 4px 16px;
  +}
  +
  +div.navBarLeft {
  +  float: left;
  +}
  +
  +div.navBarRight {
  +  float: right;
  +}
  +
  +/* Page 2 - Category selection */
  +
  +div.category {
  +  height: 160px;
  +  border: 1px solid #aaaaaa;
  +  margin: 12px 4px 4px 4px;
  +  overflow: auto;
  +}
  +
  +div.categoryList {
  +  float: left;
  +  width: 160px;
  +  height: 150px;
  +  margin: 4px 4px 4px 4px;
  +  border: 1px solid #cccccc;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list