Author: thuy.nguyen
Date: 2010-04-05 05:53:23 -0400 (Mon, 05 Apr 2010)
New Revision: 2473
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-912: Display issue in Application Registry > Portlets when portlet
application name is too long
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-04-05
09:45:42 UTC (rev 2472)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-04-05
09:53:23 UTC (rev 2473)
@@ -429,7 +429,9 @@
background: #b7b7b7 url(DefaultSkin/background/ControlIcon.gif) no-repeat scroll 5px
-196px; /* orientation=lt */
background: #b7b7b7 url(DefaultSkin/background/ControlIcon-rt.gif) no-repeat scroll
right -196px; /* orientation=rt */
color: white;
- font-weight: bold;
+ font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
}
.UIPortletManagement .ListCategory .ListItem {
Show replies by date