[richfaces-svn-commits] JBoss Rich Faces SVN: r13533 - in trunk/test-applications/realworld2/web/src/main/webapp: includes/misc and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 13 11:51:50 EDT 2009


Author: abelevich
Date: 2009-04-13 11:51:49 -0400 (Mon, 13 Apr 2009)
New Revision: 13533

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/includes/index/footer.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/includes/index/header.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/includes/index/workArea.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/modalPanels.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/layout/template.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css
Log:
fixes for IE 7/8 

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/index/footer.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/index/header.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/index/workArea.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/modalPanels.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld2/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)

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-13 14:59:05 UTC (rev 13532)
+++ trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css	2009-04-13 15:51:49 UTC (rev 13533)
@@ -44,14 +44,19 @@
 	padding: 0px;
 }
 
-.top-right-menu-item a {
+
+
+.top-right-menu-item a{
 	font-size: 11px;
 	color: #ffffff;
 	text-decoration: none;
 	font-weight: normal;
-	padding: 0px 8px 0px 15px;
+
 }
 
+.top-right-menu-item-padding {
+	padding: 0px 8px 0px 15px;	
+}	
 .main-menu-panel {
 	height: 37px;
 	position: relative;
@@ -65,11 +70,16 @@
 	padding: 0px;
 }
 
+.body-main-bg {
+	background: url(../img/shell/general_panel_bg.gif) right top repeat-y;	
+}
+
 .body-main-panel {
-	background: url(../img/shell/general_panel_bg.gif) right top repeat-y;
+
 	height: 100%;
 	padding: 0px;
 	border: none;
+	background-color: transparent;
 }
 
 .body-main-panel-header {




More information about the richfaces-svn-commits mailing list