From ee18f5f3d43528e7e9b527559a99c450bc01c6aa Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 29 Sep 2007 20:40:32 +0000 Subject: Fix compose screen on IE7 and re-enable buttons after list reload --- program/js/app.js | 1 + skins/default/mail.css | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index a40c8c319..933a899d3 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3435,6 +3435,7 @@ function rcube_webmail() case 'list': if (this.env.messagecount) this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)); + this.msglist_select(this.message_list); case 'expunge': this.enable_command('select-all', 'select-none', 'expunge', this.env.messagecount ? true : false); diff --git a/skins/default/mail.css b/skins/default/mail.css index 4f1ee851e..45dc95099 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -772,15 +772,17 @@ div.message-part blockquote blockquote blockquote white-space: nowrap; } -#compose-headers td textarea +#compose-body, +#compose-headers td textarea, +#compose-headers td input { width: 100%; - height: 38px; + width: expression('99%'); } -#compose-headers td input +#compose-headers td textarea { - width: 100%; + height: 38px; } #compose-cc, @@ -794,7 +796,6 @@ div.message-part blockquote blockquote blockquote { margin-top: 5px; margin-bottom: 10px; - width: 100%; height: 90%; min-height: 280px; font-size: 9pt; -- cgit v1.2.3