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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 22:45:24 EST 2006


  User: sbryzak2
  Date: 06/10/30 22:45:24

  Modified:    examples/seamspace/view/style    seamspace.css
  Added:       examples/seamspace/view/style    advertising.png divider.png
  Log:
  updated visuals
  
  Revision  Changes    Path
  1.3       +35 -2     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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- seamspace.css	25 Oct 2006 09:46:17 -0000	1.2
  +++ seamspace.css	31 Oct 2006 03:45:24 -0000	1.3
  @@ -17,11 +17,12 @@
   #menubar {
     margin-left: auto;
     margin-right: auto;
  -  height: 23px;
  +  overflow: none;
  +  height: 17px;
     width: 800px;
     background-color: #5a8cc0;
     text-align: center;
  -  padding-top: 6px;
  +  padding-top: 3px;
   }
   
   #content {
  @@ -32,6 +33,28 @@
     height: 800px;
   }
   
  +#contentMain {
  +  float: left;
  +  width: 430px;
  +  margin-left: 10px;
  +  margin-top: 10px;
  +}
  +
  +#contentDivider {
  +  float: left;
  +  background: url(divider.png) repeat-y top left;
  +  height: 100%;
  +  width: 10px;
  +}
  +
  +#contentSide {
  +  float: left;
  +  width: 310px;
  +  margin-left: 10px;
  +  margin-top: 10px;
  +  margin-right: 10px;
  +}
  +
   div.headerRight {
     float: right;
     width: 440px;
  @@ -43,6 +66,12 @@
     float: right;
   }
   
  +div.advertising {
  +  background: url(advertising.png) no-repeat top left;
  +  width: 307px;
  +  height: 86px;  
  +}
  +
   a, a:visited, a:hover {
     color: #ffffff;
     text-decoration: none;
  @@ -67,6 +96,10 @@
     width: 290px;
   }
   
  +input.searchButton {
  +  width: 140px;
  +}
  +
   #menubar a:hover {
     color: #003399;
     text-decoration: underline;
  
  
  
  1.1      date: 2006/10/31 03:45:24;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/view/style/advertising.png
  
  	<<Binary file>>
  
  
  1.1      date: 2006/10/31 03:45:24;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/view/style/divider.png
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list