Author: phuong_vu
Date: 2011-10-17 07:33:38 -0400 (Mon, 17 Oct 2011)
New Revision: 7748
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl
Log:
GTNPORTAL-2172 Missing ResizeButton in DOM of UIPopupMessage
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-10-14
11:59:41 UTC (rev 7747)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2011-10-17
11:33:38 UTC (rev 7748)
@@ -107,6 +107,12 @@
margin: auto;
}
+.UIPopupWindow .ResizeButton {
+ width: 13px;
+ height: 13px;
+ margin: 0px 5px 5px 0px;
+}
+
/************************** UIPortalComposer **************************/
.UIPortalComposer {
@@ -231,12 +237,6 @@
border: none;
}
-.UIPortalComposer .ResizeButton {
- width: 13px;
- height: 13px;
- margin: 0px 0px 5px 0px;
-}
-
.UIPortalComposer > .OverflowContainer{
background: url(background/PortalComposer.gif) repeat-x left -34px;
height: 30px;
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl 2011-10-14
11:59:41 UTC (rev 7747)
+++
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl 2011-10-17
11:33:38 UTC (rev 7748)
@@ -36,8 +36,8 @@
<a href="javascript:void(0);"
class="ViewAsBlockIcon"><%=_ctx.appRes(popupId +
".action.SwitchMode")%></a>
</span>
</div>
- <span class="ResizeButton"></span>
</div>
+ <span class="ResizeButton"></span>
</div>
<script language="javascript">
eXo.portal.portalMode = <%=uicomponent.getPortalMode();%>;
Modified: portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl 2011-10-14
11:59:41 UTC (rev 7747)
+++
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl 2011-10-17
11:33:38 UTC (rev 7748)
@@ -45,4 +45,5 @@
<div class="UIWindowContent">
<div class="PopupContent" style="$heightStyle"><%
uicomponent.renderChildren(); %></div>
</div>
+ <span class="ResizeButton"></span>
</div>
\ No newline at end of file
Show replies by date