Remove the width on the login page

This commit is contained in:
Ludovic Poujol 2019-03-14 14:30:12 +01:00
parent b1d602234f
commit f669c3f793

View file

@ -5,7 +5,7 @@
* *
* Copyright (c) 2009 Evolix - Tous droits reserves * Copyright (c) 2009 Evolix - Tous droits reserves
* *
* vim: expandtab softtabstop=4 tabstop=4 shiftwidth=4 showtabline=2 * vim: expandtab softtabstop=4 tabstop=4 shiftwidth=4 showtabline=2
* *
* @author Gregory Colpart <reg@evolix.fr> * @author Gregory Colpart <reg@evolix.fr>
* @author Thomas Martin <tmartin@evolix.fr> * @author Thomas Martin <tmartin@evolix.fr>
@ -17,7 +17,7 @@
<br/><br/> <br/><br/>
<form method="POST"> <form method="POST">
<table width="300" align="center"> <table align="center">
<tr> <tr>
<td align="right">Utilisateur : &nbsp;</td> <td align="right">Utilisateur : &nbsp;</td>
<td align="left"><input type="text" name="login" /></td> <td align="left"><input type="text" name="login" /></td>