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

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


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

  Modified:    examples/wiki/view/themes/sfwkorg/css  
                        lastModifiedDocuments.css sfwk.css
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/themes/sfwkorg/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/sfwkorg/css/lastModifiedDocuments.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- lastModifiedDocuments.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ lastModifiedDocuments.css	30 Dec 2007 02:33:22 -0000	1.2
  @@ -1,4 +1,4 @@
  -#lastModifiedDocumentsPlugin\:lastModifiedDocuments {
  +.lastModifiedDocuments {
   }
   
   .lastModifiedLink {
  
  
  
  1.5       +11 -2     jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sfwk.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- sfwk.css	20 Dec 2007 18:35:54 -0000	1.4
  +++ sfwk.css	30 Dec 2007 02:33:22 -0000	1.5
  @@ -227,7 +227,7 @@
   	font-weight: bold;
   	font-size: 120%;
   	border-bottom: 1px solid #b6b6b6;
  -	margin-top: 0px;
  +	margin-top: 0;
   	margin-bottom: 6px;
   }
   
  @@ -750,7 +750,12 @@
       padding: 3px;
   }
   
  -.selectedItem {
  +.formListSelectedItem{
  +    background: #fff url(../img/th.bg.inverse.gif ) 0 0 repeat-x;
  +    padding: 3px;
  +}
  +
  +.formListSelectedItem a {
       color: #000;
   }
   
  @@ -1005,6 +1010,7 @@
   
   .directoryPagerControl {
       text-align: left;
  +    width: 10%;
   }
   
   .directorySelectControl {
  @@ -1013,6 +1019,7 @@
   
   .directoryClipboard {
       text-align: right;
  +    width: 30%;
   }
   
   .directoryPathPanel {
  @@ -1095,6 +1102,7 @@
   .tabs-nav a {
       color: #576c74;
   }
  +
   .tabs-nav .tabs-selected {
       background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
   }
  @@ -1116,6 +1124,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: #000;
   }
   .tabs-nav .tabs-disabled {
       opacity: .4;
  
  
  



More information about the jboss-cvs-commits mailing list