Author: ilya_shaikovsky
Date: 2009-07-29 05:33:21 -0400 (Wed, 29 Jul 2009)
New Revision: 15036
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7160
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-07-29
09:09:54 UTC (rev 15035)
+++
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-07-29
09:33:21 UTC (rev 15036)
@@ -7,7 +7,7 @@
xmlns:s="http://jboss.com/products/seam/taglib">
<style>
.column {
- width: 400px;
+ width: 410px;
vertical-align: top;
}
</style>
@@ -66,12 +66,12 @@
<rich:message for="editor" style="color: red;" />
<rich:panel rendered="#{editorBean.liveUpdatesEnabled}"
- style="#{facesContext.maximumSeverity != null ? 'display: none;' :
''}">
+ style="#{facesContext.maximumSeverity != null ? 'display: none;' :
''};width:400px;">
<f:facet name="header">
<h:outputText value="Preview" />
</f:facet>
<h:inputTextarea readonly="true" id="editorvalue"
value="#{editorBean.value}"
- cols="55" rows="20"/>
+ style="width:375px;"/>
</rich:panel>
</a4j:outputPanel>
<h:outputText />