Author: theute
Date: 2012-03-06 12:32:43 -0500 (Tue, 06 Mar 2012)
New Revision: 8542
Modified:
portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp
Log:
GTNPORTAL-2371
Sign-in button: Clickable area is much wider than the visible button
Modified: portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp
===================================================================
--- portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp 2012-03-06 13:17:35 UTC
(rev 8541)
+++ portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp 2012-03-06 17:32:43 UTC
(rev 8542)
@@ -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