[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Tue May 8 02:12:06 EDT 2007


  User: cbauer  
  Date: 07/05/08 02:12:06

  Modified:    examples/wiki/view/includes  ownerSelector.xhtml
  Log:
  Safari fixes
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/includes/ownerSelector.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ownerSelector.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/ownerSelector.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ownerSelector.xhtml	4 May 2007 19:30:33 -0000	1.3
  +++ ownerSelector.xhtml	8 May 2007 06:12:06 -0000	1.4
  @@ -11,7 +11,7 @@
       <ui:define name="dialogInit">
           <script type="text/javascript">jQuery(function() {
               jsf('dialogOwnerSelectionPopup')
  -                .css({ minWidth: "700px", minHeight: "420px", width: "725px;", height: "450px;", top: "100px", left: "100px"})
  +                .css({ minWidth: "750px", maxWidth:"900px", minHeight: "420px", width: "750px;", height: "450px;", top: "100px", left: "100px"})
                   .jqm({
                       trigger: jsf("openDialogOwnerSelection"),
                       closeClass: "closeDialog",
  
  
  



More information about the jboss-cvs-commits mailing list