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

@ -17,7 +17,7 @@
<br/><br/>
<form method="POST">
<table width="300" align="center">
<table align="center">
<tr>
<td align="right">Utilisateur : &nbsp;</td>
<td align="left"><input type="text" name="login" /></td>