Author: mwringe
Date: 2011-10-26 11:20:53 -0400 (Wed, 26 Oct 2011)
New Revision: 7894
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
Log:
JBEPP-1198: add missing component PortletCategory UIGrid. If not defined, Chrome will
assume a width of 0 which will not render properly.
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2011-10-26
15:01:09 UTC (rev 7893)
+++
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2011-10-26
15:20:53 UTC (rev 7894)
@@ -462,6 +462,11 @@
padding: 4px 0px;
}
+.UIPortletManagement .PortletCategory .UIFormGrid {
+ width: 100%;
+}
+
+
/******************************** UIGadgetManagement ******************************/
.UIApplicationRegistryPortlet .UIGadgetManagement .PortletIcons {
width: 150px;
Show replies by date