diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-29 20:40:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-29 20:40:32 +0000 |
| commit | a2a67b5cf8fdf6919de682c9172738cff7f53970 (patch) | |
| tree | 5ac093a18cc39bb3fa78e579e8e4788be08802f3 /roundcubemail/skins/default/mail.css | |
| parent | 81f21f80a2c239179523014d03813283494678c6 (diff) | |
Fix compose screen on IE7 and re-enable buttons after list reload
git-svn-id: https://svn.roundcube.net/trunk@840 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 4f1ee851e..45dc95099 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
