[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Thu Apr 19 05:32:07 EDT 2007


  User: cbauer  
  Date: 07/04/19 05:32:07

  Modified:    examples/wiki/view/themes/default/css    blogDirectory.css
                        template.css
  Removed:     examples/wiki/view/themes/default/css    comments.css
  Log:
  Fixed comments and blog directory
  
  Revision  Changes    Path
  1.5       +3 -0      jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogDirectory.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- blogDirectory.css	4 Apr 2007 10:38:13 -0000	1.4
  +++ blogDirectory.css	19 Apr 2007 09:32:06 -0000	1.5
  @@ -50,6 +50,9 @@
       border-bottom: 1px solid #87786e;
       border-right: 1px solid #87786e;
       padding: 10px;
  +    text-align: right;
  +    font-size: 85%;
  +    font-weight: bold;
   }
   
   .blogPagerTable {
  
  
  
  1.20      +33 -1     jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- template.css	19 Apr 2007 05:44:47 -0000	1.19
  +++ template.css	19 Apr 2007 09:32:06 -0000	1.20
  @@ -412,7 +412,7 @@
   }
   
   .wideLabels .entry .label {
  -    width: 20%;
  +    width: 25%;
   }
   
   .errorDiv {
  @@ -617,6 +617,38 @@
       padding-right: 5px;
   }
   
  +/* Comments
  +-----------------------------------------------*/
  +
  +.commentColumn {
  +    padding: 5px;
  +}
  +
  +.commentSubject {
  +    font-weight: bold;
  +    font-size: 100%;
  +    text-decoration:none;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    float: left;
  +}
  +
  +
  +.commentAuthorDate {
  +    text-align:right;
  +    font-size: 95%;
  +}
  +
  +.commentAuthor {
  +}
  +
  +.commentDate {
  +}
   
  +.commentText {
   
  +}
  +
  +.commentForm {
  +    margin-top: 10px;
  +}
   
  
  
  



More information about the jboss-cvs-commits mailing list