summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-29 20:40:32 +0000
committerthomascube <thomas@roundcube.net>2007-09-29 20:40:32 +0000
commitee18f5f3d43528e7e9b527559a99c450bc01c6aa (patch)
tree100a239cf1c17db44575effc6730a55749ecf6f4 /skins
parent97bd2c0537bc3edb3751b3020f37e680944ac41c (diff)
Fix compose screen on IE7 and re-enable buttons after list reload
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css11
1 files changed, 6 insertions, 5 deletions
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;