Author: thanh_tung_do
Date: 2010-05-10 01:57:17 -0400 (Mon, 10 May 2010)
New Revision: 3018
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
Log:
GTNPORTAL-1101:replace resize button on page_editor when change language to Arabic
(isRTL=true)
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 2010-05-10
03:36:37 UTC (rev 3017)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2010-05-10
05:57:17 UTC (rev 3018)
@@ -117,7 +117,8 @@
cursor: ne-resize; /* orientation=rt */
position: absolute;
bottom: 8px;
- right: 8px;
+ right: 8px; /* orientation=lt */
+ left: 8px; /* orientation=rt */
}
.UIPopupWindow .BottomLeftCornerDecorator {
Show replies by date