[richfaces-svn-commits] JBoss Rich Faces SVN: r3002 - in trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html: templates and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Sep 19 12:23:45 EDT 2007
Author: sergeyhalipov
Date: 2007-09-19 12:23:45 -0400 (Wed, 19 Sep 2007)
New Revision: 3002
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
Log:
http://jira.jboss.com/jira/browse/RF-833
Modified: trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
===================================================================
--- trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-09-19 15:04:36 UTC (rev 3001)
+++ trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-09-19 16:23:45 UTC (rev 3002)
@@ -32,6 +32,7 @@
.dr-sb-overflow {
overflow : auto;
+ overflow-x : hidden;
}
.dr-sb-int-decor-table {
Modified: trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx
===================================================================
--- trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx 2007-09-19 15:04:36 UTC (rev 3001)
+++ trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx 2007-09-19 16:23:45 UTC (rev 3002)
@@ -21,7 +21,7 @@
<f:call name="overflowSize"/>
</f:attribute>
- <table>
+ <table width="100%" >
<f:attribute name="id">
<f:call name="getContentId"/>
</f:attribute>
Modified: trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
===================================================================
--- trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2007-09-19 15:04:36 UTC (rev 3001)
+++ trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2007-09-19 16:23:45 UTC (rev 3002)
@@ -3,7 +3,7 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
- <table border="0" cellpadding="0" cellspacing="0" class="dr-sb-int-decor-table rich-sb-int-decor-table">
+ <table border="0" cellpadding="0" cellspacing="0" class="dr-sb-int-decor-table rich-sb-int-decor-table" width="100%" >
<f:attribute name="id">
<f:call name="getContentId"/>
</f:attribute>
More information about the richfaces-svn-commits
mailing list