Author: thomas.heute(a)jboss.com
Date: 2009-11-27 07:43:11 -0500 (Fri, 27 Nov 2009)
New Revision: 837
Modified:
portal/trunk/examples/extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log:
Proud of being a best of breed, adding back the text in the samples deployed by default on
JBoss
Modified:
portal/trunk/examples/extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
===================================================================
---
portal/trunk/examples/extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl 2009-11-27
11:03:20 UTC (rev 836)
+++
portal/trunk/examples/extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl 2009-11-27
12:43:11 UTC (rev 837)
@@ -21,7 +21,7 @@
<div class="HomePortletAdBackround">
<div class="AdImageLeft">
<div class="AdImageRight">
- <div class="EmptyBlock"><span></span></div>
+ <div
class="EmptyBlock"><%=_ctx.appRes("UIHomePagePortlet.Label.Slogan")%></div>
</div>
</div>
</div>
@@ -30,8 +30,7 @@
<div class="LeftAccountsContainer">
<div class="RightAccountsContainer">
<div class="MiddleAccountsContainer">
- <div class="InstructionTitle">Try GateIn 3.0 with one of these
user accounts
- </div>
+ <div
class="InstructionTitle"><%=_ctx.appRes("UIHomePagePortlet.Label.Title")%></div>
<div class="AccountsContainerDeco">
<div class="AccountBlock AdministratorUser">
<div class="AccountInfos">
@@ -99,10 +98,4 @@
</div>
<div class="ClearBoth"><span></span></div>
</div>
-<div class="BottomDecoratorHome">
- <div class="BottomDecoratorLeft">
- <div class="BottomDecoratorRight">
- <div
class="BottomDecoratorMiddle"><span></span></div>
- </div>
- </div>
-</div>
+
Modified:
portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css 2009-11-27
11:03:20 UTC (rev 836)
+++
portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css 2009-11-27
12:43:11 UTC (rev 837)
@@ -99,19 +99,29 @@
}
.UIHomePagePortlet .AdImageRight {
-
text-align: right; /* orientation=lt */
text-align: left; /* orientation=rt */
height: 255px;
- padding: 0px 10px 0px 0px; /* orientation=lt */
- padding: 0px 0px 0px 10px; /* orientation=rt */
- letter-spacing: 1px;
+ padding: 0px 10px 0px 200px; /* orientation=lt */
+ padding: 0px 200px 0px 10px; /* orientation=rt */
}
.UIHomePagePortlet .AdImageLeft .EmptyBlock {
- height: 170px;
+ height: 120px;
+ font-size: 21px;
+ color: #616161;
+ text-align: center;
+ font-family: arial;
+ font-weight: bold;
+ float: right; /* orientation=lt */
+ float: left; /* orientation=rt */
+ padding: 50px 0 0;
}
+.UIHomePagePortlet .AdImageLeft .EmptyBlock div {
+ font-size: 19px;
+}
+
.UIHomePagePortlet .AdImageLeft .ProductSlogan {
font-family: arial;
color: #666666;
@@ -136,7 +146,7 @@
}
_html .UIHomePagePortlet .HomePortletContent .LeftAccountsContainer {
- background: url('DefaultSkin/background/HomePagePortlet.gif') no-repeat 4px
-529px;/* orientation=rt */
+ background: url('DefaultSkin/background/HomePagePortlet.gif') no-repeat 4px
-529px;
}
.UIHomePagePortlet .HomePortletContent .RightAccountsContainer {