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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 4 03:28:18 EST 2010


Author: thuy.nguyen
Date: 2010-03-04 03:28:17 -0500 (Thu, 04 Mar 2010)
New Revision: 1962

Modified:
   portal/trunk/portlet/dashboard/src/main/webapp/groovy/dashboard/webui/component/UITabPaneDashboard.gtmpl
   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/UIGadget/Stylesheet.css
Log:
GTNPORTAL-521: Lost border of Gadget in Dashboard page when show maximize 

Modified: portal/trunk/portlet/dashboard/src/main/webapp/groovy/dashboard/webui/component/UITabPaneDashboard.gtmpl
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/groovy/dashboard/webui/component/UITabPaneDashboard.gtmpl	2010-03-04 07:41:40 UTC (rev 1961)
+++ portal/trunk/portlet/dashboard/src/main/webapp/groovy/dashboard/webui/component/UITabPaneDashboard.gtmpl	2010-03-04 08:28:17 UTC (rev 1962)
@@ -26,7 +26,7 @@
 	<div class="LtTabDashboard">
 		<div class="RtTabDashboard">
 			<div class="CtTabDashboard">
-				<div class="UIHorizontalTabs">
+				<div class="UIHorizontalTabs ClearFix">
 					<div class="TabsContainer ClearFix">
 						<% for(int i = 0;i < tabNbs;i++){ 
 							 		node = nodes.get(i);
@@ -56,7 +56,7 @@
 									<div class="NormalTab">
 										<div class="LeftTab">
 											<div class="RightTab">
-												<div class="MiddleTab">
+												<div class="MiddleTab ClearFix">
 													<a	href="<%= portalURI + node.getUri(); %>"><span>$tabLabel</span></a>
 													<a  href="<%= uicomponent.url("DeleteTab",param); %>">
 														<img class="CloseIcon" src="/eXoResources/skin/sharedImages/Blank.gif" alt="DEL" />

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-03-04 07:41:40 UTC (rev 1961)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css	2010-03-04 08:28:17 UTC (rev 1962)
@@ -52,7 +52,7 @@
 	cursor: move;
 	overflow: hidden;
 	white-space: nowrap;
-	width: 200px;
+	width: 195px;
 }
 
 .UIDashboard .UIDashboardEditForm {
@@ -67,16 +67,19 @@
 .UITabPaneDashboard .LtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') no-repeat left top;
 	padding-left: 3px;
+	height: 32px;
 }
 
 .UITabPaneDashboard .RtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') no-repeat right top;
 	padding-right: 3px;
+	height: 32px;
 }
 
 .UITabPaneDashboard .CtTabDashboard {
 	background: #ffcf01 url('background/NavUser.gif') repeat-x center -32px;
 	padding: 0px 6px; 
+	height: 32px;
 }
 
 .UITabPaneDashboard .UIHorizontalTabs {
@@ -584,4 +587,5 @@
 
 .Maximized iframe {
 	width: 100%;
+	_width: 98%;
 }
\ No newline at end of file

Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css	2010-03-04 07:41:40 UTC (rev 1961)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css	2010-03-04 08:28:17 UTC (rev 1962)
@@ -146,8 +146,8 @@
 	height: 10px;
 }
 
-.UIControlWorkspace .UIGadget iframe {
-	width: 210px;
+.UIGadget iframe {
+	width: 299px;
 }
 
 .UIGadgetContent .gadgets-gadget-user-prefs-dialog {
@@ -175,4 +175,6 @@
 
 .gadgets-gadget-content {
 	padding: 10px 0;
+	background: white;
+	border: 1px solid white;
 }



More information about the gatein-commits mailing list