[jboss-svn-commits] JBoss Portal SVN: r5146 - branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 5 10:01:45 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-09-05 10:01:44 -0400 (Tue, 05 Sep 2006)
New Revision: 5146

Modified:
   branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
backported:
- JBPORTAL-602 - navigation portlet wraps in smaller resolutions
- JBPORTAL-951 - windows wrap in smaller resolutions

Modified: branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-09-04 23:49:24 UTC (rev 5145)
+++ branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-09-05 14:01:44 UTC (rev 5146)
@@ -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;
@@ -235,6 +239,7 @@
 }
 
 UL#tabsHeader li {
+display: inline;
    list-style: none;
    float: left;
    margin-left: 0px;
@@ -271,12 +276,12 @@
 }
 
 UL#tabsHeader a {
-   display: block;
+   display: inline;
    float: left;
    text-decoration: none;
    font: 13px / normal Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    color: #425261;
-   line-height: 20px;
+   line-height: 25px;
    padding: 5px 15px 1px 15px;
    background-image: url( images/tab_left_unselected.gif );
    background-repeat: no-repeat;
@@ -291,7 +296,7 @@
    background-image: url( images/tab_left_hover2.gif );
    background-repeat: no-repeat;
    background-position: top left;
-   line-height: 20px;
+   line-height: 25px;
    white-space: nowrap;
 }
 
@@ -302,7 +307,7 @@
    background-position: right top;
    margin-bottom: -3px;
    padding-top: 3px;
-   border-bottom: 1px solid #fff;
+   border-bottom: 2px solid #fff;
 }
 
 UL#tabsHeader #current a, #current a:hover {




More information about the jboss-svn-commits mailing list