Author: dsvyatobatsko
Date: 2008-03-28 13:02:52 -0400 (Fri, 28 Mar 2008)
New Revision: 7374
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml
Log:
demo site redesign
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml 2008-03-28
16:59:00 UTC (rev 7373)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml 2008-03-28
17:02:52 UTC (rev 7374)
@@ -8,20 +8,20 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<style type="text/css">
- .viewsourcepanel {
- padding-bottom:0px;
- width:100%;
- overflow:auto;
- border-width:0;
- background-color:#FFFFE7;
+ .viewsourcepanel {
+ padding: 10px;
+ width: 100%;
+ overflow: auto;
+ border-width: 0;
+ }
+
+ .viewsourcebody {
+ padding: 0;
}
- .viewsourcebody {
- padding:0;
+
+ input[type="button"], input[type="submit"] {
+ background-color:#{a4jSkin.trimColor};
}
-
- input[type="button"], input[type="submit"] {
- background-color:#{a4jSkin.trimColor};
- }
</style>
<p>a4j:htmlCommandLink functionality is similar to the standard h:commandLink
component except the additional feature.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml 2008-03-28
16:59:00 UTC (rev 7373)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml 2008-03-28
17:02:52 UTC (rev 7374)
@@ -8,20 +8,20 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<style type="text/css">
- .viewsourcepanel {
- padding-bottom:0px;
- width:100%;
- overflow:auto;
- border-width:0;
- background-color:#FFFFE7;
+ .viewsourcepanel {
+ padding: 10px;
+ width: 100%;
+ overflow: auto;
+ border-width: 0;
+ }
+
+ .viewsourcebody {
+ padding: 0;
+ }
+
+ input[type="button"], input[type="submit"] {
+ background-color:#{a4jSkin.trimColor};
}
- .viewsourcebody {
- padding:0;
- }
-
- input[type="button"], input[type="submit"] {
- background-color:#{a4jSkin.trimColor};
- }
</style>
<p>
<b><a4j:page></b> is a deprecated component used for
solving of incompatibility
Show replies by date