[gatein-commits] gatein SVN: r2442 - portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 1 06:10:53 EDT 2010


Author: thomas.heute at 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;
+}
+
+
+



More information about the gatein-commits mailing list