Author: kien_nguyen
Date: 2010-10-27 05:59:57 -0400 (Wed, 27 Oct 2010)
New Revision: 4853
Modified:
portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-1235 Little error in View URL of a gadget detail when URL of gadget have length
with Russian language
Modified:
portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
===================================================================
---
portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-10-27
09:07:32 UTC (rev 4852)
+++
portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-10-27
09:59:57 UTC (rev 4853)
@@ -354,7 +354,8 @@
font-size: 11px;
color: black;
text-align: right; /* orientation=lt */
- text-align: left; /* orientation=rt */
+ text-align: left; /* orientation=rt */
+ word-wrap: break-word;
}
.UIApplicationRegistryPortlet .ApplicationContentLabel .RightLabel {