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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 21 14:07:03 EDT 2009


Author: abelevich
Date: 2009-04-21 14:07:03 -0400 (Tue, 21 Apr 2009)
New Revision: 13746

Modified:
   trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css
Log:
fix layout

Modified: trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css
===================================================================
--- trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css	2009-04-21 18:03:52 UTC (rev 13745)
+++ trunk/examples/photoalbum/web/src/main/webapp/stylesheet/photoalbum.css	2009-04-21 18:07:03 UTC (rev 13746)
@@ -1,6 +1,5 @@
 .main-body {
 	margin: 0px;
-	background: url(../img/shell/page_bg.gif) repeat-x #D7D7D7;
 	height: 100%;
 }
 
@@ -8,7 +7,8 @@
 	height: 116px;
 	border: none;
 	padding: 0px;
-	background: none;
+	background: url(../img/shell/page_bg.gif) repeat-x #D7D7D7;
+	
 }
 
 .header-panel-body {
@@ -74,6 +74,10 @@
 	background: url(../img/shell/general_panel_bg.gif) right top repeat-y;	
 }
 
+.main-panel {
+	background: url(../img/shell/panel_bg.gif) right top;
+}	
+
 .body-main-panel {
 
 	height: 100%;
@@ -82,9 +86,12 @@
 	background-color: transparent;
 }
 
+.panel-header-bg {
+	background: url(../img/shell/general_panel_header_bg.gif) repeat-x right top;
+}
+
 .body-main-panel-header {
 	height: 15px;
-	background: url(../img/shell/general_panel_header_bg.gif) right top;
 	font-size: 1px;
 	padding: 0px;
 	border: none;
@@ -450,7 +457,7 @@
 
 .search-input {
 	border: 0px none ; 
-	background: transparent none repeat scroll 0% 0%; 
+	background: transparent url('../img/spacer.gif') repeat scroll 0% 0%; 
 	width: 176px; 
 	height: 17px; 
 	position: absolute; 




More information about the richfaces-svn-commits mailing list