mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSmail : extended LSmail popup size:x
This commit is contained in:
parent
d74b6a6200
commit
476b7b4a06
2 changed files with 5 additions and 2 deletions
|
@ -1 +1,4 @@
|
|||
|
||||
#LSmail_msg {
|
||||
height: 22em;
|
||||
width: 50em;
|
||||
}
|
||||
|
|
|
@ -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: 580, height: 150});
|
||||
varLSsmoothbox.openHTML(data.html,{startElement: this.startElement, width: 865, height: 400});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue