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

Christian Bauer christian at hibernate.org
Sat Sep 1 04:45:19 EDT 2007


  User: cbauer  
  Date: 07/09/01 04:45:19

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.34      +5 -12     jboss-seam/examples/wiki/view/themes/default/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- template.xhtml	1 Sep 2007 08:42:49 -0000	1.33
  +++ template.xhtml	1 Sep 2007 08:45:19 -0000	1.34
  @@ -163,19 +163,11 @@
           // ###################### Design #################################
   
           function clearDocumentBackground() {
  -            /*
  +            jQuery("#documentDisplayContainer").parents(".shadowContainer").removeClass("shadowContainer");
  +            jQuery("#documentDisplayContainer").parents(".shadow1").removeClass("shadow1");
  +            jQuery("#documentDisplayContainer").parents(".shadow2").removeClass("shadow2");
               jQuery("#documentDisplayContainer").css("background", "none");
  -            jQuery("#documentDisplayContainer").css("padding", "0 0 0 0");
  -            jQuery("#documentDisplayContainer").css("padding", "0");
  -            jQuery("#documentDisplayContainer > div").css("background", "none");
  -            jQuery("#documentDisplayContainer > div").css("padding", "0 0 0 0");
  -            jQuery("#documentDisplayContainer > div > div").css("background", "none");
  -            jQuery("#documentDisplayContainer > div > div").css("padding", "0 0 0 0");
  -            jQuery("#documentDisplayContainer > div > div").css("border", "none");
  -            jsf("documentDisplay_").css("background", "none");
  -            jsf("documentDisplay_").css("padding", "0 0 0 0");
  -            jsf("documentDisplay_").css("border", "none");
  -            */
  +            jQuery("#documentDisplayContainer > #documentDisplay").css("padding", "0 0 0 0").css("border", "none");
           }
   
           // Wrap boxes with border and shadow
  @@ -183,6 +175,7 @@
               jQuery(".box").wrap('<div class="shadowContainer"><div class="shadow1"><div class="shadow2"></div></div></div>');
               jQuery(".box").removeClass("box").addClass("boxShadowed");
           }
  +
           jQuery(function() {
               wrapBoxes();
           });
  
  
  



More information about the jboss-cvs-commits mailing list