Author: thuy.nguyen
Date: 2010-01-14 04:25:41 -0500 (Thu, 14 Jan 2010)
New Revision: 1280
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIPortlet.gtmpl
Log:
GTNPORTAL-458: Error UI when edit portlet
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css 2010-01-14
09:12:12 UTC (rev 1279)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css 2010-01-14
09:25:41 UTC (rev 1280)
@@ -82,7 +82,6 @@
float: left; /* orientation=rt */
}
-
.ClearFix:after {
content: ".";
display: block;
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css 2010-01-14
09:12:12 UTC (rev 1279)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css 2010-01-14
09:25:41 UTC (rev 1280)
@@ -21,7 +21,9 @@
padding: 5px;
}
-.UIPortlet .CONTROL-PORTLET {
+.UIPortlet .CONTROL-PORTLET {
+ left: 0; /* orientation=lt */
+ right: 0; /* orientation=rt */
}
.UIPortlet .CONTROL-PORTLET .Login {
@@ -301,7 +303,8 @@
.EdittingContainer .OverContainerBlock {
border: 1px solid #b8babf;
- background: none;
+ background: none;
+ height: 100%;
}
.EdittingContainer .OverContainerBlock .LeftContainerBlock {
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIPortlet.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIPortlet.gtmpl 2010-01-14
09:12:12 UTC (rev 1279)
+++
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIPortlet.gtmpl 2010-01-14
09:25:41 UTC (rev 1280)
@@ -129,7 +129,7 @@
<div class="WindowBarLeft">
<div class="WindowBarRight">
<div class="WindowBarCenter">
- <div class="FixHeight">
+ <div class="FixHeight ClearFix">
<%
String restoreDown =
_ctx.appRes("UIPortlet.tooltip.MaximizeRestore");
@@ -231,7 +231,6 @@
%>
<div class="$portletIcon WindowPortletIcon NovaPortletIcon
WindowPortletInfo"><div
class="PortletName">$title</div></div>
- <div class="ClearBoth"><span></span></div>
</div>
</div>
</div>
@@ -254,10 +253,9 @@
<div class="BottomDecoratorLeft">
<div class="BottomDecoratorRight">
<div class="BottomDecoratorCenter">
- <div class="FixHeight">
+ <div class="FixHeight ClearFix">
<div class="ResizeArea"
title="<%=_ctx.appRes("UIPortlet.tooltip.ResizeWindow");%>"><span></span></div>
<div
class="Information"><%=_ctx.appRes("UIPortlet.lable.information");%></div>
- <div class="ClearRight"><span></span></div>
</div>
</div>
</div>
@@ -303,7 +301,7 @@
<div class="LeftBar">
<div class="RightBar">
<div class="MiddleBar">
- <div class="FixHeight">
+ <div class="FixHeight ClearFix">
<div class="DragControlArea"
title="<%=_ctx.appRes("UIPortlet.tooltip.DragControl");%>"
onmousedown="eXo.portal.PortalDragDrop.init.call(this,event);"><span></span></div>
<%
String portletIcon = uicomponent.getIcon();
@@ -316,7 +314,6 @@
<a
href="<%=uicomponent.event("DeleteComponent","$uicomponent.id")%>"
class="DeletePortletIcon"
title="<%=_ctx.appRes("UIPortlet.tooltip.deletePortlet");%>"></a>
<a
href="<%=uicomponent.event("EditPortlet","$uicomponent.id")%>;eXo.portal.UIPortal.changeComposerSaveButton()"
class="EditPortletPropertiesIcon"
title="<%=_ctx.appRes("UIPortlet.tooltip.editPortlet");%>"></a>
</div>
- <div
class="ClearLeft"><span></span></div>
</div>
</div>
</div>
Show replies by date