Author: ips
Date: 2008-12-23 16:39:14 -0500 (Tue, 23 Dec 2008)
New Revision: 83
Modified:
trunk/core/src/main/webapp/css/console-style.css
trunk/core/src/main/webapp/include/header.xhtml
trunk/core/src/main/webapp/login.xhtml
Log:
link logo image to embjopr homepage; add potential fix for login page CSS issue on IE7
Modified: trunk/core/src/main/webapp/css/console-style.css
===================================================================
--- trunk/core/src/main/webapp/css/console-style.css 2008-12-23 20:28:48 UTC (rev 82)
+++ trunk/core/src/main/webapp/css/console-style.css 2008-12-23 21:39:14 UTC (rev 83)
@@ -225,6 +225,7 @@
padding: 10px 60px 30px 60px;
width: 180px;
border: 1px solid #5f6a6f;
+ clear: both;
}
.Loginbox h4 {
Modified: trunk/core/src/main/webapp/include/header.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/header.xhtml 2008-12-23 20:28:48 UTC (rev 82)
+++ trunk/core/src/main/webapp/include/header.xhtml 2008-12-23 21:39:14 UTC (rev 83)
@@ -34,7 +34,9 @@
<ui:composition>
<div id="pageheader">
<div class="floatleft">
- <h:graphicImage value="images/hdr_embeddedjopr_hori.gif"
alt="Embedded Jopr"/>
+ <h:outputLink
value="http://jboss.org/embjopr/">
+ <h:graphicImage value="images/hdr_embeddedjopr_hori.gif"
alt="Embedded Jopr"/>
+ </h:outputLink>
</div>
<div class="login">
<h:outputText rendered="#{not empty identity.username}">
Modified: trunk/core/src/main/webapp/login.xhtml
===================================================================
--- trunk/core/src/main/webapp/login.xhtml 2008-12-23 20:28:48 UTC (rev 82)
+++ trunk/core/src/main/webapp/login.xhtml 2008-12-23 21:39:14 UTC (rev 83)
@@ -42,11 +42,14 @@
<div align="center" class="container">
<div id="pageheader">
<div class="floatleft">
- <h:graphicImage value="images/hdr_embeddedjopr_hori.gif"
alt="Embedded Jopr"/>
+ <h:outputLink
value="http://jboss.org/embjopr/">
+ <h:graphicImage value="images/hdr_embeddedjopr_hori.gif"
alt="Embedded Jopr"/>
+ </h:outputLink>
</div>
<div class="login"><a
href="#">#{messages['help.link']}</a><br/></div>
</div>
- <div class="Loginbox" ><h:messages layout="table"
styleClass="loginerror-msg"/>
+ <div class="Loginbox">
+ <h:messages layout="table"
styleClass="loginerror-msg"/>
<h:form id="login_form">
<div>
<h2>Welcome to the JBoss administration console.</h2>