[embjopr-commits] EMBJOPR SVN: r963 - in branches/EmbJopr_1_3/core/src/main/webapp: css and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Jul 23 10:00:58 EDT 2010


Author: ips
Date: 2010-07-23 10:00:56 -0400 (Fri, 23 Jul 2010)
New Revision: 963

Modified:
   branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/facelets/layout.xhtml
   branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css
Log:
[EMBJOPR-250], [EMBJOPR-251] - fix the layout rendering issues in IE7

Modified: branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/facelets/layout.xhtml
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/facelets/layout.xhtml	2010-07-22 15:58:01 UTC (rev 962)
+++ branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/facelets/layout.xhtml	2010-07-23 14:00:56 UTC (rev 963)
@@ -1,6 +1,6 @@
 <!--
   ~ Jopr Management Platform
-  ~ Copyright (C) 2005-2009 Red Hat, Inc.
+  ~ Copyright (C) 2005-2010 Red Hat, Inc.
   ~ All rights reserved.
   ~
   ~ This program is free software; you can redistribute it and/or modify
@@ -21,8 +21,6 @@
   ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
   -->
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"

Modified: branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css	2010-07-22 15:58:01 UTC (rev 962)
+++ branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css	2010-07-23 14:00:56 UTC (rev 963)
@@ -22,6 +22,7 @@
 html {
     margin: 0;
     padding: 0;
+    overflow: auto;
 }
 
 body {
@@ -63,10 +64,12 @@
 }
 
 #content {
-    margin-top: 46px;
-    margin-left: 20em;
-    margin-right: 0;
-    margin-bottom: 20px;
+    position: absolute;
+    top: 46px;
+    left: 300px;
+    right: 0;
+    bottom: 31px;
+    overflow: auto;    
     padding: 1em;
     background: #FFFFFF;
 }
@@ -76,7 +79,7 @@
     top: 46px;
     bottom: 31px; /* Operas 5 + 6 shouldn't see this property */
     left: 0;
-    width: 20em;
+    width: 300px;
     overflow: auto;
     background: #eff2f4;
     border-right: 1px solid #dee6ee;
@@ -92,7 +95,6 @@
     font-size: 9px;
     text-align: center;
     background: #35485d;
-
 }
 
 /*\*/



More information about the embjopr-commits mailing list