From richfaces-svn-commits at lists.jboss.org Tue Apr 7 14:10:10 2009 Content-Type: multipart/mixed; boundary="===============4446343331928128586==" 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: r13417 - in trunk/test-applications/realworld2/web/src/main/webapp: includes/image and 2 other directories. Date: Tue, 07 Apr 2009 14:10:09 -0400 Message-ID: --===============4446343331928128586== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nbelaevski Date: 2009-04-07 14:10:09 -0400 (Tue, 07 Apr 2009) New Revision: 13417 Added: trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/temp= lates/ Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/image/im= ageInfo.xhtml trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/ima= geScroller.xhtml trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realwo= rld.css Log: Image scroller updated Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/i= mage/imageInfo.xhtml =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 (Binary files differ) Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/m= isc/imageScroller.xhtml =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/test-applications/realworld2/web/src/main/webapp/includes/misc/im= ageScroller.xhtml 2009-04-07 17:50:57 UTC (rev 13416) +++ trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/im= ageScroller.xhtml 2009-04-07 18:10:09 UTC (rev 13417) @@ -3,72 +3,61 @@ xmlns:h=3D"http://java.sun.com/jsf/html" xmlns:f=3D"http://java.sun.com/jsf/core" xmlns:a4j=3D"http://richfaces.org/a4j" - xmlns:rich=3D"http://richfaces.org/rich" - xmlns:richx=3D"http://richfaces.org/richx"> - = - - = - - - - - - - - - -
+ xmlns:rich=3D"http://richfaces.org/rich"> + + + + + + + + + + + + +
+
+
+ #{img.name}<= /h:panelGroup> + #{rk + 1} -
= - #{model.select= edAlbum.images[pageVar].name} - #{pageVar+1} - -
- - - - - - - - -
-
-
= - #{model.select= edAlbum.images[pageVar].name} - #{pageVar+1= } -
-
- - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Modified: trunk/test-applications/realworld2/web/src/main/webapp/stylesheet= /realworld.css =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/test-applications/realworld2/web/src/main/webapp/stylesheet/realw= orld.css 2009-04-07 17:50:57 UTC (rev 13416) +++ trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realw= orld.css 2009-04-07 18:10:09 UTC (rev 13417) @@ -362,8 +362,44 @@ .preview_box_photo_nav img.pr_photo_bg {width : 100px; height : 100px; pos= ition : absolute; border: 0px;} .preview_box_photo_nav table{position : relative; width : 100px; height : = 100px; text-align : center; vertical-align : middle; border-collapse : coll= apse;} .preview_box_photo_nav table img{margin: 0px 0px 0px 0px; border : 1px sol= id #FFFFFF;} -.preview_box_photo_nav table img.sel{margin: 0px 0px 0px 0px; border : 3px= solid #DF6400;} - = +.preview_box_photo_current table img{margin: 0px 0px 0px 0px; border : 3px= solid #DF6400;} + +.preview_box_photo_default table { + cursor: pointer; +} + +.image-scroller { + position: relative; + left: 0px; + top: 0px; +} + +.image-scroller table { + position: absolute; + left: 0px; + top: 0px; + width: 100%; +} + +.image-scroller, .image-scroller * { + border-style: none; + background-color: transparent; +} + = +.image-scroller-left-arrow { + position: absolute; = + top: 80px; = + left: -35px; + z-index: 2; +} + = +.image-scroller-right-arrow { + position: absolute; = + top: 80px; = + right: -33px; + z-index: 2; +} + .search-div { height: 65px; = width: 339px; = @@ -886,41 +922,6 @@ font-weight: bold; } = -.imageScroller { - border: none; - position: relative; - float: left; - background-color: #CECECE; -} - -.imageScroller-inactive table { - border: none; - cursor: pointer; -} - = -.imageScroller-table { - border: none; - background-color: #CECECE; -} - = -.imageScroller-table td { - border: none; -} - = -.imageScroller-leftArr { - position: absolute; - left: -10px; - bottom: 5px; - z-index: 2; -} - = -.imageScroller-rightArr { - position: absolute; - right: -10px; - bottom: 5px; - z-index: 2; -} - .slideshow-table{ width: 100%; height: 100%; --===============4446343331928128586==--