Author: prasad
Date: Thu Jan 17 02:50:51 2008
New Revision: 12403
Log:
Fixed MASHUP-542:There's a mis-alighment in the contents of the Login window
when viewed from FireFox.
Modified:
trunk/mashup/java/modules/www/signin.jsp
Modified: trunk/mashup/java/modules/www/signin.jsp
==============================================================================
--- trunk/mashup/java/modules/www/signin.jsp (original)
+++ trunk/mashup/java/modules/www/signin.jsp Thu Jan 17 02:50:51 2008
@@ -195,11 +195,11 @@
<input type="hidden" name="bounceback"
value="<%=bounceback%>"/>
<input type="hidden" id="rememberme" name="rememberme"
value="false"/>
<br/>
- <table width="600" border="0" align="right"
cellpadding="3" cellspacing="0"
+ <table width="675" border="0" align="right"
cellpadding="3" cellspacing="0"
class="box">
<tr>
<th align="center">Sign-in to WSO2 Mashup
Server</th>
- <th align="center">Use info card to enter WSO2
Mashup Server</th>
+ <th width="50%" align="center">Use info card
to enter WSO2 Mashup Server</th>
</tr>
<tr>
<td align="center" height="175">
@@ -207,7 +207,7 @@
<div class="error">Invalid user or
password. Please try again.
</div>
<% } %>
- <label style="margin-right:20px;
"><strong>User
+ <label style="margin-right:2px;
"><strong>User
Name:</strong></label><input
type="text" name="userName"
value="<% if (!success)
out.println(nameProvided); %>"
@@ -216,7 +216,7 @@
Field.focus('userName');
</script>
<br/><br/>
- <label style="margin-right:31px;
"><strong>Password:</strong></label><input
+ <label style="margin-right:10px;
"><strong>Password:</strong></label><input
type="password" name="password"
id="password"/>
<br/><br/><br/>
@@ -243,7 +243,7 @@
border="0"></a>
</td>
</tr>
- </table>
+ </table>
<br/>
<br/>
</form>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev