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

Christian Bauer christian at hibernate.org
Wed Mar 21 15:38:47 EDT 2007


  User: cbauer  
  Date: 07/03/21 15:38:47

  Modified:    examples/wiki/view/themes/default/css  blogDirectory.css
  Log:
  Implemented blog directory pager
  
  Revision  Changes    Path
  1.3       +19 -7     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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- blogDirectory.css	21 Mar 2007 17:32:24 -0000	1.2
  +++ blogDirectory.css	21 Mar 2007 19:38:47 -0000	1.3
  @@ -4,17 +4,10 @@
   }
   
   #blogTitle {
  -    float: left;
       font-size: 145%;
       font-weight: bold;
   }
   
  -#blogTotalEntries{
  -    text-align: right;
  -    font-size: 85%;
  -    font-weight: bold;
  -}
  -
   .blogEntry {
       background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
       margin-bottom: 10px;
  @@ -56,3 +49,22 @@
       border-right: 1px solid #87786e;
       padding: 10px;
   }
  +
  +.blogPagerTable {
  +    width: 100%;
  +    font-size: 85%;
  +    font-weight: bold;
  +    padding: 0;
  +    margin: 0;
  +    margin-top: 10px;
  +    margin-bottom: 10px;
  +    border: 0;
  +    text-align: center;
  +}
  +
  +.blogPagerColumn {
  +    width: 10%;
  +}
  +.blogPagerTextColumn {
  +    width: 60%;
  +}
  
  
  



More information about the jboss-cvs-commits mailing list