Author: thuy.nguyen
Date: 2010-01-14 04:38:53 -0500 (Thu, 14 Jan 2010)
New Revision: 1282
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
Log:
GTNPORTAL-464: IE: Error UI when login to portal with Arabic language
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2010-01-14
09:32:20 UTC (rev 1281)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2010-01-14
09:38:53 UTC (rev 1282)
@@ -70,7 +70,8 @@
}
.UIToolbarContainer .UIHorizontalTabs .TabsContainer {
- height: 32px;
+ height: 32px; /* orientation=lt */
+ height: auto; /* orientation=rt */
float: left; /* orientation=lt */
float: none; /* orientation=rt */
}
Show replies by date