[richfaces-svn-commits] JBoss Rich Faces SVN: r13777 - trunk/examples/photoalbum/web/src/main/webapp/stylesheet.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 22 14:32:12 EDT 2009


Author: abelevich
Date: 2009-04-22 14:32:11 -0400 (Wed, 22 Apr 2009)
New Revision: 13777

Modified:
   trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css
Log:
https://jira.jboss.org/jira/browse/RF-6833

Modified: trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css
===================================================================
--- trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css	2009-04-22 18:31:55 UTC (rev 13776)
+++ trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css	2009-04-22 18:32:11 UTC (rev 13777)
@@ -352,7 +352,7 @@
 
 
 
-.preview_box_photo_80 {width : 100px; position : relative; float : left; margin : 0px 10px 10px 0px;}
+.preview_box_photo_80 {width : 100px; position : relative; float : left; /*margin : 0px 10px 10px 0px;*/}
 .preview_box_photo_80 img.pr_photo_bg {width : 100px; height : 100px; position : absolute; border: 0px;}
 .preview_box_photo_80 table{position : relative; width : 100px; height : 100px; text-align : center; vertical-align : middle; border-collapse : collapse;}
 .preview_box_photo_80 table img{margin: 0px 0px 0px 0px;}
@@ -392,18 +392,13 @@
 }
 
 .image-scroller {
-	position: relative;
-	left: 0px;
-	top: 0px;
-}
+/*	position: relative;
+	top: 0;
+	left: 0; 
+	width: 100%;*/
+	clear: both;
+}	
 
-.image-scroller table {
-	position: absolute;
-	left: 0px;
-	top: 0px;
-	width: 100%;
-}
-
 .image-scroller, .image-scroller * {
 	border-style: none;
 	background-color: transparent;




More information about the richfaces-svn-commits mailing list