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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Jan 10 00:20:34 EST 2007


  User: sbryzak2
  Date: 07/01/10 00:20:34

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  added member blog summary
  
  Revision  Changes    Path
  1.8       +34 -9     jboss-seam/examples/seamspace/view/style/seamspace.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seamspace.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/seamspace.css,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- seamspace.css	10 Jan 2007 03:13:16 -0000	1.7
  +++ seamspace.css	10 Jan 2007 05:20:33 -0000	1.8
  @@ -5,7 +5,7 @@
     margin: 0;
   }
   
  -h1 {
  +h1 h2 h3 {
     margin-top: 2px;
     margin-bottom: 6px;
   }
  @@ -39,6 +39,16 @@
     height: 800px;
   }
   
  +#content a, #content a:visited {
  +  font-weight: bold;
  +  color: #003399;
  +}
  +
  +#content a:hover {
  +  font-weight: bold;
  +  color: #7799dd;
  +}
  +
   #contentMain {
     float: left;
     width: 430px;
  @@ -63,6 +73,8 @@
   
   #memberCard {
     width: 350px;
  +  float: left;
  +  margin-left: 10px;
     border: 2px solid #eeeeee;
     background-color: #f5f5f5;
     padding: 2px;
  @@ -78,6 +90,18 @@
     float: right;
   }
   
  +#memberBlog {
  +  width: 400px;
  +  float: right;
  +  margin-right: 10px;
  +  border: 2px solid #eeeeee;
  +  padding: 2px;
  +}
  +
  +div.blogSummary {
  +  padding: 4px 2px 4px 2px;
  +}
  +
   div.headerRight {
     float: right;
     width: 440px;
  @@ -95,6 +119,14 @@
     height: 86px;  
   }
   
  +div.sectionHeader {
  +  font-weight: bold;
  +  font-size: normal;
  +  background-color: #eeeeee;
  +  padding: 2px 2px 2px 2px;
  +  margin-bottom: 6px;
  +}
  +
   span.tagline {
     font-style: italic;
   }
  @@ -149,6 +181,7 @@
   
   div.newMembers {
     width: 300px;
  +  margin-top: 8px;
     border: 1px solid #ffcc99;
   }
   
  @@ -165,14 +198,6 @@
     text-align: center;
   }
   
  -div.newMember a, a:visited {
  -  color: #003399;
  -}
  -
  -div.newMember a:hover {
  -  color: #7799dd;
  -}
  -
   div.newMember img {
     border: none;
   }
  
  
  



More information about the jboss-cvs-commits mailing list