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

Shane Bryzak sbryzak at redhat.com
Wed May 2 23:23:20 EDT 2007


  User: sbryzak2
  Date: 07/05/02 23:23:20

  Modified:    examples/seambay/view/style   search.css
  Added:       examples/seambay/view/style   buy.css
  Log:
  added buy page, cleaned up categories, hierarchical categories
  
  Revision  Changes    Path
  1.4       +5 -0      jboss-seam/examples/seambay/view/style/search.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/search.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- search.css	16 Apr 2007 01:40:15 -0000	1.3
  +++ search.css	3 May 2007 03:23:20 -0000	1.4
  @@ -16,6 +16,11 @@
     margin-right: 4px;
   }
   
  +#searchHeader span {
  +  font-size: 10px;
  +  font-family: verdana;
  +}
  +
   input.searchTerm {
     width: 200px;
   }
  
  
  
  1.1      date: 2007/05/03 03:23:20;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/buy.css
  
  Index: buy.css
  ===================================================================
  div.content {
    margin: 16px 8px 16px 8px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
  }
  
  div.buyHeader {
    background-color: #ffcc00;
    padding: 4px 8px 4px 8px;
    border-bottom: 3px solid #ff9900;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;  
    font-size: 20px;
  }
  
  div.buyContent {
    border: 2px solid #ffcc00;
  }
  
  div.buySectionHeader {
    background-color: #ffee88;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;  
    font-size: 13px;
    padding: 2px 2px 2px 8px;
    border-bottom: 1px solid #9CB5EF;
  }
  
  div.search {
    background-color: #eeeeee;
    padding: 4px 4px 4px 8px;
  }
  
  div.search span {
    font-size: 10px;
    font-family: verdana;
  }
  
  div.search input {
    margin-right: 4px;
  }
  
  input.searchTerm {
    width: 200px;
  }
  
  div.buyCategories {
    padding: 2px 4px 4px 4px;
  }
  
  div.leftCategories {
    float: left;
    width: 49%;
  }
  
  div.rightCategories {
    float: left;
    width: 49%;
  }
  
  a.mainCategory, a.mainCategory:visited {
    font-weight: bold;
    font-size: 13px;
    color: #0000cc;
  }
  
  a.subCategory, a.subCategory:visited {
    font-size: 10px;
    padding-right: 6px;  
    color: #0000cc;  
    font-family: verdana;
  }
  
  div.subCatContainer {
    margin-bottom: 8px;
  }
  
  span.dot {
    font-weight: bold;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
  }
  
  



More information about the jboss-cvs-commits mailing list