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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Jan 15 04:48:21 EST 2007


  User: sbryzak2
  Date: 07/01/15 04:48:21

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  blog comments
  
  Revision  Changes    Path
  1.12      +34 -0     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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- seamspace.css	12 Jan 2007 13:24:40 -0000	1.11
  +++ seamspace.css	15 Jan 2007 09:48:21 -0000	1.12
  @@ -169,6 +169,40 @@
     padding: 12px 4px 4px 8px;
   }
   
  +div.commentEntry {
  +  background-color: #ff9933;
  +  padding: 4px 4px 4px 4px;
  +}
  +
  +div.commentEntry label {
  +  font-weight: bold;
  +  color: #ffffff;
  +}
  +
  +div.commentEntry textarea {
  +  font-family: verdana, arial, sans-serif, helvetica;
  +  font-size:11px;
  +  margin: 8px 16px 8px 16px;
  +  width: 540px;
  +  height: 100px;
  +}
  +
  +div.buttons {
  +  float: right;
  +}
  +
  +input.action {
  +  display: inline;
  +  margin-right: 8px;
  +  margin-top: 4px;
  +  margin-bottom: 4px;  
  +  border: 1px solid #003399;
  +  background-color: #ffffff;
  +  color: #003399;
  +  font-size: 10px;
  +  padding: 3px 8px 3px 8px;
  +}
  +
   div.headerRight {
     float: right;
     width: 440px;
  
  
  



More information about the jboss-cvs-commits mailing list