Author: christian.bauer(a)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"