Author: SergeySmirnov
Date: 2007-12-11 15:13:32 -0500 (Tue, 11 Dec 2007)
New Revision: 4737
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
Log:
small look-n-feel corrections
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
===================================================================
---
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2007-12-11
19:59:24 UTC (rev 4736)
+++
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2007-12-11
20:13:32 UTC (rev 4737)
@@ -17,7 +17,7 @@
}
</style>
<h:form>
- <rich:toolBar id="toolBar" itemSeparator="line"
height="40px">
+ <rich:toolBar id="toolBar" itemSeparator="line"
height="28px">
<c:forEach items="#{toolBar.items}" var="item">
<h:panelGroup>
<h:graphicImage value="#{item.iconURI}"
styleClass="pic"/>
@@ -40,11 +40,12 @@
<rich:column>
<h:outputText value="#{items.label}"></h:outputText>
</rich:column>
- <a4j:support event="onorderchanged"
reRender="toolBar"></a4j:support>
</rich:listShuttle>
- <rich:spacer height="20"></rich:spacer>
-
- <h:commandButton value="Update Toolbar" reRender="toolBar"
/>
+ <div style="width:462px">
+ <a4j:commandButton styleClass="rich-list-shuttle-button"
+ style="float:right;padding:2px;border:1px solid #BED6F8"
+ value="Update Toolbar" reRender="toolBar" />
+ </div>
</h:form>
</ui:composition>