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

Christian Bauer christian at hibernate.org
Sat Dec 29 21:33:29 EST 2007


  User: cbauer  
  Date: 07/12/29 21:33:29

  Modified:    examples/wiki/view/themes/default/css   template.css
                        lastModifiedDocuments.css
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.48      +11 -2     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.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- template.css	20 Dec 2007 18:35:54 -0000	1.47
  +++ template.css	30 Dec 2007 02:33:29 -0000	1.48
  @@ -533,7 +533,13 @@
       padding: 3px;
   }
   
  -.selectedItem {
  +.formListSelectedItem{
  +    background: #fff url(../img/th.bg.inverse.gif ) 0 0 repeat-x;
  +    font-size: 85%;
  +    padding: 3px;
  +}
  +
  +.formListSelectedItem a {
       color: #555;
   }
   
  @@ -673,6 +679,7 @@
   
   .directoryPagerControl {
       text-align: left;
  +    width: 10%;
   }
   
   .directorySelectControl {
  @@ -681,6 +688,7 @@
   
   .directoryClipboard {
       text-align: right;
  +    width: 30%;
   }
   
   .directoryPathPanel {
  @@ -916,7 +924,7 @@
   }
   
   .commentFirstLevel {
  -    background-color: #f5f5f5;
  +    background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
   }
   
   .commentFirstLevel, .commentLevel {
  @@ -1090,6 +1098,7 @@
   }
   .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
       cursor: pointer;
  +    color: #555;
   }
   .tabs-nav .tabs-disabled {
       opacity: .4;
  
  
  
  1.4       +1 -3      jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lastModifiedDocuments.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- lastModifiedDocuments.css	1 Sep 2007 08:42:48 -0000	1.3
  +++ lastModifiedDocuments.css	30 Dec 2007 02:33:29 -0000	1.4
  @@ -1,6 +1,4 @@
  -#lastModifiedDocumentsPlugin\:lastModifiedDocuments {
  -    width: 100%;
  -}
  +.lastModifiedDocuments {}
   
   .lastModifiedLink:link {color: #962325}
   .lastModifiedLink:visited {color: #962325}
  
  
  



More information about the jboss-cvs-commits mailing list