Author: theute
Date: 2012-03-06 12:33:12 -0500 (Tue, 06 Mar 2012)
New Revision: 8543
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp
Log:
Bug 793686 - (JBEPP-762) Sign-in button: Clickable area is much wider than the visible
button
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp 2012-03-06
17:32:43 UTC (rev 8542)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp 2012-03-06
17:33:12 UTC (rev 8543)
@@ -93,14 +93,14 @@
<td><%=res.getString("UILoginForm.label.RememberOnComputer")%></td>
</tr>
</table>
- <div id="UIPortalLoginFormAction" class="LoginButton"
onclick="login();">
+ <div id="UIPortalLoginFormAction"
class="LoginButton">
<table class="LoginButtonContainer">
<tr>
<td class="Button">
<div class="LeftButton">
<div class="RightButton">
<div class="MiddleButton">
- <a
href="#"><%=res.getString("UILoginForm.label.Signin")%></a>
+ <a href="#"
onclick="login();"><%=res.getString("UILoginForm.label.Signin")%></a>
</div>
</div>
</div>
Show replies by date