[gatein-commits] gatein SVN: r7959 - portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 3 10:58:32 EDT 2011


Author: phuong_vu
Date: 2011-11-03 10:58:32 -0400 (Thu, 03 Nov 2011)
New Revision: 7959

Modified:
   portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
Log:
GTNPORTAL-2256 Popup's resize button is always shown even if the popup is not resizable

Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css	2011-11-03 14:45:59 UTC (rev 7958)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css	2011-11-03 14:58:32 UTC (rev 7959)
@@ -89,7 +89,7 @@
 .UIPopupWindow .ResizeButton {
   background: url('background/ResizeBtn.gif') no-repeat right top; /* orientation=lt */
   background: url('background/ResizeBtn-rt.gif') no-repeat left top; /* orientation=rt */
-  display: block;
+  display: none;
   float: right; /* orientation=lt */
   float: left; /* orientation=rt */
   cursor: nw-resize; /* orientation=lt */



More information about the gatein-commits mailing list