[portal-commits] JBoss Portal SVN: r12926 - in branches/JBoss_Portal_Branch_2_7: theme/src/bin/portal-ajax-war/dyna and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Mar 2 17:17:40 EST 2009


Author: wesleyhales
Date: 2009-03-02 17:17:40 -0500 (Mon, 02 Mar 2009)
New Revision: 12926

Modified:
   branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
   branches/JBoss_Portal_Branch_2_7/theme/src/bin/portal-ajax-war/dyna/style.css
Log:
fix sub menus overlaying mode buttons, remove unneeded relative style

Modified: branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css	2009-03-02 20:16:49 UTC (rev 12925)
+++ branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css	2009-03-02 22:17:40 UTC (rev 12926)
@@ -321,6 +321,7 @@
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
+   z-index: 10;
 }
 
 ul#tabsHeader ul a {
@@ -482,8 +483,8 @@
    white-space: nowrap;
    float: right;
    padding: 2px 0 0 0;
-   position: relative;
-   z-index: 1;
+   /*position: relative;*/
+   /*z-index: 1;*/
 }
 
 .mode-button {

Modified: branches/JBoss_Portal_Branch_2_7/theme/src/bin/portal-ajax-war/dyna/style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_7/theme/src/bin/portal-ajax-war/dyna/style.css	2009-03-02 20:16:49 UTC (rev 12925)
+++ branches/JBoss_Portal_Branch_2_7/theme/src/bin/portal-ajax-war/dyna/style.css	2009-03-02 22:17:40 UTC (rev 12926)
@@ -12,7 +12,6 @@
 */
 .dnd-handle {
    cursor: move;
-   position: relative;
    min-height: 21px;
    height: auto !important;
    height: 21px;




More information about the portal-commits mailing list