Author: thanh.do
Date: 2010-03-24 06:53:29 -0400 (Wed, 24 Mar 2010)
New Revision: 2353
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css
Log:
GTNPORTAL-909:the simple theme of banner portlet is broken in unauthenticated mode
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css
===================================================================
---
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css 2010-03-24
10:06:28 UTC (rev 2352)
+++
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIBannerPortlet/Stylesheet.css 2010-03-24
10:53:29 UTC (rev 2353)
@@ -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