[richfaces-svn-commits] JBoss Rich Faces SVN: r13680 - trunk/test-applications/realworld2/web/src/main/webapp/stylesheet.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 20 07:01:08 EDT 2009


Author: abelevich
Date: 2009-04-20 07:01:08 -0400 (Mon, 20 Apr 2009)
New Revision: 13680

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css
Log:


Modified: trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css	2009-04-20 10:51:10 UTC (rev 13679)
+++ trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css	2009-04-20 11:01:08 UTC (rev 13680)
@@ -1,6 +1,6 @@
 .main-body {
 	margin: 0px;
-	background: url(../img/shell/page_bg.gif) repeat-x #D7D7D7;
+	background: url(../img/shell/panel_bg.gif) repeat-y #D7D7D7;
 	height: 100%;
 }
 
@@ -15,9 +15,14 @@
 	padding: 0px;
 }
 
+.panel-header-bg {
+	background: url(../img/shell/general_panel_header_bg.gif) right top repeat-x;	
+}
+
 .header-content-div {
 	height: 79px;
 	position: relative;
+	background: url(../img/shell/page_bg.gif) repeat-x scroll 0 0;
 }
 
 .user-info-div {
@@ -80,6 +85,8 @@
 	padding: 0px;
 	border: none;
 	background-color: transparent;
+	
+	
 }
 
 .body-main-panel-header {
@@ -124,7 +131,7 @@
 
 .avatarUpload .rich-fileupload-list-decor {
 width:100%;
-background-color:D7D7D7;
+background-color:#D7D7D7;
 border-bottom:0px;
 border-left:0px;
 border-top:0px;




More information about the richfaces-svn-commits mailing list