Author: wesleyhales
Date: 2010-03-12 12:39:12 -0500 (Fri, 12 Mar 2010)
New Revision: 2226
Modified:
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UIPortalNavigationPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-299, GTNPORTAL-697 set navigation menu drop down to z-index of 1. Any portlet
markup shoud use negative numbers for ordering in that space.
Modified:
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2010-03-12
15:39:24 UTC (rev 2225)
+++
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2010-03-12
17:39:12 UTC (rev 2226)
@@ -1,23 +1,23 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- */
-
/**
+ * Copyright (C) 2009 eXo Platform SAS.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
+/**
* Created by The eXo Platform SARL
* Modifier : Nguyen Ngoc Thuy
* April 23, 2007
@@ -208,6 +208,7 @@
border: solid #b7b7b7 1px; /*fix for IE*/
text-align: left; /* orientation=lt */
text-align: right; /* orientation=rt */
+ z-index: 1;
}
.UINavigationPortlet .MenuItemContainer .MenuItemDecorator {
@@ -286,7 +287,7 @@
.UINavigationPortlet .ScrollLeftButton {
cursor: pointer;
background: url('DefaultSkin/background/Button.gif') no-repeat left -15px; /*
orientation=lt */
- background: url('DefaultSkin/background/Button-rt.gif') no-repeat right -15px;
/* orientation=rt */
+ background: url('DefaultSkin/background/Button-rt.gif') no-repeat right -15px;
/* orientation=rt */
width: 10px;
height: 15px;
padding-left: 12px; /* orientation=lt */
@@ -305,7 +306,7 @@
.UINavigationPortlet .DisableScrollLeftButton {
cursor: pointer;
background: url('DefaultSkin/background/Button.gif') no-repeat left -30px; /*
orientation=lt */
- background: url('DefaultSkin/background/Button-rt.gif') no-repeat right -30px;
/* orientation=rt */
+ background: url('DefaultSkin/background/Button-rt.gif') no-repeat right -30px;
/* orientation=rt */
width: 10px;
height: 15px;
padding-left: 12px; /* orientation=lt */
@@ -324,7 +325,7 @@
.UINavigationPortlet .HighlightScrollLeftButton {
cursor: pointer;
background: url('DefaultSkin/background/Button.gif') no-repeat left top; /*
orientation=lt */
- background: url('DefaultSkin/background/Button-rt.gif') no-repeat right top; /*
orientation=rt */
+ background: url('DefaultSkin/background/Button-rt.gif') no-repeat right top; /*
orientation=rt */
width: 10px;
height: 15px;
padding-left: 12px; /* orientation=lt */
Modified:
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UIPortalNavigationPortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UIPortalNavigationPortlet/DefaultStylesheet.css 2010-03-12
15:39:24 UTC (rev 2225)
+++
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UIPortalNavigationPortlet/DefaultStylesheet.css 2010-03-12
17:39:12 UTC (rev 2226)
@@ -1,22 +1,22 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- */
-
+/**
+ * Copyright (C) 2009 eXo Platform SAS.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
.UIPortalNavigationPortlet {
!position: relative;
}
@@ -57,6 +57,7 @@
background: #f3f3f3;
text-align: left; /* orientation=lt */
text-align: right; /* orientation=rt */
+ z-index: 1;
}
.UIPortalNavigationPortlet .MenuItemContainer .MenuItemDecorator {