Fix compose screen on IE7 and re-enable buttons after list reload
| | |
| | | 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); |
| | |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #compose-headers td textarea |
| | | { |
| | | width: 100%; |
| | | height: 38px; |
| | | } |
| | | |
| | | #compose-body, |
| | | #compose-headers td textarea, |
| | | #compose-headers td input |
| | | { |
| | | width: 100%; |
| | | width: expression('99%'); |
| | | } |
| | | |
| | | #compose-headers td textarea |
| | | { |
| | | height: 38px; |
| | | } |
| | | |
| | | #compose-cc, |
| | |
| | | { |
| | | margin-top: 5px; |
| | | margin-bottom: 10px; |
| | | width: 100%; |
| | | height: 90%; |
| | | min-height: 280px; |
| | | font-size: 9pt; |