Modification templates/css pour comptaibilité IE

This commit is contained in:
Benjamin Renard 2008-02-05 18:28:45 +00:00
parent 847f929407
commit 61ba918a42
4 changed files with 7 additions and 8 deletions

View file

@ -40,8 +40,8 @@
{/foreach} {/foreach}
{/if} {/if}
{/foreach} {/foreach}
<dd class='LSform'><input type='submit' value='{$LSform_submittxt}' class='LSform' /></dd>
</dl> </dl>
<input type='submit' value='{$LSform_submittxt}' class='LSform' />
</div> </div>
<hr class='spacer' /> <hr class='spacer' />
</div> </div>

View file

@ -18,8 +18,8 @@ dl.LSform {
} }
dd.LSform { dd.LSform {
margin: 0 0 0 13em; margin-left: 13em;
padding: 0 0 0em 0em; padding: 0;
} }
.LSform input, .LSform select, .LSform textarea { .LSform input, .LSform select, .LSform textarea {
@ -30,8 +30,8 @@ dd.LSform {
input[type='submit'].LSform { input[type='submit'].LSform {
border: 1px outset #ccc; border: 1px outset #ccc;
margin-left: 20em;
margin-top: 1em; margin-top: 1em;
margin-left: 6em;
width: 8em; width: 8em;
} }

View file

@ -45,7 +45,6 @@ dl.loginform {
.loginform input[type='submit'] { .loginform input[type='submit'] {
border: 1px outset #ccc; border: 1px outset #ccc;
margin-left: 30em; width: 11em;
margin-top: 1em; margin: 1em;
width: 8em;
} }

View file

@ -29,8 +29,8 @@
<dd><input type='text' name='LSsession_user' /></dd> <dd><input type='text' name='LSsession_user' /></dd>
<dt>{$loginform_label_pwd}</dt> <dt>{$loginform_label_pwd}</dt>
<dd><input type='password' name='LSsession_pwd' /></dd> <dd><input type='password' name='LSsession_pwd' /></dd>
<dd><input type='submit' value='{$loginform_label_submit}' /></dd>
</dl> </dl>
<input type='submit' value='{$loginform_label_submit}' />
</form> </form>
</div> </div>
</body> </body>