Author: kien_nguyen
Date: 2011-03-07 23:07:03 -0500 (Mon, 07 Mar 2011)
New Revision: 5973
Modified:
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
Log:
GTNPORTAL-1184 IE6: when change language to Arabic, the resize button on the right of
page_editor component is broken
Modified:
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
===================================================================
---
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2011-03-08
03:20:22 UTC (rev 5972)
+++
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2011-03-08
04:07:03 UTC (rev 5973)
@@ -115,10 +115,6 @@
float: left; /* orientation=rt */
cursor: nw-resize; /* orientation=lt */
cursor: ne-resize; /* orientation=rt */
- position: absolute;
- bottom: 8px;
- right: 8px; /* orientation=lt */
- left: 8px; /* orientation=rt */
}
.UIPopupWindow .BottomLeftCornerDecorator {
@@ -272,11 +268,6 @@
.UIPortalComposer .BCPortalComposer {
background: #ececec;
border: 1px solid #bbbcc2;
- height: 50px;
-}
-
-.UIPortalComposer .BCPortalComposer {
-
}
.UIPortalComposer .Bottom {
Modified:
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
===================================================================
---
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl 2011-03-08
03:20:22 UTC (rev 5972)
+++
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl 2011-03-08
04:07:03 UTC (rev 5973)
@@ -46,7 +46,7 @@
<div class="BLPortalComposer" style="display:
<%=uicomponent.isCollapsed ? "none": "block"%>">
<div class="BRPortalComposer">
- <div class="BCPortalComposer">
+ <div class="BCPortalComposer ClearFix">
<div class="UIAction">
<table class="ActionContainer">
<tr>
Show replies by date