LSmail : fix input size and the smoothbox

This commit is contained in:
Benjamin Renard 2012-04-27 10:14:46 +02:00
parent 791fb52e89
commit d1d25972fe
2 changed files with 5 additions and 1 deletions

View file

@ -10,3 +10,7 @@ dl.LSmail dd {
dl.LSmail dt {
width: 7em;
}
#LSmail_mail, #LSmail_subject {
width: 50.3em;
}

View file

@ -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});
}
},