Author: msorokin
Date: 2009-03-26 07:29:11 -0400 (Thu, 26 Mar 2009)
New Revision: 13206
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
---
trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml 2009-03-26
11:28:42 UTC (rev 13205)
+++
trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml 2009-03-26
11:29:11 UTC (rev 13206)
@@ -117,6 +117,18 @@
<managed-bean-class>org.docs.fileUpload.FileUpload</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
+ <managed-bean>
+ <managed-bean-name>layout</managed-bean-name>
+ <managed-bean-class>org.docs.Layout</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ <managed-property>
+ <property-name>theme</property-name>
+ <property-class>java.lang.String</property-class>
+ <value/>
+ </managed-property>
+ </managed-bean>
+
+
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
<locale-config>
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
===================================================================
---
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-26
11:28:42 UTC (rev 13205)
+++
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-26
11:29:11 UTC (rev 13206)
@@ -1,5 +1,6 @@
body {
font-size: 12px;
+ text-align: left;
}
a:active, a:link, a:visited {
@@ -135,4 +136,12 @@
.dr-toolbar-int {padding: 2px 3px 2px 3px;}
.menuToolBar .rich-toolbar-item {font-weight: 100; font-size: 10px;}
-.dr-pnl-b .simpletext p {font-size: 12px;}
\ No newline at end of file
+.dr-pnl-b .simpletext p {font-size: 12px;}
+#mainMenu {text-align: left;}
+
+.tableofattributes {padding: 0px; margin: 0px; width: 400px; margin-top: 20px; border:
1px solid #8fbde6; border-bottom: none;}
+
+
+.tableofattributes thead td {background: #F0F8FF; font-weight: 900; padding-left: 5px;}
+.tableofattributes tbody td {padding-left: 5px; border-bottom: 1px solid #8fbde6 }
+.bodyClass {border: 1px solid black;}
\ No newline at end of file