Author: kien_nguyen
Date: 2010-10-27 07:03:25 -0400 (Wed, 27 Oct 2010)
New Revision: 4856
Modified:
portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css
Log:
GTNPORTAL-793 Use portlet mode display name instead of name
Modified:
portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css
===================================================================
---
portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css 2010-10-27
10:36:41 UTC (rev 4855)
+++
portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css 2010-10-27
11:03:25 UTC (rev 4856)
@@ -121,7 +121,8 @@
padding-left: 18px; /* orientation=lt */
padding-right: 18px; /* orientation=rt */
height: 22px;
- line-height: 22px;
+ line-height: 22px;
+ overflow: hidden;
background:
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/GrayNextArrow.gif')
no-repeat left center; /* orientation=lt */
background:
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/GrayNextArrow-rt.gif')
no-repeat right center; /* orientation=rt */
}
\ No newline at end of file
Show replies by date