widgets properly put in the table

Closes #4752
This commit is contained in:
Serghei Mihai 2014-04-29 17:02:00 +02:00
parent 7f35f6e293
commit 4205bf8991
1 changed files with 11 additions and 3 deletions

View File

@ -34,13 +34,16 @@
</p>
% endif
<form action="${action}" method="post" accept-charset="utf-8">
<table>
<form action="${action}" method="post" accept-charset="utf-8">
<div style="padding-bottom: 12px">
<tr><td>
<div style="padding-bottom: 12px">
<div style="padding-bottom: 5px"><label for="username" style="font-size: 15px;">Identifiant</label></div>
<input type="text" style="height: 25px; width: 70%; margin: 0; font-size: 16px; vertical-align: top; border-color: #b5b8c8; border: 1px solid; letter-spacing: normal; text-align: start; padding: 4px 8px;"
name="${login_name}" value="" id="username" />
</div>
</td></tr>
<tr><td>
<div style="padding-bottom: 20px">
<div style="padding-bottom: 5px"><label for="password" style="font-size: 14px">Mot de passe</label></div>
<input type="password" name="${password_name}"
@ -50,16 +53,21 @@
<a style="color: #7783C0;" href="/EXPLOITATION/Default/resetpassword.aspx">Mot de passe oublié ?</a>
</div>
</div>
</td></tr>
<tr><td>
<div style="border-style: solid; background-color: #7783c0; border-color: #7783c0; padding: 3px 7px 3px 7px; border-width: 1px; display: inline-block; vertical-align: middle;">
<button id="button-1016-btnEl" type="submit" class="x-btn-center" hidefocus="true" role="button" autocomplete="off" style="height: 24px; text-align: center; color: white; font-size: 16px; padding: 0 3px; background-repeat: no-repeat; display: block; alignement: ;background-color: transparent; white-space: nowrap; margin: 0; padding: 0; border: 0; text-transform: none; text-shadow: none; width: 100%; vertical-align: bottom; ">
Associer
</span>
</button>
</div>
</td></tr>
<tr><td>
<div style="padding-top: 20px;">
Vous n'avez pas encore de compte ? <a href="http://oai.mediatheques.montpellier-agglo.com/camo/GuestRegister.csp?Profile=Default&OpacLanguage=fre">Préinscription en ligne</a>
</div>
</form>
</td></tr>
</table>
</form>
</body>
</html>