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
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
*
* 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 Thomas Martin <tmartin@evolix.fr>
@ -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>