[gatein-commits] gatein SVN: r2349 - portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 23 14:18:38 EDT 2010


Author: wesleyhales
Date: 2010-03-23 14:18:37 -0400 (Tue, 23 Mar 2010)
New Revision: 2349

Modified:
   portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
Log:
GTNPORTAL-697, GTNPORTAL-299 fix absolute menu overlay

Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css	2010-03-23 11:50:41 UTC (rev 2348)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css	2010-03-23 18:18:37 UTC (rev 2349)
@@ -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.
+ */
+
 .UIToolbarContainer {	
 	padding: 0px;
 	height: auto;
@@ -84,37 +84,38 @@
 	padding-left: 2px; /* orientation=rt */
 	text-align: left; /* orientation=lt */
 	text-align: right; /* orientation=rt */
-	float: none; 
-	!float: left;/* orientation=rt */
+	float: none; 
+	!float: left;/* orientation=rt */
 	_float: none;/* orientation=rt */
 }
-
-.UserToolBarSitePortletTDContainer {
-	position: relative;
-}
-
-.UserToolBarGroupPortletTDContainer {
-	position: relative;
-}
-
-.UserToolBarGroupPortletTDContainer {
-	position: relative;
-}
-
-.UserToolBarDashboardPortletTDContainer {
-	position: relative;
-}
-
-.AdminToolBarPortletTDContainer {
-	position: relative;
-}
 
+.UserToolBarSitePortletTDContainer {
+	position: relative;
+}
+
+.UserToolBarGroupPortletTDContainer {
+	position: relative;
+}
+
+.UserToolBarGroupPortletTDContainer {
+	position: relative;
+}
+
+.UserToolBarDashboardPortletTDContainer {
+	position: relative;
+}
+
+.AdminToolBarPortletTDContainer {
+	position: relative;
+}
+
 /****************************/
 
 .UIToolbarContainer .MenuItemContainer {	
 	position: absolute;
-	border: 1px solid #9e9fa3;
+	border: 1px solid #9e9fa3;
 	display: none;
+   z-index: 1;
 }
 
 .UIToolbarContainer .TitleBar {
@@ -176,7 +177,7 @@
 
 .UIToolbarContainer .GroupIcon {
 	background: url('background/ToolbarContainer.gif') no-repeat left -128px; /* orientation=lt */
-	background: url('background/ToolbarContainer.gif') no-repeat 100% -128px; /* orientation=rt */
+	background: url('background/ToolbarContainer.gif') no-repeat 100% -128px; /* orientation=rt */
 	margin-left: 10px; /* orientation=lt */
 	margin-right: 10px; /* orientation=rt */
 }



More information about the gatein-commits mailing list