mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Modification templates/css pour comptaibilité IE
This commit is contained in:
parent
847f929407
commit
61ba918a42
4 changed files with 7 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue