Author: mwringe
Date: 2011-09-27 15:21:49 -0400 (Tue, 27 Sep 2011)
New Revision: 7540
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css
Log:
JBEPP-1181: add in css for the UIPopupCategory CategoryItem. Matches what is currently
available in GateIn trunk.
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css 2011-09-27
17:34:56 UTC (rev 7539)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupCategory/Stylesheet.css 2011-09-27
19:21:49 UTC (rev 7540)
@@ -49,6 +49,12 @@
border-bottom: 1px #cdcdcd solid;
cursor: pointer;
display: block;
+ padding-left: 18px; /* orientation=lt */
+ padding-right: 18px; /* orientation=rt */
+ height: 22px;
+ line-height: 22px;
+ background: #efefef
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/GrayNextArrow.gif')
no-repeat left center; /* orientation=lt */
+ background: #efefef
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/GrayNextArrow-rt.gif')
no-repeat right center; /* orientation=rt */
}
.UIPopupCategory .CategoryItem:hover {