[gatein-commits] gatein SVN: r2360 - in portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard: background and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 25 04:29:18 EDT 2010


Author: thanh.do
Date: 2010-03-25 04:29:18 -0400 (Thu, 25 Mar 2010)
New Revision: 2360

Added:
   portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/background/IconClose.gif
Modified:
   portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/Stylesheet.css
Log:
GTNPORTAL-958:Lost images in navgation when show dashboard portlet

Modified: portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/Stylesheet.css
===================================================================
--- portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/Stylesheet.css	2010-03-24 19:08:20 UTC (rev 2359)
+++ portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/Stylesheet.css	2010-03-25 08:29:18 UTC (rev 2360)
@@ -41,12 +41,14 @@
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .UITab span {
-	margin: 3px 10px;
+	margin: 0px 10px;
+	font-weight: normal;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .UITab .CloseIcon {
 	background: url('background/IconClose.gif') no-repeat left top;
-	width: 16px; height: 16px;
+	width: 16px; 
+	height: 16px;
 	cursor: pointer;
 }
 
@@ -60,21 +62,26 @@
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .NormalTab .LeftTab {
-	background: url(background/TabDashboard.gif) no-repeat left -44px;
+	background: #E6E6E6;
+	border: 1px solid #DADADA;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .NormalTab .RightTab {
-	background: url(background/TabDashboard.gif) no-repeat right -44px;
+	background: none;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .NormalTab .MiddleTab {
-	background: url(background/TabDashboard.gif) repeat-x left -66px;
-	line-height: 22px;
+	background: none;
+	line-height: 20px;
 }
 
+.UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .NormalTab .MiddleTab span  {
+	color: #999999;
+}
+
 .UITabPaneDashboard .UIHorizontalTabs .GrayTabStyle .SelectedTab .LeftTab {
 	background: #fff;
-	border: 1px solid #e5e5e5;
+	border: 1px solid #dadada;
 	padding: 0px;
 }
 

Added: portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/background/IconClose.gif
===================================================================
(Binary files differ)


Property changes on: portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UITabPaneDashboard/background/IconClose.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the gatein-commits mailing list