summaryrefslogtreecommitdiff
path: root/skins/classic/iehacks.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/iehacks.css')
-rw-r--r--skins/classic/iehacks.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/classic/iehacks.css b/skins/classic/iehacks.css
index d09be3d80..2bd3ce865 100644
--- a/skins/classic/iehacks.css
+++ b/skins/classic/iehacks.css
@@ -150,6 +150,16 @@ body.iframe div.messageheaderbox
height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
+#compose-attachments ul li
+{
+ width: 1000px; /* for IE7 */
+}
+
+#compose-attachments li a
+{
+ float: left; /* for IE7 */
+}
+
#messagelist
{
width: inherit;