From 9734bec37ca2274bb9b6f916ef5bf640e6bd1510 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 27 May 2008 07:56:35 -0400 Subject: [PATCH] Add link to close message part window --- skins/default/mail.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index e3db160..db3bc4d 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -213,7 +213,10 @@ position: absolute; top: 10px; left: 220px; + right: 20px; height: 40px; + /* css hack for IE */ + width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); } #partheader table td -- Gitblit v1.9.1