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

Shane Bryzak sbryzak at redhat.com
Tue Jul 17 03:12:38 EDT 2007


  User: sbryzak2
  Date: 07/07/17 03:12:38

  Modified:    examples/seambay/view/style  bid.css
  Log:
  support for outbids/rebids
  
  Revision  Changes    Path
  1.3       +34 -0     jboss-seam/examples/seambay/view/style/bid.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: bid.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/bid.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- bid.css	16 Jul 2007 03:42:22 -0000	1.2
  +++ bid.css	17 Jul 2007 07:12:38 -0000	1.3
  @@ -67,3 +67,37 @@
     padding-top: 2px;
     padding-bottom: 2px;
   }
  +
  +div.outbidImage {
  +  background: url(../img/cross.png) 8px 8px no-repeat;
  +  float: left;
  +  width: 46px;
  +  height: 46px;
  +}
  +
  +div.increaseBid {
  +  clear: both;
  +  background-color: #eeeeff;
  +  border: 1px solid #ccccff;   
  +  padding: 6px 12px 4px 10px;
  +}
  +
  +div.increaseBid div input {
  +  width: 80px;
  +}
  +
  +input.bidAgain {
  +  margin-top: 8px;
  +  margin-left: 320px;
  +}
  +
  +div.increaseBid label {
  +  float: left;
  +  font-weight: bold;
  +  padding-top: 2px;
  +}
  +
  +div.increaseBid div {
  +  margin-left: 320px;
  +  nowrap: true;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list