mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSmail : fix input size and the smoothbox
This commit is contained in:
parent
791fb52e89
commit
d1d25972fe
2 changed files with 5 additions and 1 deletions
|
@ -10,3 +10,7 @@ dl.LSmail dd {
|
|||
dl.LSmail dt {
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
#LSmail_mail, #LSmail_subject {
|
||||
width: 50.3em;
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ var LSmail = new Class({
|
|||
varLSsmoothbox.asNew();
|
||||
varLSsmoothbox.addEvent('valid',this.onLSsmoothboxValid.bind(this));
|
||||
varLSsmoothbox.addEvent('close',this.onLSsmoothboxClose.bind(this));
|
||||
varLSsmoothbox.openHTML(data.html,{startElement: this.startElement, width: 865, height: 400});
|
||||
varLSsmoothbox.openHTML(data.html,{startElement: this.startElement, width: 800, height: 400});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue