Author: nbelaevski
Date: 2009-05-08 13:16:47 -0400 (Fri, 08 May 2009)
New Revision: 14087
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7073
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-05-08
16:51:18 UTC (rev 14086)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-05-08
17:16:47 UTC (rev 14087)
@@ -6,22 +6,14 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:s="http://jboss.com/products/seam/taglib">
<style>
-
-.column {
- width: 400px;
-}
-
-.column, .column2 {
- vertical-align: top;
-}
-
-.column2 {
- padding-left: 100px;
-}
-</style>
+ .column {
+ width: 400px;
+ vertical-align: top;
+ }
+ </style>
<h:form id="form">
- <h:panelGrid columns="2" width="100%"
columnClasses="column,column2">
+ <h:panelGrid columns="2" width="100%"
columnClasses="column,column">
<h:panelGroup style="height:320px;width:400px;"
layout="block">
<rich:editor configuration="#{editorBean.currentConfiguration}"
id="editor" width="400" height="300"
validator="#{editorBean.validate}"
@@ -31,7 +23,7 @@
onsubmit="if (!#{rich:element('form:editorvalue')} &&
!#{editorBean.useSeamText}) return false;" />
</rich:editor>
</h:panelGroup>
- <rich:panel id="controls" style="width: 400px;">
+ <rich:panel id="controls">
<f:facet name="header">
<h:outputText value="Editor Settings" />
</f:facet>