Author: thomas.heute(a)jboss.com
Date: 2010-04-01 06:10:52 -0400 (Thu, 01 Apr 2010)
New Revision: 2442
Modified:
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css
Log:
JBEPP-242: the simple theme of banner portlet is broken in unauthenticated mode
Modified:
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css 2010-04-01
09:50:21 UTC (rev 2441)
+++
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css 2010-04-01
10:10:52 UTC (rev 2442)
@@ -39,3 +39,21 @@
.UIBannerPortlet .MiddleBanner {
height: 50px;
}
+
+.UIBannerPortlet .MiddleBanner .Signin {
+ text-align: right;
+ padding: 25px 20px 0px 0px;
+}
+
+.UIBannerPortlet .MiddleBanner .Signin a {
+ background: none;
+ margin-left: 8px;
+ color: #5a5a5a;
+}
+
+.UIBannerPortlet .MiddleBanner .Signin a:hover {
+ color: #000;
+}
+
+
+
Show replies by date