[seam-commits] Seam SVN: r7494 - trunk/examples/wiki/view/includes.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Feb 28 04:25:03 EST 2008


Author: christian.bauer at jboss.com
Date: 2008-02-28 04:25:03 -0500 (Thu, 28 Feb 2008)
New Revision: 7494

Modified:
   trunk/examples/wiki/view/includes/directoryBrowserPath.xhtml
Log:
Minor UI fix for Safari

Modified: trunk/examples/wiki/view/includes/directoryBrowserPath.xhtml
===================================================================
--- trunk/examples/wiki/view/includes/directoryBrowserPath.xhtml	2008-02-28 08:48:25 UTC (rev 7493)
+++ trunk/examples/wiki/view/includes/directoryBrowserPath.xhtml	2008-02-28 09:25:03 UTC (rev 7494)
@@ -7,7 +7,7 @@
        xmlns:wiki="http://jboss.com/products/seam/wiki"
        xmlns:s="http://jboss.com/products/seam/taglib">
 
-    <h:form id="directoryBrowserPathForm">
+    <h:form id="directoryBrowserPathForm" style="margin:0;padding:0;border:0">
         <h:panelGrid columns="2"
                      styleClass="directoryBrowserPathPanel"
                      columnClasses="#{directoryBrowserSettings.treeVisible ? 'treeSwitchOpen':'treeSwitchClosed'}, path"




More information about the seam-commits mailing list