css changes, align= is baaaaaaaaad
authorx2000habouzit <x2000habouzit>
Mon, 26 Jan 2004 12:50:19 +0000 (12:50 +0000)
committerx2000habouzit <x2000habouzit>
Mon, 26 Jan 2004 12:50:19 +0000 (12:50 +0000)
htdocs/css/default.css
templates/password_prompt.head.tpl
templates/password_prompt.tpl
templates/password_prompt_logged.tpl

index a85e8d2..d0c2c52 100644 (file)
@@ -57,6 +57,7 @@ table.bicol {
     border: 1px solid #336699;
     border-collapse: collapse;
     width: 98%;
+    margin-left: 1%;
 }
 table.bicol tr.impair {}
 table.bicol tr.pair {
index 60d4001..b5eb99c 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: password_prompt.head.tpl,v 1.2 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt.head.tpl,v 1.3 2004-01-26 12:50:19 x2000habouzit Exp $ *}
 
 {literal}
     <style type="text/css" media="screen">
@@ -6,6 +6,7 @@
       .login {font-weight: bold;}
       div.warning {margin-top: 0.4em; color: red; font-weight: bold;}
       div.explication {font-size: smaller; font-weight: bold;}
+      table.bicol { width: 70%; margin-left: 15%; }
       -->
     </style>
 {/literal}
index ec0a3cc..cc87f19 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: password_prompt.tpl,v 1.3 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt.tpl,v 1.4 2004-01-26 12:50:19 x2000habouzit Exp $ *}
 <noscript>
   <span class="erreur">
     Ton navigateur n'accepte pas le javaScript !!
@@ -42,7 +42,7 @@ Si tu n'es pas {insert name="getName" script="insert.password.inc.php"}, change
 <br />
 
 <form action="{$smarty.server.REQUEST_URI}" method="post" name="login" onSubmit="doChallengeResponse(); return false;">
-  <table class="bicol" align="center" cellpadding="4" summary="Formulaire de login">
+  <table class="bicol" cellpadding="4" summary="Formulaire de login">
     <tr>
       <th colspan="2">Connexion</th>
     </tr>
index 395929f..c9a683f 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: password_prompt_logged.tpl,v 1.2 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt_logged.tpl,v 1.3 2004-01-26 12:50:19 x2000habouzit Exp $ *}
 
 <div style="text-align:center">
   <table width="90%" summary="Accès sécurisé">
@@ -17,7 +17,7 @@
 </div>
 <br /><br />
 <form action="{$smarty.server.REQUEST_URI}" method="post" id="login" name="login" onSubmit='doChallengeResponse(); return false;'>
-  <table class="bicol" align="center" cellpadding="4" summary="Formulaire de login">
+  <table class="bicol" cellpadding="4" summary="Formulaire de login">
     <tr>
       <td>
         <span class="login">Mot de passe:</span>
@@ -31,7 +31,7 @@
         <img src="{"images/pi.png"|url}" alt=" [ ? ] ">
         <a href="{"recovery.php"|url}">J'ai perdu mon mot de passe</a>
       </td>
-      <td align=right>
+      <td style="text-align:right">
         <input  type="submit" name="submitbtn" value="Envoyer">
       </td>
     </tr>