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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Oct 25 05:46:17 EDT 2006


  User: sbryzak2
  Date: 06/10/25 05:46:17

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  ongoing work
  
  Revision  Changes    Path
  1.2       +45 -3     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seamspace.css	23 Oct 2006 12:25:22 -0000	1.1
  +++ seamspace.css	25 Oct 2006 09:46:17 -0000	1.2
  @@ -1,6 +1,7 @@
   body {
  -  font-family: tahoma, arial, helvetica;
  +  font-family: verdana, arial, sans-serif, helvetica;
     background-color: #e5e5e5;
  +  font-size:11px;
     margin: 0;
   }
   
  @@ -18,8 +19,9 @@
     margin-right: auto;
     height: 23px;
     width: 800px;
  -  background-color: #9bbbdd;
  -
  +  background-color: #5a8cc0;
  +  text-align: center;
  +  padding-top: 6px;
   }
   
   #content {
  @@ -29,3 +31,43 @@
     background-color: #ffffff;
     height: 800px;
   }
  \ No newline at end of file
  +
  +div.headerRight {
  +  float: right;
  +  width: 440px;
  +  padding-right: 4px;
  +  padding-top: 4px;
  +}
  +
  +div.headerMenu {
  +  float: right;
  +}
  +
  +a, a:visited, a:hover {
  +  color: #ffffff;
  +  text-decoration: none;
  +  padding-left: 2px;
  +  padding-right: 2px;
  +}
  +
  +#header a:hover {
  +  text-decoration: underline;
  +}
  +
  +#search {
  +  margin-top: 2px;
  +}
  +
  +#search a:hover {
  +  margin-bottom: 4px;
  +  text-decoration: none;
  +}
  +
  +input.searchField {
  +  width: 290px;
  +}
  +
  +#menubar a:hover {
  +  color: #003399;
  +  text-decoration: underline;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list