[gatein-commits] gatein SVN: r3089 - in portal/trunk/web/eXoResources/src/main/webapp: skin/DefaultSkin/portal/webui/component/view/UIDashboard and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 14 00:34:08 EDT 2010


Author: thuy.nguyen
Date: 2010-05-14 00:34:06 -0400 (Fri, 14 May 2010)
New Revision: 3089

Modified:
   portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
   portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
Log:
GTNPORTAL-1095: IE6 User Interface problems

Modified: portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js	2010-05-14 04:31:14 UTC (rev 3088)
+++ portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js	2010-05-14 04:34:06 UTC (rev 3089)
@@ -82,7 +82,7 @@
 		inputElement.name = currentContent; // To store old value
 		inputElement.value = currentContent;
 		inputElement.style.border = "1px solid #b7b7b7";
-		inputElement.style.width = "95px";
+		inputElement.style.width = (selectedElement.offsetWidth - 2 ) + "px";
 		inputElement.onkeypress = eXo.webui.UITabbedDashboard.renameTabLabel;
 		inputElement.setAttribute('maxLength', 50);
 		inputElement.onblur = function() {

Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css	2010-05-14 04:31:14 UTC (rev 3088)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css	2010-05-14 04:34:06 UTC (rev 3089)
@@ -176,8 +176,26 @@
 .UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .EditnewTab .MiddleTab {
 	background: url(background/TabDashboard.gif) repeat-x left -22px;
 	line-height: 22px;
+	vertical-align: middle;
+	padding-top: 0;
 }
 
+.UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .MiddleTab span {
+	margin-top: 1px;
+}
+
+.UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle input {
+	font-size: 11px;
+	background: white;
+	padding: 0 !important;
+	text-align: left !important;
+	font-family: Tahoma !important;
+	margin: 0;
+	!height: 16px;
+	!line-height: 14px;
+	vertical-align: middle;
+}
+
 /*----------------------UIGadgetsSelectorForm-------------------*/
 
 .UIDashboardSelectContainer {



More information about the gatein-commits mailing list