Skip to content
Snippets Groups Projects
Commit cfef90eb authored by cramakri's avatar cramakri
Browse files

MINOR: Make index a bit prettier.

SVN: 14712
parent 7e89c7d1
No related branches found
No related tags found
No related merge requests found
......@@ -32,31 +32,21 @@
<iframe id="__gwt_historyFrame" style="width: 0; height: 0; border: 0"></iframe>
<div id="openbis_login_div" style="visibility: hidden">
<form id="openbis_login_form" method="post" action="javascript:;">
<table>
<table cellspacing="5">
<tbody>
<tr>
<tr style="padding-bottom: 5px">
<td><span>User:</span></td>
<td><input type="text" id="openbis_login_username"
name="openbis-username" style="width: 150px;"></td>
<td>&nbsp;</td>
</tr>
<tr>
<tr style="padding-bottom: 5px">
<td><span>Password:</span></td>
<td><input type="password" id="openbis_login_password"
name="openbis-password" style="width: 150px;"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td rowspan="3">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td align="right"><input type="submit" id="openbis_login_submit"
value="Login"></td>
</tr>
</tbody>
</table>
<input style="margin-left: 200px" type="submit" id="openbis_login_submit" value="Login">
</form>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment