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

Shane Bryzak sbryzak at redhat.com
Sat Mar 24 01:38:29 EDT 2007


  User: sbryzak2
  Date: 07/03/24 01:38:29

  Modified:    examples/seambay/view/style   seambay_home.css
  Added:       examples/seambay/view/style   test.css
  Log:
  added a web service test page
  
  Revision  Changes    Path
  1.2       +45 -0     jboss-seam/examples/seambay/view/style/seambay_home.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seambay_home.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/seambay_home.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seambay_home.css	22 Mar 2007 15:02:48 -0000	1.1
  +++ seambay_home.css	24 Mar 2007 05:38:29 -0000	1.2
  @@ -1,3 +1,48 @@
   div.container {
     width: 780px;
   }
  \ No newline at end of file
  +
  +div.banner {
  +  margin-top: 16px;
  +  margin-left: 8px;
  +  background: url(../img/banner.png) top left no-repeat;
  +  width: 766px;
  +  height: 43px;
  +}
  +
  +div.categories {
  +  float: left;
  +  width: 200px;
  +  border: 1px solid #ff3636;
  +  background-color: #fff6f6;
  +  font-size: 12px;
  +  margin-top: 8px;
  +  margin-left: 8px;
  +  padding-bottom: 4px;
  +}
  +
  +div.categories a, div.categories a:visited {
  +  display: block;
  +  margin: 2px 4px 2px 4px;
  +  padding-left: 4px;
  +  font-weight: bold;
  +  color: #0000cc;
  +}
  +
  +div.categories a:hover {
  +  background-color: #ffdddd;
  +}
  +
  +div.sectionHeader {
  +  color: #ffffff;
  +  background: url(../img/grip.png) 6px 6px no-repeat;
  +  background-color: #ff3636;
  +  text-align: center;
  +  padding: 6px 8px 6px 8px;
  +  font-weight: bold;
  +}
  +
  +#content {
  +  margin-left: 220px;
  +  font-size: 12px;;
  +}
  \ No newline at end of file
  
  
  
  1.1      date: 2007/03/24 05:38:29;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/test.css
  
  Index: test.css
  ===================================================================
  body {
    font-family: verdana, arial, sans-serif, helvetica;
  }
  
  h1, h2 {
    background-color: #dddddd;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  
  #services {
    float: left;
    width: 240px;
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
  }
  
  #services a {
    display: block;
  }
  
  #services span {
    font-weight: bold;
  }
  
  #detail {
    margin-left: 260px;
  }
  
  #selectedService {
    font-weight: bold;
    color: #cc0000;
  }
  
  #serviceRequest {
    height: 140px;
    width: 96%
  }
  
  #serviceResponse {
    height: 140px;
    width: 96%;
  }
  
  



More information about the jboss-cvs-commits mailing list