mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
LSmail : fix elements size in LSmail:x
This commit is contained in:
parent
476b7b4a06
commit
791fb52e89
2 changed files with 9 additions and 1 deletions
|
@ -2,3 +2,11 @@
|
||||||
height: 22em;
|
height: 22em;
|
||||||
width: 50em;
|
width: 50em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl.LSmail dd {
|
||||||
|
margin-left: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl.LSmail dt {
|
||||||
|
width: 7em;
|
||||||
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<dl class='LSform'>
|
<dl class='LSform LSmail'>
|
||||||
<dt class='LSform'>{$LSmail_mail_label}</dt>
|
<dt class='LSform'>{$LSmail_mail_label}</dt>
|
||||||
<dd class='LSform'>
|
<dd class='LSform'>
|
||||||
{if $LSmail_mails != ""}
|
{if $LSmail_mails != ""}
|
||||||
|
|
Loading…
Reference in a new issue