[jboss-svn-commits] JBoss Portal SVN: r5120 - trunk/core/src/bin/portal-core-war/themes/phalanx

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 30 13:41:41 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-08-30 13:41:40 -0400 (Wed, 30 Aug 2006)
New Revision: 5120

Modified:
   trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
JBPORTAL-602

Modified: trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-08-30 16:52:21 UTC (rev 5119)
+++ trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-08-30 17:41:40 UTC (rev 5120)
@@ -40,6 +40,7 @@
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #CFD2CF;
+margin: 0px -3px 0px 3px;
 
    z-index: 5;
 }
@@ -61,7 +62,7 @@
    height: 126px;
    z-index: 2;
    position: absolute;
-   left: 2px;
+   left: 0px;
    top: 0px;
    border-top-style: solid;
    border-top-width: 2px;
@@ -74,7 +75,7 @@
 
 /* wrapper for entire portal. starts/ends after/before body tag */
 #portal-container {
-   margin: 4px 2% 0 2%;
+   margin: 4px 2% 0px 2%;
    background-color: #FEFFFC;
    background-image: url( images/page_border_bottom.gif );
    background-position: bottom;
@@ -87,6 +88,7 @@
    margin: 0 -350px 0 -350px;
    position: relative;
    min-width: 804px;
+padding: 0 0 0 0;
 }
 
 /* min width hack for IE */
@@ -107,7 +109,9 @@
 #content-container {
    height: 100%;
    text-align: left;
-   min-width: 800px;
+/*   min-width: 800px;*/
+width:100%;
+min-width:800px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #CFD2CF;




More information about the jboss-svn-commits mailing list