From richfaces-svn-commits at lists.jboss.org Tue Dec 28 06:14:21 2010 Content-Type: multipart/mixed; boundary="===============2558929099070966273==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r20825 - in trunk/ui/input/ui/src/main: templates and 1 other directory. Date: Tue, 28 Dec 2010 06:14:21 -0500 Message-ID: <201012281114.oBSBEL3W031592@svn01.web.mwc.hst.phx2.redhat.com> --===============2558929099070966273== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: pyaschenko Date: 2010-12-28 06:14:21 -0500 (Tue, 28 Dec 2010) New Revision: 20825 Modified: trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/Au= tocomplete.ecss trunk/ui/input/ui/src/main/templates/autocomplete.template.xml Log: http://jira.jboss.com/jira/browse/RF-9074 Modified: trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richf= aces/Autocomplete.ecss =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/A= utocomplete.ecss 2010-12-28 09:23:56 UTC (rev 20824) +++ trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/A= utocomplete.ecss 2010-12-28 11:14:21 UTC (rev 20825) @@ -36,15 +36,20 @@ position: absolute; top: 0px; right: 0px; - height: 200px; - padding-top: 1px + height: 15px; + padding-top: 1px; + cursor: pointer; } = +.rf-au-btn-dis{ + background-color: '#{richSkin.headerBackgroundColor}'; + cursor: default; +} + .rf-au-btn-arrow{ background-position: center; background-repeat: no-repeat; background-image: "url(#{resource['org.richfaces:combo_down_button.gif']}= )"; - cursor: pointer; width: 15px; height: 15px; } Modified: trunk/ui/input/ui/src/main/templates/autocomplete.template.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/ui/input/ui/src/main/templates/autocomplete.template.xml 2010-12-= 28 09:23:56 UTC (rev 20824) +++ trunk/ui/input/ui/src/main/templates/autocomplete.template.xml 2010-12-= 28 11:14:21 UTC (rev 20825) @@ -16,7 +16,7 @@
- +
-
+
@@ -69,6 +69,7 @@
+ +
= --===============2558929099070966273==--