Author: ilya_shaikovsky
Date: 2011-01-25 06:16:55 -0500 (Tue, 25 Jan 2011)
New Revision: 21192
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/region/samples/region-sample.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/navigation.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/skin-chooser.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml
Log:
https://issues.jboss.org/browse/RF-10151
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss 2011-01-25
11:00:14 UTC (rev 21191)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss 2011-01-25
11:16:55 UTC (rev 21192)
@@ -1,4 +1,4 @@
-.rich-panel {
+.rf-p-c{
border-width: 1px;
border-style: solid;
padding: 1px;
@@ -9,7 +9,7 @@
border-color: '#{richSkin.panelBorderColor}';
}
-.rich-panel-header {
+.rf-p-c .rf-p-hdr {
padding: 7px 20px;
border-width: 1px;
border-style: solid;
@@ -23,6 +23,6 @@
color: '#{richSkin.headerTextColor}';
}
-.rich-panel-body {
+.rf-p-c .rf-p-b {
padding: 10px;
}
\ No newline at end of file
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/region/samples/region-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/region/samples/region-sample.xhtml 2011-01-25
11:00:14 UTC (rev 21191)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/region/samples/region-sample.xhtml 2011-01-25
11:16:55 UTC (rev 21192)
@@ -3,8 +3,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:a4j="http://richfaces.org/a4j"
-
xmlns:rich="http://java.sun.com/jsf/composite/org.richfaces.showcase...
+
xmlns:a4j="http://richfaces.org/a4j">
<ui:composition>
<h:form>
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2011-01-25
11:00:14 UTC (rev 21191)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2011-01-25
11:16:55 UTC (rev 21192)
@@ -4,7 +4,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
-
xmlns:rich="http://java.sun.com/jsf/composite/org.richfaces.showcase...
+
xmlns:rich="http://richfaces.org/rich">
<ui:composition>
<p>This section overviews main principles of standard components
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/navigation.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/navigation.xhtml 2011-01-25
11:00:14 UTC (rev 21191)
+++
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/navigation.xhtml 2011-01-25
11:16:55 UTC (rev 21192)
@@ -3,8 +3,8 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
-
xmlns:rich="http://java.sun.com/jsf/composite/org.richfaces.showcase...
- <rich:panel style="width:300px" bodyClass="">
+
xmlns:rich="http://richfaces.org/rich">
+ <rich:panel style="width:300px" styleClass="rf-p-c">
<f:facet name="header">
<h:outputText value="Navigation" />
</f:facet>
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/skin-chooser.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/skin-chooser.xhtml 2011-01-25
11:00:14 UTC (rev 21191)
+++
trunk/examples/richfaces-showcase/src/main/webapp/templates/includes/skin-chooser.xhtml 2011-01-25
11:16:55 UTC (rev 21192)
@@ -4,10 +4,10 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
-
xmlns:rich="http://java.sun.com/jsf/composite/org.richfaces.showcase...
+
xmlns:rich="http://richfaces.org/rich">
<ui:composition>
- <rich:panel styleClass="skin-chooser">
+ <rich:panel styleClass="skin-chooser .rf-p-c">
<a4j:repeat var="skin" value="#{skinBean.skins}"
iterationStatusVar="iterStatus">
<h:link value="#{skin}" includeViewParams="true">
<f:param name="skin" value="#{skin}"/>
Modified: trunk/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml
===================================================================
--- trunk/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml 2011-01-25
11:00:14 UTC (rev 21191)
+++ trunk/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml 2011-01-25
11:16:55 UTC (rev 21192)
@@ -3,7 +3,6 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:rich="http://java.sun.com/jsf/composite/org.richfaces.showcase...
xmlns:a4j="http://richfaces.org/a4j">
<f:view contentType="text/html">
<ui:insert name="demoSampleParameters"/>
@@ -24,6 +23,7 @@
</h:head>
<h:body>
<h:outputStylesheet library="org.richfaces.showcase"
name="page.ecss" />
+ <h:outputStylesheet library="org.richfaces.showcase"
name="panel.ecss" />
<table border="0" cellpadding="0" cellspacing="0"
class="rich-page header_bg #{cc.attrs.pageClass}">
<tbody>