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

Shane Bryzak sbryzak at redhat.com
Mon Apr 23 07:31:11 EDT 2007


  User: sbryzak2
  Date: 07/04/23 07:31:11

  Added:       examples/seambay/view/style  login.css
  Log:
  added login form, other fixes
  
  Revision  Changes    Path
  1.1      date: 2007/04/23 11:31:11;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/login.css
  
  Index: login.css
  ===================================================================
  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;
    border-top: 2px solid #9999cc;
    border-bottom: 2px solid #9999cc;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;  
    font-size: 16px;
  }
  
  table.login td {
    vertical-align: top;
  }
  
  tr.loginSubHeader {
    background-color: #eeeeff;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
  }
  
  tr.loginSubHeader td {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
  }
  
  td.subHeaderCol1 {
    width: 200px;
    padding-left: 16px;
  }
  
  td.subHeaderCol3 {
    padding-left: 16px;
  }
  
  td.indented {
    padding-left: 16px;
  }
  
  td.verticalLine {
    width: 20px;
    text-align: center;
    background: url(../img/vertical-line.png) repeat-y center;
  }
  
  hr.thinLine {
    border: 0px;
    border-top: 1px solid #cccccc;
    margin-top: 6px;
    margin-bottom: 32px;
  }
  
  hr.baseLine {
    border: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    border-top: 2px solid #9999cc;
  }
  
  



More information about the jboss-cvs-commits mailing list