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}
{/if}
{/foreach}
<dd class='LSform'><input type='submit' value='{$LSform_submittxt}' class='LSform' /></dd>
</dl>
<input type='submit' value='{$LSform_submittxt}' class='LSform' />
</div>
<hr class='spacer' />
</div>

View file

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

View file

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

View file

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