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

Shane Bryzak sbryzak at redhat.com
Fri Jul 13 21:56:25 EDT 2007


  User: sbryzak2
  Date: 07/07/13 21:56:25

  Modified:    examples/seambay/view/style     auction.css common.css
                        login.css
  Added:       examples/seambay/view/style     bid.css
  Log:
  bidding page, lots of other changes
  
  Revision  Changes    Path
  1.5       +0 -20     jboss-seam/examples/seambay/view/style/auction.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: auction.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/auction.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- auction.css	11 Jul 2007 14:32:41 -0000	1.4
  +++ auction.css	14 Jul 2007 01:56:25 -0000	1.5
  @@ -17,30 +17,10 @@
     padding-top: 2px;
   }
   
  -#itemHeader {
  -  padding: 0px;
  -  margin: 8px 8px 4px 8px;
  -}
  -
  -div.headerTitle {
  -  font-family: tahoma, verdana, arial, helvetica;
  -  background-color: #ccccff;
  -  border-bottom: 4px solid #5566ee;
  -  font-size: 18px;
  -  font-weight: bold;
  -  padding: 4px 8px 8px 8px;
  -}
  -
   div.headerItemNumber {
     float: right;
   }
   
  -div.headerStatus {
  -  height: 20px;
  -  background-color: #eeeeff;
  -  border: 1px solid #ccccff;
  -}
  -
   #itemSummary {
     float: left;
     border: 1px solid #ccccff;
  
  
  
  1.2       +71 -0     jboss-seam/examples/seambay/view/style/common.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: common.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/common.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- common.css	29 Mar 2007 13:55:07 -0000	1.1
  +++ common.css	14 Jul 2007 01:56:25 -0000	1.2
  @@ -63,3 +63,74 @@
   	clear: both;
   	font-size: 0px;
   }
  +
  +div.content {
  +  margin-left: 8px;
  +  margin-right: 8px;
  +  font-family: arial, helvetica, sans-serif;
  +  font-size: 13px;
  +}
  +
  +table.colourBar {
  +  margin-top: 8px;
  +  margin-bottom: 16px;
  +}
  +
  +td.lc1 {
  +  background-color: #ff3636;
  +  width: 22%;
  +  height: 5px;
  +}
  +
  +td.lc2 {
  +  background-color: #990033;
  +  width: 4%;
  +}
  +
  +td.lc3 {
  +  background-color: #A9D747;
  +  width: 22%;
  +  height: 5px;
  +}
  +
  +td.lc4 {
  +  background-color: #738D72;
  +  width: 4%;
  +}
  +
  +td.lc5 {
  +  background-color: #3A419D;
  +  width: 22%;
  +  height: 5px;
  +}
  +
  +td.lc6 {
  +  background-color: #999186;
  +  width: 4%;  
  +}
  +
  +td.lc7 {
  +  background-color: #F8E070;
  +  width: 22%;
  +  height: 5px;
  +}
  +
  +div.mainHeader {
  +  padding: 0px;
  +  margin: 8px 8px 4px 8px;
  +}
  +
  +div.headerTitle {
  +  font-family: tahoma, verdana, arial, helvetica;
  +  background-color: #ccccff;
  +  border-bottom: 4px solid #5566ee;
  +  font-size: 18px;
  +  font-weight: bold;
  +  padding: 4px 8px 8px 8px;
  +}
  +
  +div.headerContent {
  +  background-color: #eeeeff;
  +  border: 1px solid #ccccff;
  +  padding: 4px 8px 12px 8px;
  +}
  \ No newline at end of file
  
  
  
  1.2       +0 -51     jboss-seam/examples/seambay/view/style/login.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/login.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- login.css	23 Apr 2007 11:31:11 -0000	1.1
  +++ login.css	14 Jul 2007 01:56:25 -0000	1.2
  @@ -1,54 +1,3 @@
  -div.content {
  -  margin-left: 8px;
  -  margin-right: 8px;
  -  font-family: arial, helvetica, sans-serif;
  -  font-size: 13px;
  -}
  -
  -table.colourBar {
  -  margin-top: 8px;
  -  margin-bottom: 16px;
  -}
  -
  -td.lc1 {
  -  background-color: #ff3636;
  -  width: 22%;
  -  height: 5px;
  -}
  -
  -td.lc2 {
  -  background-color: #990033;
  -  width: 4%;
  -}
  -
  -td.lc3 {
  -  background-color: #A9D747;
  -  width: 22%;
  -  height: 5px;
  -}
  -
  -td.lc4 {
  -  background-color: #738D72;
  -  width: 4%;
  -}
  -
  -td.lc5 {
  -  background-color: #3A419D;
  -  width: 22%;
  -  height: 5px;
  -}
  -
  -td.lc6 {
  -  background-color: #999186;
  -  width: 4%;  
  -}
  -
  -td.lc7 {
  -  background-color: #F8E070;
  -  width: 22%;
  -  height: 5px;
  -}
  -
   div.loginHeader {
     background-color: #d6d6ff;
     padding: 2px 8px 2px 24px;
  
  
  
  1.1      date: 2007/07/14 01:56:25;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/bid.css
  
  Index: bid.css
  ===================================================================
  div.bidImage {
    float: left;
    width: 100px;
    padding: 8px 8px 8px 8px;
  }
  
  div.bidItem {
    float: left;
    padding: 8px 8px 8px 8px;
  }
  
  div.itemDetailRow {
    nowrap: true;
    margin-top: 4px;
    margin-bottom: 6px;
  }
  
  div.itemDetailRow label {
    float: left;
  }
  
  div.itemDetailRow div {
    margin-left: 220px;
    nowrap: true;
  }
  
  div.confirmBid {
    clear: both;
    border: 1px solid #ffdd00;
    padding: 4px 12px 4px 10px;
  }
  
  div.confirmBid input {
    margin-top: 12px;
  }
  
  



More information about the jboss-cvs-commits mailing list