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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 17 00:25:33 EDT 2010


Author: thanh.do
Date: 2010-05-17 00:25:32 -0400 (Mon, 17 May 2010)
New Revision: 3102

Modified:
   portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
Log:
IE6 User Interface problems

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-17 04:10:42 UTC (rev 3101)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css	2010-05-17 04:25:32 UTC (rev 3102)
@@ -69,23 +69,23 @@
 .UITabPaneDashboard .LtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') no-repeat left top;
 	padding-left: 3px;
-	height: 32px;
+	_height: 32px;
 }
 
 .UITabPaneDashboard .RtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') no-repeat right top;
 	padding-right: 3px;
-	height: 32px;
+	_height: 32px;
 }
 
 .UITabPaneDashboard .CtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') repeat-x center -32px;
 	padding: 0px 6px; 
-	height: 32px;
+	_height: 32px;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs {
-	padding-top: 1px;
+	padding: 1px 0px 4px 0px;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .TabsContainer {



More information about the gatein-commits mailing list