This commit is contained in:
mb863 2010-12-21 19:22:25 +00:00
parent ebe9a42f7d
commit 5acdc86a7f
2 changed files with 7 additions and 10 deletions

View file

@ -50,8 +50,8 @@ p.request-account {
height: 30px;
background: #fff 0 0 url(../images/login-or.png) no-repeat;
margin-bottom: 0;
padding-left: 9px;
padding-top: 5px;
padding-left: 10px;
padding-top: 6px;
color: #fff;
font-size: .8em;
}

View file

@ -36,15 +36,12 @@
<form role="form" id="login-form" action="${formAction}" method="post" name="login-form" />
<#if externalAuthUrl??>
<p class="external-auth">
<a class="blue button" href="${externalAuthUrl}">${externalAuthName}</a>
</p>
<p class="external-auth"><a class="blue button" href="${externalAuthUrl}">${externalAuthName}</a></p>
<p class="or-auth">or</p>
<h3 class="internal-auth" >Login using a different account</h3>
</#if>
<p class="or-auth">or</p>
<h3 class="internal-auth" >Login using a different account</h3>
<label for="email">Email</label>
<input class="text-field" name="loginName" id="loginName" type="text" value="${loginName!}" required />