Ignore:
Timestamp:
10/29/09 10:48:27 (15 years ago)
Author:
niltonneto
Message:

Ticket #683 - Correção do problema no IE. Campos ficam quebrados.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/preferences/templates/default/changepassword.tpl

    r32 r1548  
    1010       </td> 
    1111       <td> 
    12         <input type="password" name="a_passwd"> 
     12        <input type="password" name="a_passwd" style="overflow:auto !important"> 
    1313       </td> 
    1414     </tr> 
     
    1818       </td> 
    1919       <td> 
    20         <input type="password" name="n_passwd"> 
     20        <input type="password" name="n_passwd" style="overflow:auto !important"> 
    2121       </td> 
    2222     </tr> 
     
    2626       </td> 
    2727       <td> 
    28         <input type="password" name="n_passwd_2"> 
     28        <input type="password" name="n_passwd_2" style="overflow:auto !important"> 
    2929       </td> 
    3030     </tr> 
    3131     <tr> 
    32        <td colspan="2"> 
    33         <table cellspacing="5"><tr> 
    34          <td><input type="submit" name="change" value="{lang_change}"></td> 
    35          <td><input type="submit" name="cancel" value="{lang_cancel}"></td> 
    36         </tr></table> 
     32       <td> 
     33        &nbsp; 
     34       </td> 
     35       <td> 
     36           <br/> 
     37        <input type="submit" name="change" value="{lang_change}"> 
     38        &nbsp; 
     39        <input type="submit" name="cancel" value="{lang_cancel}"> 
    3740       </td> 
    3841     </tr> 
Note: See TracChangeset for help on using the changeset viewer.